@spscommerce/ds-react 4.32.1 → 4.34.1
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 +103 -79
- package/lib/index.es.js +711 -633
- package/lib/pagination/SpsPagination.examples.d.ts +1 -1
- package/lib/tooltip/SpsTooltip.d.ts +1 -1
- package/lib/tooltip/SpsTooltipTitle.d.ts +13 -0
- package/lib/tooltip/index.d.ts +1 -0
- package/package.json +9 -9
package/lib/index.es.js
CHANGED
|
@@ -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$1L = { 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$1L.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$1L.exports.oneOf(values$3(e2));
|
|
139
139
|
}
|
|
140
140
|
function fun() {
|
|
141
|
-
return propTypes$
|
|
141
|
+
return propTypes$1L.exports.func;
|
|
142
142
|
}
|
|
143
143
|
function impl() {
|
|
144
|
-
return propTypes$
|
|
144
|
+
return propTypes$1L.exports.object;
|
|
145
145
|
}
|
|
146
146
|
function ref() {
|
|
147
|
-
return propTypes$
|
|
147
|
+
return propTypes$1L.exports.object;
|
|
148
148
|
}
|
|
149
|
-
const nodeOrRenderFn = propTypes$
|
|
149
|
+
const nodeOrRenderFn = propTypes$1L.exports.oneOfType([propTypes$1L.exports.node, propTypes$1L.exports.func]);
|
|
150
150
|
const spsGlobalPropTypes = {
|
|
151
|
-
children: propTypes$
|
|
152
|
-
className: propTypes$
|
|
153
|
-
"data-testid": propTypes$
|
|
154
|
-
unsafelyReplaceClassName: propTypes$
|
|
151
|
+
children: propTypes$1L.exports.oneOfType([propTypes$1L.exports.arrayOf(propTypes$1L.exports.node), propTypes$1L.exports.node]),
|
|
152
|
+
className: propTypes$1L.exports.string,
|
|
153
|
+
"data-testid": propTypes$1L.exports.string,
|
|
154
|
+
unsafelyReplaceClassName: propTypes$1L.exports.string
|
|
155
155
|
};
|
|
156
156
|
const I18nContext = React.createContext(noI18nI18n);
|
|
157
|
-
const propsDoc$
|
|
157
|
+
const propsDoc$1G = {
|
|
158
158
|
disabled: "boolean",
|
|
159
159
|
href: "string",
|
|
160
160
|
icon: "SpsIcon",
|
|
@@ -163,13 +163,13 @@ const propsDoc$1F = {
|
|
|
163
163
|
spinningTitle: "string",
|
|
164
164
|
type: "ButtonType"
|
|
165
165
|
};
|
|
166
|
-
const propTypes$
|
|
167
|
-
disabled: propTypes$
|
|
168
|
-
href: propTypes$
|
|
166
|
+
const propTypes$1K = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
167
|
+
disabled: propTypes$1L.exports.bool,
|
|
168
|
+
href: propTypes$1L.exports.string,
|
|
169
169
|
icon: enumValue(SpsIcon$1),
|
|
170
170
|
kind: enumValue(ButtonKind),
|
|
171
|
-
spinning: propTypes$
|
|
172
|
-
spinningTitle: propTypes$
|
|
171
|
+
spinning: propTypes$1L.exports.bool,
|
|
172
|
+
spinningTitle: propTypes$1L.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$1G,
|
|
223
|
+
propTypes: propTypes$1K,
|
|
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$1F = __spreadProps(__spreadValues({}, spsFormProps), {
|
|
276
276
|
controlsDisabled: "boolean",
|
|
277
277
|
footerLinks: "ReactNodeOrRenderFn",
|
|
278
278
|
formMeta: "SpsFormArrayMeta<any> | SpsFormGroupMeta<any>",
|
|
@@ -281,19 +281,19 @@ const propsDoc$1E = __spreadProps(__spreadValues({}, spsFormProps), {
|
|
|
281
281
|
onSubmit: "React.FormEventHandler",
|
|
282
282
|
pinned: { type: "boolean", deprecated: true }
|
|
283
283
|
});
|
|
284
|
-
const propTypes$
|
|
285
|
-
controlsDisabled: propTypes$
|
|
284
|
+
const propTypes$1J = __spreadProps(__spreadValues(__spreadValues({}, spsGlobalPropTypes), spsFormPropTypes), {
|
|
285
|
+
controlsDisabled: propTypes$1L.exports.bool,
|
|
286
286
|
footerLinks: nodeOrRenderFn,
|
|
287
287
|
formArray: impl(),
|
|
288
288
|
formGroup: impl(),
|
|
289
|
-
formMeta: propTypes$
|
|
289
|
+
formMeta: propTypes$1L.exports.oneOfType([
|
|
290
290
|
impl(),
|
|
291
291
|
impl()
|
|
292
292
|
]),
|
|
293
|
-
isOpen: propTypes$
|
|
293
|
+
isOpen: propTypes$1L.exports.bool,
|
|
294
294
|
onClear: fun(),
|
|
295
295
|
onSubmit: fun(),
|
|
296
|
-
pinned: propTypes$
|
|
296
|
+
pinned: propTypes$1L.exports.bool
|
|
297
297
|
});
|
|
298
298
|
function SpsAdvancedSearch(props2) {
|
|
299
299
|
const _a = props2, {
|
|
@@ -365,8 +365,8 @@ function SpsAdvancedSearch(props2) {
|
|
|
365
365
|
}, t2("design-system:advancedSearch.search"))))));
|
|
366
366
|
}
|
|
367
367
|
Object.assign(SpsAdvancedSearch, {
|
|
368
|
-
props: propsDoc$
|
|
369
|
-
propTypes: propTypes$
|
|
368
|
+
props: propsDoc$1F,
|
|
369
|
+
propTypes: propTypes$1J,
|
|
370
370
|
displayName: "SpsAdvancedSearch"
|
|
371
371
|
});
|
|
372
372
|
const SpsAdvancedSearchExamples = {
|
|
@@ -609,7 +609,7 @@ function useFormControlId(id2, formControl2) {
|
|
|
609
609
|
};
|
|
610
610
|
}
|
|
611
611
|
const spsFormComponentWrapperPropTypes = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
612
|
-
focusInputOnClick: propTypes$
|
|
612
|
+
focusInputOnClick: propTypes$1L.exports.bool,
|
|
613
613
|
formMeta: impl(),
|
|
614
614
|
formControl: impl(),
|
|
615
615
|
inputRef: ref()
|
|
@@ -759,15 +759,15 @@ var scrollIntoViewImport = /* @__PURE__ */ Object.freeze({
|
|
|
759
759
|
[Symbol.toStringTag]: "Module",
|
|
760
760
|
"default": scrollIntoView$1
|
|
761
761
|
});
|
|
762
|
-
const propsDoc$
|
|
762
|
+
const propsDoc$1E = {
|
|
763
763
|
alt: "string",
|
|
764
764
|
size: "SpinnerSize",
|
|
765
765
|
title: "string"
|
|
766
766
|
};
|
|
767
|
-
const propTypes$
|
|
768
|
-
alt: propTypes$
|
|
767
|
+
const propTypes$1I = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
768
|
+
alt: propTypes$1L.exports.string,
|
|
769
769
|
size: enumValue(SpinnerSize),
|
|
770
|
-
title: propTypes$
|
|
770
|
+
title: propTypes$1L.exports.string
|
|
771
771
|
});
|
|
772
772
|
function SpsSpinner(props2) {
|
|
773
773
|
const _a = props2, {
|
|
@@ -795,8 +795,8 @@ function SpsSpinner(props2) {
|
|
|
795
795
|
}, rest));
|
|
796
796
|
}
|
|
797
797
|
Object.assign(SpsSpinner, {
|
|
798
|
-
props: propsDoc$
|
|
799
|
-
propTypes: propTypes$
|
|
798
|
+
props: propsDoc$1E,
|
|
799
|
+
propTypes: propTypes$1I,
|
|
800
800
|
displayName: "SpsSpinner"
|
|
801
801
|
});
|
|
802
802
|
const NAVBAR_HEIGHT = 60;
|
|
@@ -984,47 +984,47 @@ const spsOptionListPassthroughProps = {
|
|
|
984
984
|
zeroState: "string"
|
|
985
985
|
},
|
|
986
986
|
propTypes: {
|
|
987
|
-
captionKey: propTypes$
|
|
988
|
-
comparisonKey: propTypes$
|
|
989
|
-
disabledOptions: propTypes$
|
|
990
|
-
options: propTypes$
|
|
991
|
-
propTypes$
|
|
992
|
-
propTypes$
|
|
987
|
+
captionKey: propTypes$1L.exports.string,
|
|
988
|
+
comparisonKey: propTypes$1L.exports.string,
|
|
989
|
+
disabledOptions: propTypes$1L.exports.arrayOf(propTypes$1L.exports.any),
|
|
990
|
+
options: propTypes$1L.exports.oneOfType([
|
|
991
|
+
propTypes$1L.exports.array,
|
|
992
|
+
propTypes$1L.exports.instanceOf(Promise),
|
|
993
993
|
fun()
|
|
994
994
|
]).isRequired,
|
|
995
|
-
tall: propTypes$
|
|
996
|
-
textKey: propTypes$
|
|
997
|
-
valueKey: propTypes$
|
|
998
|
-
zeroState: propTypes$
|
|
995
|
+
tall: propTypes$1L.exports.bool,
|
|
996
|
+
textKey: propTypes$1L.exports.string,
|
|
997
|
+
valueKey: propTypes$1L.exports.string,
|
|
998
|
+
zeroState: propTypes$1L.exports.string
|
|
999
999
|
}
|
|
1000
1000
|
};
|
|
1001
1001
|
const searchableOptionListProps = {
|
|
1002
|
-
hideInlineSearch: propTypes$
|
|
1002
|
+
hideInlineSearch: propTypes$1L.exports.bool,
|
|
1003
1003
|
onSearchChange: fun(),
|
|
1004
|
-
search: propTypes$
|
|
1005
|
-
searchDebounce: propTypes$
|
|
1006
|
-
searchPlaceholder: propTypes$
|
|
1004
|
+
search: propTypes$1L.exports.string,
|
|
1005
|
+
searchDebounce: propTypes$1L.exports.number,
|
|
1006
|
+
searchPlaceholder: propTypes$1L.exports.string,
|
|
1007
1007
|
searchInputRef: ref()
|
|
1008
1008
|
};
|
|
1009
|
-
const propTypes$
|
|
1009
|
+
const propTypes$1H = __spreadProps(__spreadValues(__spreadValues(__spreadValues({}, spsGlobalPropTypes), spsOptionListPassthroughProps.propTypes), searchableOptionListProps), {
|
|
1010
1010
|
attachTo: ref().isRequired,
|
|
1011
|
-
conformWidth: propTypes$
|
|
1012
|
-
id: propTypes$
|
|
1013
|
-
isOpen: propTypes$
|
|
1014
|
-
keepOpen: propTypes$
|
|
1011
|
+
conformWidth: propTypes$1L.exports.bool,
|
|
1012
|
+
id: propTypes$1L.exports.string.isRequired,
|
|
1013
|
+
isOpen: propTypes$1L.exports.bool,
|
|
1014
|
+
keepOpen: propTypes$1L.exports.bool,
|
|
1015
1015
|
keyDown: impl(),
|
|
1016
|
-
nullOption: propTypes$
|
|
1017
|
-
offsets: propTypes$
|
|
1016
|
+
nullOption: propTypes$1L.exports.string,
|
|
1017
|
+
offsets: propTypes$1L.exports.arrayOf(propTypes$1L.exports.number),
|
|
1018
1018
|
onOptionListChanged: fun(),
|
|
1019
1019
|
onOptionSelected: fun(),
|
|
1020
1020
|
onPositionFlip: fun(),
|
|
1021
1021
|
onSelfToggle: fun(),
|
|
1022
|
-
optionRole: propTypes$
|
|
1023
|
-
positionOverride: propTypes$
|
|
1024
|
-
selectedOption: propTypes$
|
|
1022
|
+
optionRole: propTypes$1L.exports.string,
|
|
1023
|
+
positionOverride: propTypes$1L.exports.arrayOf(enumValue(Position)),
|
|
1024
|
+
selectedOption: propTypes$1L.exports.any,
|
|
1025
1025
|
specialAction: fun(),
|
|
1026
|
-
ignoreWidthStyles: propTypes$
|
|
1027
|
-
loading: propTypes$
|
|
1026
|
+
ignoreWidthStyles: propTypes$1L.exports.bool,
|
|
1027
|
+
loading: propTypes$1L.exports.bool
|
|
1028
1028
|
});
|
|
1029
1029
|
async function updateOptions(props2, searchState, searchStatePatch, setOptionList, setAnyOptionHasIcon, promiseRef) {
|
|
1030
1030
|
searchStatePatch({ pending: true });
|
|
@@ -1609,7 +1609,7 @@ const SpsOptionList = React.forwardRef((props2, ref2) => {
|
|
|
1609
1609
|
}), /* @__PURE__ */ React.createElement("span", null, specialAction.label))));
|
|
1610
1610
|
});
|
|
1611
1611
|
Object.assign(SpsOptionList, {
|
|
1612
|
-
propTypes: propTypes$
|
|
1612
|
+
propTypes: propTypes$1H,
|
|
1613
1613
|
displayName: "SpsOptionList"
|
|
1614
1614
|
});
|
|
1615
1615
|
function selectChildren(children = [], groups = []) {
|
|
@@ -1698,7 +1698,7 @@ function useInputPopup(rootRef, popupRef) {
|
|
|
1698
1698
|
doHidePopup
|
|
1699
1699
|
};
|
|
1700
1700
|
}
|
|
1701
|
-
const propsDoc$
|
|
1701
|
+
const propsDoc$1D = {
|
|
1702
1702
|
debounce: "number",
|
|
1703
1703
|
disabled: "boolean",
|
|
1704
1704
|
formMeta: "SpsFormFieldMeta<string>",
|
|
@@ -1717,23 +1717,23 @@ const propsDoc$1C = {
|
|
|
1717
1717
|
zeroState: "string",
|
|
1718
1718
|
loading: "boolean"
|
|
1719
1719
|
};
|
|
1720
|
-
const propTypes$
|
|
1721
|
-
debounce: propTypes$
|
|
1722
|
-
disabled: propTypes$
|
|
1720
|
+
const propTypes$1G = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
1721
|
+
debounce: propTypes$1L.exports.number,
|
|
1722
|
+
disabled: propTypes$1L.exports.bool,
|
|
1723
1723
|
formControl: impl(),
|
|
1724
1724
|
formMeta: impl(),
|
|
1725
1725
|
icon: enumValue(SpsIcon$1),
|
|
1726
1726
|
onChange: fun(),
|
|
1727
|
-
placeholder: propTypes$
|
|
1728
|
-
suggestions: propTypes$
|
|
1729
|
-
propTypes$
|
|
1730
|
-
propTypes$
|
|
1727
|
+
placeholder: propTypes$1L.exports.string,
|
|
1728
|
+
suggestions: propTypes$1L.exports.oneOfType([
|
|
1729
|
+
propTypes$1L.exports.arrayOf(propTypes$1L.exports.string),
|
|
1730
|
+
propTypes$1L.exports.instanceOf(Promise),
|
|
1731
1731
|
fun()
|
|
1732
1732
|
]).isRequired,
|
|
1733
|
-
tallOptionList: propTypes$
|
|
1734
|
-
value: propTypes$
|
|
1735
|
-
zeroState: propTypes$
|
|
1736
|
-
loading: propTypes$
|
|
1733
|
+
tallOptionList: propTypes$1L.exports.bool,
|
|
1734
|
+
value: propTypes$1L.exports.string,
|
|
1735
|
+
zeroState: propTypes$1L.exports.string,
|
|
1736
|
+
loading: propTypes$1L.exports.bool
|
|
1737
1737
|
});
|
|
1738
1738
|
function SpsAutocomplete(_a) {
|
|
1739
1739
|
var _b = _a, {
|
|
@@ -1880,8 +1880,8 @@ function SpsAutocomplete(_a) {
|
|
|
1880
1880
|
}));
|
|
1881
1881
|
}
|
|
1882
1882
|
Object.assign(SpsAutocomplete, {
|
|
1883
|
-
props: propsDoc$
|
|
1884
|
-
propTypes: propTypes$
|
|
1883
|
+
props: propsDoc$1D,
|
|
1884
|
+
propTypes: propTypes$1G,
|
|
1885
1885
|
displayName: "SpsAutocomplete"
|
|
1886
1886
|
});
|
|
1887
1887
|
const SpsAutocompleteExamples = {
|
|
@@ -2004,7 +2004,7 @@ const SpsAutocompleteExamples = {
|
|
|
2004
2004
|
}
|
|
2005
2005
|
}
|
|
2006
2006
|
};
|
|
2007
|
-
const propsDoc$
|
|
2007
|
+
const propsDoc$1C = {
|
|
2008
2008
|
alignLeft: "boolean",
|
|
2009
2009
|
disabled: "boolean",
|
|
2010
2010
|
icon: "SpsIcon",
|
|
@@ -2018,19 +2018,19 @@ const propsDoc$1B = {
|
|
|
2018
2018
|
onClose: "() => void",
|
|
2019
2019
|
loading: "boolean"
|
|
2020
2020
|
};
|
|
2021
|
-
const propTypes$
|
|
2022
|
-
alignLeft: propTypes$
|
|
2023
|
-
disabled: propTypes$
|
|
2021
|
+
const propTypes$1F = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
2022
|
+
alignLeft: propTypes$1L.exports.bool,
|
|
2023
|
+
disabled: propTypes$1L.exports.bool,
|
|
2024
2024
|
icon: enumValue(SpsIcon$1),
|
|
2025
2025
|
kind: enumValue(DropdownKind),
|
|
2026
|
-
label: propTypes$
|
|
2027
|
-
options: propTypes$
|
|
2028
|
-
spinning: propTypes$
|
|
2029
|
-
spinningTitle: propTypes$
|
|
2030
|
-
tallOptionList: propTypes$
|
|
2026
|
+
label: propTypes$1L.exports.string,
|
|
2027
|
+
options: propTypes$1L.exports.arrayOf(propTypes$1L.exports.oneOfType([propTypes$1L.exports.func, propTypes$1L.exports.any])).isRequired,
|
|
2028
|
+
spinning: propTypes$1L.exports.bool,
|
|
2029
|
+
spinningTitle: propTypes$1L.exports.string,
|
|
2030
|
+
tallOptionList: propTypes$1L.exports.bool,
|
|
2031
2031
|
onOpen: fun(),
|
|
2032
2032
|
onClose: fun(),
|
|
2033
|
-
loading: propTypes$
|
|
2033
|
+
loading: propTypes$1L.exports.bool
|
|
2034
2034
|
});
|
|
2035
2035
|
function SpsDropdown(props2) {
|
|
2036
2036
|
const _a = props2, {
|
|
@@ -2187,12 +2187,12 @@ function SpsDropdown(props2) {
|
|
|
2187
2187
|
}, spinningTitle || t2("design-system:button.spinningTitle")))));
|
|
2188
2188
|
}
|
|
2189
2189
|
Object.assign(SpsDropdown, {
|
|
2190
|
-
props: propsDoc$
|
|
2191
|
-
propTypes: propTypes$
|
|
2190
|
+
props: propsDoc$1C,
|
|
2191
|
+
propTypes: propTypes$1F,
|
|
2192
2192
|
displayName: "SpsDropdown"
|
|
2193
2193
|
});
|
|
2194
|
-
const propsDoc$
|
|
2195
|
-
const propTypes$
|
|
2194
|
+
const propsDoc$1B = {};
|
|
2195
|
+
const propTypes$1E = __spreadValues({}, spsGlobalPropTypes);
|
|
2196
2196
|
function SpsButtonGroup(props2) {
|
|
2197
2197
|
const _a = props2, {
|
|
2198
2198
|
children,
|
|
@@ -2223,8 +2223,8 @@ function SpsButtonGroup(props2) {
|
|
|
2223
2223
|
}), others.length > 0 && others);
|
|
2224
2224
|
}
|
|
2225
2225
|
Object.assign(SpsButtonGroup, {
|
|
2226
|
-
props: propsDoc$
|
|
2227
|
-
propTypes: propTypes$
|
|
2226
|
+
props: propsDoc$1B,
|
|
2227
|
+
propTypes: propTypes$1E,
|
|
2228
2228
|
displayName: "SpsButtonGroup"
|
|
2229
2229
|
});
|
|
2230
2230
|
const SpsButtonExamples = {
|
|
@@ -4956,8 +4956,8 @@ function SpsTabPanel(_c) {
|
|
|
4956
4956
|
className: "sps-card__body"
|
|
4957
4957
|
}), state.selectedItem ? state.selectedItem.props.children : null);
|
|
4958
4958
|
}
|
|
4959
|
-
const propsDoc$
|
|
4960
|
-
const propTypes$
|
|
4959
|
+
const propsDoc$1A = {};
|
|
4960
|
+
const propTypes$1D = {};
|
|
4961
4961
|
function SpsTabsV2(props2) {
|
|
4962
4962
|
const state = useTabListState(props2);
|
|
4963
4963
|
const ref2 = React.useRef();
|
|
@@ -4975,12 +4975,12 @@ function SpsTabsV2(props2) {
|
|
|
4975
4975
|
}));
|
|
4976
4976
|
}
|
|
4977
4977
|
Object.assign(SpsTabsV2, {
|
|
4978
|
-
props: propsDoc$
|
|
4979
|
-
propTypes: propTypes$
|
|
4978
|
+
props: propsDoc$1A,
|
|
4979
|
+
propTypes: propTypes$1D,
|
|
4980
4980
|
displayName: "SpsTabsV2"
|
|
4981
4981
|
});
|
|
4982
|
-
const propsDoc$
|
|
4983
|
-
const propTypes$
|
|
4982
|
+
const propsDoc$1z = {};
|
|
4983
|
+
const propTypes$1C = {};
|
|
4984
4984
|
function SpsCardV2Footer(_e) {
|
|
4985
4985
|
var _f = _e, {
|
|
4986
4986
|
children,
|
|
@@ -4994,12 +4994,12 @@ function SpsCardV2Footer(_e) {
|
|
|
4994
4994
|
}, rest), children);
|
|
4995
4995
|
}
|
|
4996
4996
|
Object.assign(SpsCardV2Footer, {
|
|
4997
|
-
props: propsDoc$
|
|
4998
|
-
propTypes: propTypes$
|
|
4997
|
+
props: propsDoc$1z,
|
|
4998
|
+
propTypes: propTypes$1C,
|
|
4999
4999
|
displayName: "SpsCardV2Footer"
|
|
5000
5000
|
});
|
|
5001
|
-
const propsDoc$
|
|
5002
|
-
const propTypes$
|
|
5001
|
+
const propsDoc$1y = {};
|
|
5002
|
+
const propTypes$1B = {};
|
|
5003
5003
|
function SpsCardV2Header(_g) {
|
|
5004
5004
|
var _h = _g, {
|
|
5005
5005
|
children,
|
|
@@ -5013,12 +5013,12 @@ function SpsCardV2Header(_g) {
|
|
|
5013
5013
|
}, rest), children);
|
|
5014
5014
|
}
|
|
5015
5015
|
Object.assign(SpsCardV2Header, {
|
|
5016
|
-
props: propsDoc$
|
|
5017
|
-
propTypes: propTypes$
|
|
5016
|
+
props: propsDoc$1y,
|
|
5017
|
+
propTypes: propTypes$1B,
|
|
5018
5018
|
displayName: "SpsCardV2Header"
|
|
5019
5019
|
});
|
|
5020
|
-
const propsDoc$
|
|
5021
|
-
const propTypes$
|
|
5020
|
+
const propsDoc$1x = {};
|
|
5021
|
+
const propTypes$1A = {};
|
|
5022
5022
|
function SpsCardV2(_i) {
|
|
5023
5023
|
var _j = _i, {
|
|
5024
5024
|
children,
|
|
@@ -5044,12 +5044,12 @@ function SpsCardV2(_i) {
|
|
|
5044
5044
|
}, bodyContent), footer);
|
|
5045
5045
|
}
|
|
5046
5046
|
Object.assign(SpsCardV2, {
|
|
5047
|
-
props: propsDoc$
|
|
5048
|
-
propTypes: propTypes$
|
|
5047
|
+
props: propsDoc$1x,
|
|
5048
|
+
propTypes: propTypes$1A,
|
|
5049
5049
|
displayName: "SpsCardV2"
|
|
5050
5050
|
});
|
|
5051
|
-
const propsDoc$
|
|
5052
|
-
const propTypes$
|
|
5051
|
+
const propsDoc$1w = {};
|
|
5052
|
+
const propTypes$1z = {};
|
|
5053
5053
|
function SpsCardV2Title(_k) {
|
|
5054
5054
|
var _l = _k, {
|
|
5055
5055
|
children,
|
|
@@ -5063,8 +5063,8 @@ function SpsCardV2Title(_k) {
|
|
|
5063
5063
|
}, rest), children);
|
|
5064
5064
|
}
|
|
5065
5065
|
Object.assign(SpsCardV2Title, {
|
|
5066
|
-
props: propsDoc$
|
|
5067
|
-
propTypes: propTypes$
|
|
5066
|
+
props: propsDoc$1w,
|
|
5067
|
+
propTypes: propTypes$1z,
|
|
5068
5068
|
displayName: "SpsCardV2Title"
|
|
5069
5069
|
});
|
|
5070
5070
|
const SpsCardExamples = {
|
|
@@ -5372,7 +5372,7 @@ const SpsCardExamples = {
|
|
|
5372
5372
|
}
|
|
5373
5373
|
}
|
|
5374
5374
|
};
|
|
5375
|
-
const propsDoc$
|
|
5375
|
+
const propsDoc$1v = {
|
|
5376
5376
|
checked: "boolean",
|
|
5377
5377
|
disabled: "boolean",
|
|
5378
5378
|
formMeta: "SpsFormFieldMeta<boolean>",
|
|
@@ -5381,14 +5381,14 @@ const propsDoc$1u = {
|
|
|
5381
5381
|
label: "string",
|
|
5382
5382
|
onChange: "ChangeEventHandler"
|
|
5383
5383
|
};
|
|
5384
|
-
const propTypes$
|
|
5385
|
-
checked: propTypes$
|
|
5386
|
-
disabled: propTypes$
|
|
5384
|
+
const propTypes$1y = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
5385
|
+
checked: propTypes$1L.exports.bool,
|
|
5386
|
+
disabled: propTypes$1L.exports.bool,
|
|
5387
5387
|
formControl: impl(),
|
|
5388
5388
|
formMeta: impl(),
|
|
5389
|
-
indeterminate: propTypes$
|
|
5390
|
-
inline: propTypes$
|
|
5391
|
-
label: propTypes$
|
|
5389
|
+
indeterminate: propTypes$1L.exports.bool,
|
|
5390
|
+
inline: propTypes$1L.exports.bool,
|
|
5391
|
+
label: propTypes$1L.exports.string,
|
|
5392
5392
|
onChange: fun()
|
|
5393
5393
|
});
|
|
5394
5394
|
function SpsCheckbox(_m) {
|
|
@@ -5463,8 +5463,8 @@ function SpsCheckbox(_m) {
|
|
|
5463
5463
|
}, label || ""));
|
|
5464
5464
|
}
|
|
5465
5465
|
Object.assign(SpsCheckbox, {
|
|
5466
|
-
props: propsDoc$
|
|
5467
|
-
propTypes: propTypes$
|
|
5466
|
+
props: propsDoc$1v,
|
|
5467
|
+
propTypes: propTypes$1y,
|
|
5468
5468
|
displayName: "SpsCheckbox"
|
|
5469
5469
|
});
|
|
5470
5470
|
const SpsCheckboxExamples = {
|
|
@@ -5592,16 +5592,16 @@ const SpsCheckboxExamples = {
|
|
|
5592
5592
|
}
|
|
5593
5593
|
}
|
|
5594
5594
|
};
|
|
5595
|
-
const propsDoc$
|
|
5595
|
+
const propsDoc$1u = {
|
|
5596
5596
|
disabled: "boolean",
|
|
5597
5597
|
href: "string",
|
|
5598
5598
|
kind: "ClickableTagKind",
|
|
5599
5599
|
onAdd: "() => void",
|
|
5600
5600
|
onRemove: "() => void"
|
|
5601
5601
|
};
|
|
5602
|
-
const propTypes$
|
|
5603
|
-
disabled: propTypes$
|
|
5604
|
-
href: propTypes$
|
|
5602
|
+
const propTypes$1x = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
5603
|
+
disabled: propTypes$1L.exports.bool,
|
|
5604
|
+
href: propTypes$1L.exports.string,
|
|
5605
5605
|
kind: enumValue(ClickableTagKind),
|
|
5606
5606
|
onAdd: fun(),
|
|
5607
5607
|
onRemove: fun()
|
|
@@ -5697,8 +5697,8 @@ function SpsMultiSelectTag(props2) {
|
|
|
5697
5697
|
return /* @__PURE__ */ React.createElement(SpsClickableTag, __spreadValues({}, clickableTagProps), children);
|
|
5698
5698
|
}
|
|
5699
5699
|
Object.assign(SpsClickableTag, {
|
|
5700
|
-
props: propsDoc$
|
|
5701
|
-
propTypes: propTypes$
|
|
5700
|
+
props: propsDoc$1u,
|
|
5701
|
+
propTypes: propTypes$1x,
|
|
5702
5702
|
displayName: "SpsClickableTag"
|
|
5703
5703
|
});
|
|
5704
5704
|
const SpsClickableTagExamples = {
|
|
@@ -13926,15 +13926,15 @@ var ConnectedDraggable = connect(makeMapStateToProps$1, mapDispatchToProps$1, nu
|
|
|
13926
13926
|
areStatePropsEqual: isStrictEqual
|
|
13927
13927
|
})(Draggable);
|
|
13928
13928
|
ConnectedDraggable.defaultProps = defaultProps$1;
|
|
13929
|
-
const propsDoc$
|
|
13929
|
+
const propsDoc$1t = {
|
|
13930
13930
|
content: "ReactNodeLike",
|
|
13931
13931
|
icon: "SpsIcon",
|
|
13932
13932
|
title: "string"
|
|
13933
13933
|
};
|
|
13934
|
-
const propTypes$
|
|
13935
|
-
content: propTypes$
|
|
13934
|
+
const propTypes$1w = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
13935
|
+
content: propTypes$1L.exports.node,
|
|
13936
13936
|
icon: enumValue(SpsIcon$1),
|
|
13937
|
-
title: propTypes$
|
|
13937
|
+
title: propTypes$1L.exports.string
|
|
13938
13938
|
});
|
|
13939
13939
|
function SpsCardHeader(props2) {
|
|
13940
13940
|
const _a = props2, {
|
|
@@ -13966,15 +13966,15 @@ function SpsCardHeader(props2) {
|
|
|
13966
13966
|
}, content));
|
|
13967
13967
|
}
|
|
13968
13968
|
Object.assign(SpsCardHeader, {
|
|
13969
|
-
props: propsDoc$
|
|
13970
|
-
propTypes: propTypes$
|
|
13969
|
+
props: propsDoc$1t,
|
|
13970
|
+
propTypes: propTypes$1w,
|
|
13971
13971
|
displayName: "SpsCardHeader"
|
|
13972
13972
|
});
|
|
13973
|
-
const propsDoc$
|
|
13973
|
+
const propsDoc$1s = {
|
|
13974
13974
|
icon: "SpsIcon",
|
|
13975
13975
|
kind: "TagKind"
|
|
13976
13976
|
};
|
|
13977
|
-
const propTypes$
|
|
13977
|
+
const propTypes$1v = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
13978
13978
|
icon: enumValue(SpsIcon$1),
|
|
13979
13979
|
kind: enumValue(TagKind)
|
|
13980
13980
|
});
|
|
@@ -14007,11 +14007,11 @@ function SpsTag(props2) {
|
|
|
14007
14007
|
}), children);
|
|
14008
14008
|
}
|
|
14009
14009
|
Object.assign(SpsTag, {
|
|
14010
|
-
props: propsDoc$
|
|
14011
|
-
propTypes: propTypes$
|
|
14010
|
+
props: propsDoc$1s,
|
|
14011
|
+
propTypes: propTypes$1v,
|
|
14012
14012
|
displayName: "SpsTag"
|
|
14013
14013
|
});
|
|
14014
|
-
const propsDoc$
|
|
14014
|
+
const propsDoc$1r = {
|
|
14015
14015
|
activateTab: "Function",
|
|
14016
14016
|
active: "boolean",
|
|
14017
14017
|
icon: "SpsIcon",
|
|
@@ -14021,13 +14021,13 @@ const propsDoc$1q = {
|
|
|
14021
14021
|
tagKind: "TagKind",
|
|
14022
14022
|
tagIcon: "SpsIcon"
|
|
14023
14023
|
};
|
|
14024
|
-
const propTypes$
|
|
14025
|
-
activateTab: propTypes$
|
|
14026
|
-
active: propTypes$
|
|
14024
|
+
const propTypes$1u = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
14025
|
+
activateTab: propTypes$1L.exports.func,
|
|
14026
|
+
active: propTypes$1L.exports.bool,
|
|
14027
14027
|
icon: enumValue(SpsIcon$1),
|
|
14028
|
-
label: propTypes$
|
|
14029
|
-
index: propTypes$
|
|
14030
|
-
tag: propTypes$
|
|
14028
|
+
label: propTypes$1L.exports.string,
|
|
14029
|
+
index: propTypes$1L.exports.number,
|
|
14030
|
+
tag: propTypes$1L.exports.string,
|
|
14031
14031
|
tagKind: enumValue(TagKind),
|
|
14032
14032
|
tagIcon: enumValue(SpsIcon$1)
|
|
14033
14033
|
});
|
|
@@ -14090,8 +14090,8 @@ function SpsCardTabbedPane(props2) {
|
|
|
14090
14090
|
}, tag));
|
|
14091
14091
|
}
|
|
14092
14092
|
Object.assign(SpsCardTabbedPane, {
|
|
14093
|
-
props: propsDoc$
|
|
14094
|
-
propTypes: propTypes$
|
|
14093
|
+
props: propsDoc$1r,
|
|
14094
|
+
propTypes: propTypes$1u,
|
|
14095
14095
|
displayName: "SpsCardTabbedPane"
|
|
14096
14096
|
});
|
|
14097
14097
|
function useTab(children, activeTab, isTabbedCard) {
|
|
@@ -14133,19 +14133,19 @@ function useTab(children, activeTab, isTabbedCard) {
|
|
|
14133
14133
|
}, [activeTab, children]);
|
|
14134
14134
|
return [currentlyActiveTab, activateTab];
|
|
14135
14135
|
}
|
|
14136
|
-
const propsDoc$
|
|
14136
|
+
const propsDoc$1q = {
|
|
14137
14137
|
activeTab: "string",
|
|
14138
14138
|
footer: "ReactNodeOrRenderFn",
|
|
14139
14139
|
headerContent: "ReactNodeOrRenderFn",
|
|
14140
14140
|
headerIcon: "SpsIcon",
|
|
14141
14141
|
headerTitle: "string"
|
|
14142
14142
|
};
|
|
14143
|
-
const propTypes$
|
|
14144
|
-
activeTab: propTypes$
|
|
14143
|
+
const propTypes$1t = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
14144
|
+
activeTab: propTypes$1L.exports.string,
|
|
14145
14145
|
footer: nodeOrRenderFn,
|
|
14146
14146
|
headerContent: nodeOrRenderFn,
|
|
14147
14147
|
headerIcon: enumValue(SpsIcon$1),
|
|
14148
|
-
headerTitle: propTypes$
|
|
14148
|
+
headerTitle: propTypes$1L.exports.string
|
|
14149
14149
|
});
|
|
14150
14150
|
function SpsCard(props2) {
|
|
14151
14151
|
React.useEffect(() => {
|
|
@@ -14212,11 +14212,11 @@ function SpsCard(props2) {
|
|
|
14212
14212
|
}, contentOf(footer)));
|
|
14213
14213
|
}
|
|
14214
14214
|
Object.assign(SpsCard, {
|
|
14215
|
-
props: propsDoc$
|
|
14216
|
-
propTypes: propTypes$
|
|
14215
|
+
props: propsDoc$1q,
|
|
14216
|
+
propTypes: propTypes$1t,
|
|
14217
14217
|
displayName: "SpsCard"
|
|
14218
14218
|
});
|
|
14219
|
-
const propsDoc$
|
|
14219
|
+
const propsDoc$1p = {
|
|
14220
14220
|
index: "number",
|
|
14221
14221
|
key: "string",
|
|
14222
14222
|
columnId: "string",
|
|
@@ -14225,14 +14225,14 @@ const propsDoc$1o = {
|
|
|
14225
14225
|
onDelete: "(columnValue: string) => void",
|
|
14226
14226
|
mandatory: "boolean"
|
|
14227
14227
|
};
|
|
14228
|
-
const propTypes$
|
|
14229
|
-
index: propTypes$
|
|
14230
|
-
key: propTypes$
|
|
14231
|
-
columnId: propTypes$
|
|
14232
|
-
name: propTypes$
|
|
14233
|
-
value: propTypes$
|
|
14228
|
+
const propTypes$1s = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
14229
|
+
index: propTypes$1L.exports.number,
|
|
14230
|
+
key: propTypes$1L.exports.string,
|
|
14231
|
+
columnId: propTypes$1L.exports.string,
|
|
14232
|
+
name: propTypes$1L.exports.string,
|
|
14233
|
+
value: propTypes$1L.exports.string,
|
|
14234
14234
|
onDelete: fun(),
|
|
14235
|
-
mandatory: propTypes$
|
|
14235
|
+
mandatory: propTypes$1L.exports.bool
|
|
14236
14236
|
});
|
|
14237
14237
|
function SpsColumnChooserColumn(props2) {
|
|
14238
14238
|
const _a = props2, {
|
|
@@ -14288,20 +14288,20 @@ function SpsColumnChooserColumn(props2) {
|
|
|
14288
14288
|
})))));
|
|
14289
14289
|
}
|
|
14290
14290
|
Object.assign(SpsColumnChooserColumn, {
|
|
14291
|
-
props: propsDoc$
|
|
14292
|
-
propTypes: propTypes$
|
|
14291
|
+
props: propsDoc$1p,
|
|
14292
|
+
propTypes: propTypes$1s,
|
|
14293
14293
|
displayName: "SpsColumnChooserColumn"
|
|
14294
14294
|
});
|
|
14295
|
-
const propsDoc$
|
|
14295
|
+
const propsDoc$1o = {
|
|
14296
14296
|
maxSelectedColumns: "number",
|
|
14297
14297
|
unselectedColumns: "ColumnProps[]",
|
|
14298
14298
|
selectedColumns: "ColumnProps[]",
|
|
14299
14299
|
onApplyChanges: "(selectedColumns: ColumnProps[]) => void"
|
|
14300
14300
|
};
|
|
14301
|
-
const propTypes$
|
|
14302
|
-
maxSelectedColumns: propTypes$
|
|
14303
|
-
unselectedColumns: propTypes$
|
|
14304
|
-
selectedColumns: propTypes$
|
|
14301
|
+
const propTypes$1r = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
14302
|
+
maxSelectedColumns: propTypes$1L.exports.number,
|
|
14303
|
+
unselectedColumns: propTypes$1L.exports.array,
|
|
14304
|
+
selectedColumns: propTypes$1L.exports.array,
|
|
14305
14305
|
onApplyChanges: fun()
|
|
14306
14306
|
});
|
|
14307
14307
|
function SpsColumnChooser(props2) {
|
|
@@ -14441,8 +14441,8 @@ function SpsColumnChooser(props2) {
|
|
|
14441
14441
|
})), provided.placeholder)))));
|
|
14442
14442
|
}
|
|
14443
14443
|
Object.assign(SpsColumnChooser, {
|
|
14444
|
-
props: propsDoc$
|
|
14445
|
-
propTypes: propTypes$
|
|
14444
|
+
props: propsDoc$1o,
|
|
14445
|
+
propTypes: propTypes$1r,
|
|
14446
14446
|
displayName: "SpsColumnChooser"
|
|
14447
14447
|
});
|
|
14448
14448
|
const SpsColumnChooserExamples = {
|
|
@@ -14474,11 +14474,11 @@ const SpsColumnChooserExamples = {
|
|
|
14474
14474
|
}
|
|
14475
14475
|
}
|
|
14476
14476
|
};
|
|
14477
|
-
const propsDoc$
|
|
14477
|
+
const propsDoc$1n = {
|
|
14478
14478
|
icon: { type: "SpsIcon", required: true },
|
|
14479
14479
|
size: "SpsIconSize"
|
|
14480
14480
|
};
|
|
14481
|
-
const propTypes$
|
|
14481
|
+
const propTypes$1q = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
14482
14482
|
icon: enumValue(SpsIcon$1).isRequired,
|
|
14483
14483
|
size: enumValue(SpsIconSize)
|
|
14484
14484
|
});
|
|
@@ -14504,31 +14504,31 @@ function SpsIcon(props2) {
|
|
|
14504
14504
|
}, rest));
|
|
14505
14505
|
}
|
|
14506
14506
|
Object.assign(SpsIcon, {
|
|
14507
|
-
props: propsDoc$
|
|
14508
|
-
propTypes: propTypes$
|
|
14507
|
+
props: propsDoc$1n,
|
|
14508
|
+
propTypes: propTypes$1q,
|
|
14509
14509
|
displayName: "SpsI"
|
|
14510
14510
|
});
|
|
14511
14511
|
function SpsI(props2) {
|
|
14512
14512
|
return /* @__PURE__ */ React.createElement(SpsIcon, __spreadValues({}, props2));
|
|
14513
14513
|
}
|
|
14514
14514
|
Object.assign(SpsI, {
|
|
14515
|
-
props: propsDoc$
|
|
14516
|
-
propTypes: propTypes$
|
|
14515
|
+
props: propsDoc$1n,
|
|
14516
|
+
propTypes: propTypes$1q,
|
|
14517
14517
|
displayName: "SpsI"
|
|
14518
14518
|
});
|
|
14519
|
-
const propsDoc$
|
|
14519
|
+
const propsDoc$1m = {
|
|
14520
14520
|
borderless: "boolean",
|
|
14521
14521
|
lean: "boolean",
|
|
14522
14522
|
leaner: { type: "boolean", deprecated: true },
|
|
14523
14523
|
widthPx: "number",
|
|
14524
14524
|
widthRem: "number"
|
|
14525
14525
|
};
|
|
14526
|
-
const propTypes$
|
|
14527
|
-
borderless: propTypes$
|
|
14528
|
-
lean: propTypes$
|
|
14529
|
-
leaner: propTypes$
|
|
14530
|
-
widthPx: propTypes$
|
|
14531
|
-
widthRem: propTypes$
|
|
14526
|
+
const propTypes$1p = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
14527
|
+
borderless: propTypes$1L.exports.bool,
|
|
14528
|
+
lean: propTypes$1L.exports.bool,
|
|
14529
|
+
leaner: propTypes$1L.exports.bool,
|
|
14530
|
+
widthPx: propTypes$1L.exports.number,
|
|
14531
|
+
widthRem: propTypes$1L.exports.number
|
|
14532
14532
|
});
|
|
14533
14533
|
function SpsContentRowCol(props2) {
|
|
14534
14534
|
const _a = props2, {
|
|
@@ -14573,12 +14573,12 @@ function SpsContentRowCol(props2) {
|
|
|
14573
14573
|
}), children);
|
|
14574
14574
|
}
|
|
14575
14575
|
Object.assign(SpsContentRowCol, {
|
|
14576
|
-
props: propsDoc$
|
|
14577
|
-
propTypes: propTypes$
|
|
14576
|
+
props: propsDoc$1m,
|
|
14577
|
+
propTypes: propTypes$1p,
|
|
14578
14578
|
displayName: "SpsContentRowCol"
|
|
14579
14579
|
});
|
|
14580
|
-
const propsDoc$
|
|
14581
|
-
const propTypes$
|
|
14580
|
+
const propsDoc$1l = {};
|
|
14581
|
+
const propTypes$1o = __spreadValues({}, spsGlobalPropTypes);
|
|
14582
14582
|
function SpsContentRowExpansion(props2) {
|
|
14583
14583
|
const _a = props2, {
|
|
14584
14584
|
children,
|
|
@@ -14599,11 +14599,11 @@ function SpsContentRowExpansion(props2) {
|
|
|
14599
14599
|
}), children);
|
|
14600
14600
|
}
|
|
14601
14601
|
Object.assign(SpsContentRowExpansion, {
|
|
14602
|
-
props: propsDoc$
|
|
14603
|
-
propTypes: propTypes$
|
|
14602
|
+
props: propsDoc$1l,
|
|
14603
|
+
propTypes: propTypes$1o,
|
|
14604
14604
|
displayName: "SpsContentRowExpansion"
|
|
14605
14605
|
});
|
|
14606
|
-
const propsDoc$
|
|
14606
|
+
const propsDoc$1k = {
|
|
14607
14607
|
alternateLayout: "boolean",
|
|
14608
14608
|
initiallyExpanded: "boolean",
|
|
14609
14609
|
cardSpacing: "boolean",
|
|
@@ -14616,18 +14616,18 @@ const propsDoc$1j = {
|
|
|
14616
14616
|
selectable: "boolean",
|
|
14617
14617
|
selected: "boolean"
|
|
14618
14618
|
};
|
|
14619
|
-
const propTypes$
|
|
14620
|
-
alternateLayout: propTypes$
|
|
14621
|
-
cardSpacing: propTypes$
|
|
14622
|
-
expanded: propTypes$
|
|
14623
|
-
initiallyExpanded: propTypes$
|
|
14619
|
+
const propTypes$1n = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
14620
|
+
alternateLayout: propTypes$1L.exports.bool,
|
|
14621
|
+
cardSpacing: propTypes$1L.exports.bool,
|
|
14622
|
+
expanded: propTypes$1L.exports.bool,
|
|
14623
|
+
initiallyExpanded: propTypes$1L.exports.bool,
|
|
14624
14624
|
onBeforeCollapsed: fun(),
|
|
14625
14625
|
onBeforeExpanded: fun(),
|
|
14626
14626
|
onSelectionChange: fun(),
|
|
14627
14627
|
onCollapsed: fun(),
|
|
14628
14628
|
onExpanded: fun(),
|
|
14629
|
-
selectable: propTypes$
|
|
14630
|
-
selected: propTypes$
|
|
14629
|
+
selectable: propTypes$1L.exports.bool,
|
|
14630
|
+
selected: propTypes$1L.exports.bool
|
|
14631
14631
|
});
|
|
14632
14632
|
function SpsContentRow(props2) {
|
|
14633
14633
|
const _a = props2, {
|
|
@@ -14708,8 +14708,8 @@ function SpsContentRow(props2) {
|
|
|
14708
14708
|
}, /* @__PURE__ */ React.createElement("section", null, ContentRowCheckBox()), /* @__PURE__ */ React.createElement("section", null, ExpandoThingy())), columns), expansion);
|
|
14709
14709
|
}
|
|
14710
14710
|
Object.assign(SpsContentRow, {
|
|
14711
|
-
props: propsDoc$
|
|
14712
|
-
propTypes: propTypes$
|
|
14711
|
+
props: propsDoc$1k,
|
|
14712
|
+
propTypes: propTypes$1n,
|
|
14713
14713
|
displayName: "SpsContentRow"
|
|
14714
14714
|
});
|
|
14715
14715
|
const SpsContentRowExamples = {
|
|
@@ -15178,7 +15178,7 @@ function parse2(value) {
|
|
|
15178
15178
|
function weekOfMonth$1(date2) {
|
|
15179
15179
|
return Math.floor((date2.clone().date(1).day() + date2.date() - 1) / 7);
|
|
15180
15180
|
}
|
|
15181
|
-
const propsDoc$
|
|
15181
|
+
const propsDoc$1j = {
|
|
15182
15182
|
disabled: "boolean",
|
|
15183
15183
|
format: "string",
|
|
15184
15184
|
maxDate: "string",
|
|
@@ -15188,15 +15188,15 @@ const propsDoc$1i = {
|
|
|
15188
15188
|
placeholder: "string",
|
|
15189
15189
|
value: "string"
|
|
15190
15190
|
};
|
|
15191
|
-
const propTypes$
|
|
15192
|
-
disabled: propTypes$
|
|
15193
|
-
format: propTypes$
|
|
15194
|
-
maxDate: propTypes$
|
|
15195
|
-
minDate: propTypes$
|
|
15191
|
+
const propTypes$1m = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
15192
|
+
disabled: propTypes$1L.exports.bool,
|
|
15193
|
+
format: propTypes$1L.exports.string,
|
|
15194
|
+
maxDate: propTypes$1L.exports.string,
|
|
15195
|
+
minDate: propTypes$1L.exports.string,
|
|
15196
15196
|
onChange: fun(),
|
|
15197
15197
|
onClickOutside: fun(),
|
|
15198
|
-
placeholder: propTypes$
|
|
15199
|
-
value: propTypes$
|
|
15198
|
+
placeholder: propTypes$1L.exports.string,
|
|
15199
|
+
value: propTypes$1L.exports.string
|
|
15200
15200
|
});
|
|
15201
15201
|
function SpsDatepicker(props2) {
|
|
15202
15202
|
const _a = props2, {
|
|
@@ -15559,8 +15559,8 @@ function SpsDatepicker(props2) {
|
|
|
15559
15559
|
}))));
|
|
15560
15560
|
}
|
|
15561
15561
|
Object.assign(SpsDatepicker, {
|
|
15562
|
-
props: propsDoc$
|
|
15563
|
-
propTypes: propTypes$
|
|
15562
|
+
props: propsDoc$1j,
|
|
15563
|
+
propTypes: propTypes$1m,
|
|
15564
15564
|
displayName: "SpsDatepicker"
|
|
15565
15565
|
});
|
|
15566
15566
|
const SpsDatepickerExamples = {
|
|
@@ -15655,7 +15655,7 @@ const SpsDatepickerExamples = {
|
|
|
15655
15655
|
}
|
|
15656
15656
|
}
|
|
15657
15657
|
};
|
|
15658
|
-
const propsDoc$
|
|
15658
|
+
const propsDoc$1i = {
|
|
15659
15659
|
placeholder: "string",
|
|
15660
15660
|
disabled: "boolean",
|
|
15661
15661
|
format: "string",
|
|
@@ -15666,13 +15666,13 @@ const propsDoc$1h = {
|
|
|
15666
15666
|
value: "MomentRange",
|
|
15667
15667
|
preset: "Duration"
|
|
15668
15668
|
};
|
|
15669
|
-
const propTypes$
|
|
15670
|
-
placeholder: propTypes$
|
|
15671
|
-
disabled: propTypes$
|
|
15672
|
-
format: propTypes$
|
|
15673
|
-
minDate: propTypes$
|
|
15674
|
-
maxDate: propTypes$
|
|
15675
|
-
availablePresets: propTypes$
|
|
15669
|
+
const propTypes$1l = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
15670
|
+
placeholder: propTypes$1L.exports.string,
|
|
15671
|
+
disabled: propTypes$1L.exports.bool,
|
|
15672
|
+
format: propTypes$1L.exports.string,
|
|
15673
|
+
minDate: propTypes$1L.exports.string,
|
|
15674
|
+
maxDate: propTypes$1L.exports.string,
|
|
15675
|
+
availablePresets: propTypes$1L.exports.array,
|
|
15676
15676
|
onChange: fun(),
|
|
15677
15677
|
value: impl(),
|
|
15678
15678
|
preset: impl()
|
|
@@ -16320,8 +16320,8 @@ function SpsDateRangePicker(props2) {
|
|
|
16320
16320
|
}) : "")));
|
|
16321
16321
|
}
|
|
16322
16322
|
Object.assign(SpsDateRangePicker, {
|
|
16323
|
-
props: propsDoc$
|
|
16324
|
-
propTypes: propTypes$
|
|
16323
|
+
props: propsDoc$1i,
|
|
16324
|
+
propTypes: propTypes$1l,
|
|
16325
16325
|
displayName: "SpsDateRangePicker"
|
|
16326
16326
|
});
|
|
16327
16327
|
const SpsDateRangePickerExamples = {
|
|
@@ -20924,7 +20924,7 @@ const formatMaps = {
|
|
|
20924
20924
|
LONG_FULLDATETIME: "LLLL",
|
|
20925
20925
|
LONG_FULLDATETIME_ZONE: "LLLL z"
|
|
20926
20926
|
};
|
|
20927
|
-
const propsDoc$
|
|
20927
|
+
const propsDoc$1h = {
|
|
20928
20928
|
currentUser: "any",
|
|
20929
20929
|
dateToFormat: "string | Date",
|
|
20930
20930
|
format: "string",
|
|
@@ -20933,17 +20933,17 @@ const propsDoc$1g = {
|
|
|
20933
20933
|
relativeHrs: "number",
|
|
20934
20934
|
tz: "string"
|
|
20935
20935
|
};
|
|
20936
|
-
const propTypes$
|
|
20937
|
-
currentUser: propTypes$
|
|
20938
|
-
dateToFormat: propTypes$
|
|
20939
|
-
propTypes$
|
|
20940
|
-
propTypes$
|
|
20936
|
+
const propTypes$1k = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
20937
|
+
currentUser: propTypes$1L.exports.any,
|
|
20938
|
+
dateToFormat: propTypes$1L.exports.oneOfType([
|
|
20939
|
+
propTypes$1L.exports.string,
|
|
20940
|
+
propTypes$1L.exports.instanceOf(Date)
|
|
20941
20941
|
]),
|
|
20942
|
-
format: propTypes$
|
|
20943
|
-
locale: propTypes$
|
|
20944
|
-
relative: propTypes$
|
|
20945
|
-
relativeHrs: propTypes$
|
|
20946
|
-
tz: propTypes$
|
|
20942
|
+
format: propTypes$1L.exports.string,
|
|
20943
|
+
locale: propTypes$1L.exports.string,
|
|
20944
|
+
relative: propTypes$1L.exports.bool,
|
|
20945
|
+
relativeHrs: propTypes$1L.exports.number,
|
|
20946
|
+
tz: propTypes$1L.exports.string
|
|
20947
20947
|
});
|
|
20948
20948
|
function showRelative(dateToCheck, relative, relativeHrs) {
|
|
20949
20949
|
if (!relativeHrs && !relative) {
|
|
@@ -21019,8 +21019,8 @@ function SpsDateTime(props2) {
|
|
|
21019
21019
|
}));
|
|
21020
21020
|
}
|
|
21021
21021
|
Object.assign(SpsDateTime, {
|
|
21022
|
-
props: propsDoc$
|
|
21023
|
-
propTypes: propTypes$
|
|
21022
|
+
props: propsDoc$1h,
|
|
21023
|
+
propTypes: propTypes$1k,
|
|
21024
21024
|
displayName: "SpsDateTime"
|
|
21025
21025
|
});
|
|
21026
21026
|
const SpsDatetimeExamples = {
|
|
@@ -21041,15 +21041,15 @@ const SpsDatetimeExamples = {
|
|
|
21041
21041
|
}
|
|
21042
21042
|
}
|
|
21043
21043
|
};
|
|
21044
|
-
const propsDoc$
|
|
21044
|
+
const propsDoc$1g = {
|
|
21045
21045
|
compact: "boolean",
|
|
21046
21046
|
wideTerms: "boolean",
|
|
21047
21047
|
widerTerms: "boolean"
|
|
21048
21048
|
};
|
|
21049
|
-
const propTypes$
|
|
21050
|
-
compact: propTypes$
|
|
21051
|
-
wideTerms: propTypes$
|
|
21052
|
-
widerTerms: propTypes$
|
|
21049
|
+
const propTypes$1j = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
21050
|
+
compact: propTypes$1L.exports.bool,
|
|
21051
|
+
wideTerms: propTypes$1L.exports.bool,
|
|
21052
|
+
widerTerms: propTypes$1L.exports.bool
|
|
21053
21053
|
});
|
|
21054
21054
|
function SpsDescriptionList(props2) {
|
|
21055
21055
|
const _a = props2, {
|
|
@@ -21089,20 +21089,20 @@ function SpsDescriptionList(props2) {
|
|
|
21089
21089
|
}, rest), childrenWithProps);
|
|
21090
21090
|
}
|
|
21091
21091
|
Object.assign(SpsDescriptionList, {
|
|
21092
|
-
props: propsDoc$
|
|
21093
|
-
propTypes: propTypes$
|
|
21092
|
+
props: propsDoc$1g,
|
|
21093
|
+
propTypes: propTypes$1j,
|
|
21094
21094
|
displayName: "SpsDescriptionList / SpsDl"
|
|
21095
21095
|
});
|
|
21096
21096
|
function SpsDl(p2) {
|
|
21097
21097
|
return SpsDescriptionList(p2);
|
|
21098
21098
|
}
|
|
21099
21099
|
Object.assign(SpsDl, {
|
|
21100
|
-
props: propsDoc$
|
|
21101
|
-
propTypes: propTypes$
|
|
21100
|
+
props: propsDoc$1g,
|
|
21101
|
+
propTypes: propTypes$1j,
|
|
21102
21102
|
displayName: "SpsDescriptionList / SpsDl"
|
|
21103
21103
|
});
|
|
21104
|
-
const propsDoc$
|
|
21105
|
-
const propTypes$
|
|
21104
|
+
const propsDoc$1f = {};
|
|
21105
|
+
const propTypes$1i = __spreadValues({}, spsGlobalPropTypes);
|
|
21106
21106
|
function SpsDescriptionListDefinition(props2) {
|
|
21107
21107
|
const _a = props2, {
|
|
21108
21108
|
children,
|
|
@@ -21122,16 +21122,16 @@ function SpsDescriptionListDefinition(props2) {
|
|
|
21122
21122
|
}, rest), children);
|
|
21123
21123
|
}
|
|
21124
21124
|
Object.assign(SpsDescriptionListDefinition, {
|
|
21125
|
-
props: propsDoc$
|
|
21126
|
-
propTypes: propTypes$
|
|
21125
|
+
props: propsDoc$1f,
|
|
21126
|
+
propTypes: propTypes$1i,
|
|
21127
21127
|
displayName: "SpsDescriptionListDefinition / SpsDd"
|
|
21128
21128
|
});
|
|
21129
21129
|
function SpsDd(p2) {
|
|
21130
21130
|
return SpsDescriptionListDefinition(p2);
|
|
21131
21131
|
}
|
|
21132
21132
|
Object.assign(SpsDd, {
|
|
21133
|
-
props: propsDoc$
|
|
21134
|
-
propTypes: propTypes$
|
|
21133
|
+
props: propsDoc$1f,
|
|
21134
|
+
propTypes: propTypes$1i,
|
|
21135
21135
|
displayName: "SpsDescriptionListDefinition / SpsDd"
|
|
21136
21136
|
});
|
|
21137
21137
|
var TooltipVisibility;
|
|
@@ -21146,7 +21146,7 @@ function toggleTooltipState(state) {
|
|
|
21146
21146
|
}
|
|
21147
21147
|
const CARET_SPACING_PX = 13;
|
|
21148
21148
|
const openTips = new Map();
|
|
21149
|
-
const propsDoc$
|
|
21149
|
+
const propsDoc$1e = {
|
|
21150
21150
|
for: { type: "React.MutableRefObject<any> | string", required: true },
|
|
21151
21151
|
hideDelay: "number",
|
|
21152
21152
|
isShown: "TooltipVisibility",
|
|
@@ -21156,19 +21156,19 @@ const propsDoc$1d = {
|
|
|
21156
21156
|
position: "Position",
|
|
21157
21157
|
altPosition: "Position",
|
|
21158
21158
|
showOn: "TooltipShowTrigger",
|
|
21159
|
-
title: "string"
|
|
21159
|
+
title: "string | ReactNode"
|
|
21160
21160
|
};
|
|
21161
|
-
const propTypes$
|
|
21162
|
-
for: propTypes$
|
|
21163
|
-
hideDelay: propTypes$
|
|
21161
|
+
const propTypes$1h = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
21162
|
+
for: propTypes$1L.exports.oneOfType([ref(), propTypes$1L.exports.string]).isRequired,
|
|
21163
|
+
hideDelay: propTypes$1L.exports.number,
|
|
21164
21164
|
isShown: enumValue(TooltipVisibility),
|
|
21165
21165
|
kind: enumValue(TooltipKind),
|
|
21166
|
-
offsets: propTypes$
|
|
21166
|
+
offsets: propTypes$1L.exports.arrayOf(propTypes$1L.exports.number),
|
|
21167
21167
|
onDeferred: fun(),
|
|
21168
21168
|
position: enumValue(Position),
|
|
21169
21169
|
altPosition: enumValue(Position),
|
|
21170
21170
|
showOn: enumValue(TooltipShowTrigger),
|
|
21171
|
-
title: propTypes$
|
|
21171
|
+
title: propTypes$1L.exports.string || propTypes$1L.exports.node
|
|
21172
21172
|
});
|
|
21173
21173
|
function SpsTooltip({
|
|
21174
21174
|
children,
|
|
@@ -21325,35 +21325,35 @@ function SpsTooltip({
|
|
|
21325
21325
|
style: __spreadValues(__spreadValues({}, style2), posStyle),
|
|
21326
21326
|
onMouseEnter: showOn === TooltipShowTrigger.MOUSEOVER ? clearHideDelay : null,
|
|
21327
21327
|
onMouseLeave: showOn === TooltipShowTrigger.MOUSEOVER ? delayedHide : null
|
|
21328
|
-
}, title && /* @__PURE__ */ React.createElement("span", {
|
|
21328
|
+
}, title && (typeof title === "string" ? /* @__PURE__ */ React.createElement("span", {
|
|
21329
21329
|
className: "sps-tooltip__title d-block"
|
|
21330
|
-
}, title), /* @__PURE__ */ React.createElement("span", {
|
|
21330
|
+
}, title) : title), /* @__PURE__ */ React.createElement("span", {
|
|
21331
21331
|
className: "sps-tooltip__body d-block"
|
|
21332
21332
|
}, children), /* @__PURE__ */ React.createElement("span", {
|
|
21333
21333
|
className: "sps-tooltip__caret"
|
|
21334
21334
|
})));
|
|
21335
21335
|
}
|
|
21336
21336
|
Object.assign(SpsTooltip, {
|
|
21337
|
-
props: propsDoc$
|
|
21338
|
-
propTypes: propTypes$
|
|
21337
|
+
props: propsDoc$1e,
|
|
21338
|
+
propTypes: propTypes$1h,
|
|
21339
21339
|
displayName: "SpsTooltip"
|
|
21340
21340
|
});
|
|
21341
|
-
const propsDoc$
|
|
21341
|
+
const propsDoc$1d = {
|
|
21342
21342
|
error: "boolean",
|
|
21343
21343
|
errors: "ReactNodeOrRenderFn",
|
|
21344
21344
|
help: "ReactNodeOrRenderFn",
|
|
21345
21345
|
labelFor: "SpsFormFieldMeta<any>",
|
|
21346
21346
|
required: "boolean"
|
|
21347
21347
|
};
|
|
21348
|
-
const propTypes$
|
|
21349
|
-
error: propTypes$
|
|
21348
|
+
const propTypes$1g = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
21349
|
+
error: propTypes$1L.exports.bool,
|
|
21350
21350
|
errors: nodeOrRenderFn,
|
|
21351
21351
|
help: nodeOrRenderFn,
|
|
21352
|
-
labelFor: propTypes$
|
|
21352
|
+
labelFor: propTypes$1L.exports.oneOfType([
|
|
21353
21353
|
impl(),
|
|
21354
21354
|
impl()
|
|
21355
21355
|
]),
|
|
21356
|
-
required: propTypes$
|
|
21356
|
+
required: propTypes$1L.exports.bool
|
|
21357
21357
|
});
|
|
21358
21358
|
function SpsDescriptionListTerm(props2) {
|
|
21359
21359
|
const _a = props2, {
|
|
@@ -21409,16 +21409,16 @@ function SpsDescriptionListTerm(props2) {
|
|
|
21409
21409
|
}, contentOf(tipKind === TooltipKind.ERROR ? errors : help)));
|
|
21410
21410
|
}
|
|
21411
21411
|
Object.assign(SpsDescriptionListTerm, {
|
|
21412
|
-
props: propsDoc$
|
|
21413
|
-
propTypes: propTypes$
|
|
21412
|
+
props: propsDoc$1d,
|
|
21413
|
+
propTypes: propTypes$1g,
|
|
21414
21414
|
displayName: "SpsDescriptionListTerm / SpsDt"
|
|
21415
21415
|
});
|
|
21416
21416
|
function SpsDt(p2) {
|
|
21417
21417
|
return SpsDescriptionListTerm(p2);
|
|
21418
21418
|
}
|
|
21419
21419
|
Object.assign(SpsDt, {
|
|
21420
|
-
props: propsDoc$
|
|
21421
|
-
propTypes: propTypes$
|
|
21420
|
+
props: propsDoc$1d,
|
|
21421
|
+
propTypes: propTypes$1g,
|
|
21422
21422
|
displayName: "SpsDescriptionListTerm / SpsDt"
|
|
21423
21423
|
});
|
|
21424
21424
|
const SpsDescriptionListExamples = {
|
|
@@ -21896,19 +21896,19 @@ const SpsDropdownExamples = {
|
|
|
21896
21896
|
}
|
|
21897
21897
|
}
|
|
21898
21898
|
};
|
|
21899
|
-
const propsDoc$
|
|
21899
|
+
const propsDoc$1c = {
|
|
21900
21900
|
checked: "boolean",
|
|
21901
21901
|
onChange: "ChangeEventHandler",
|
|
21902
21902
|
indeterminate: "boolean",
|
|
21903
21903
|
disabled: "boolean",
|
|
21904
21904
|
options: "Array<SpsActionMethod | [SpsActionDescriptor, () => void]>"
|
|
21905
21905
|
};
|
|
21906
|
-
const propTypes$
|
|
21907
|
-
checked: propTypes$
|
|
21906
|
+
const propTypes$1f = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
21907
|
+
checked: propTypes$1L.exports.bool,
|
|
21908
21908
|
onChange: fun(),
|
|
21909
|
-
indeterminate: propTypes$
|
|
21910
|
-
options: propTypes$
|
|
21911
|
-
disabled: propTypes$
|
|
21909
|
+
indeterminate: propTypes$1L.exports.bool,
|
|
21910
|
+
options: propTypes$1L.exports.arrayOf(propTypes$1L.exports.oneOfType([propTypes$1L.exports.func, propTypes$1L.exports.any])).isRequired,
|
|
21911
|
+
disabled: propTypes$1L.exports.bool
|
|
21912
21912
|
});
|
|
21913
21913
|
function SpsCheckboxDropdown(props2) {
|
|
21914
21914
|
const _a = props2, {
|
|
@@ -21942,14 +21942,14 @@ function SpsCheckboxDropdown(props2) {
|
|
|
21942
21942
|
}));
|
|
21943
21943
|
}
|
|
21944
21944
|
Object.assign(SpsCheckboxDropdown, {
|
|
21945
|
-
props: propsDoc$
|
|
21946
|
-
propTypes: propTypes$
|
|
21945
|
+
props: propsDoc$1c,
|
|
21946
|
+
propTypes: propTypes$1f,
|
|
21947
21947
|
displayName: "SpsCheckboxDropdown"
|
|
21948
21948
|
});
|
|
21949
|
-
const propsDoc$
|
|
21949
|
+
const propsDoc$1b = {
|
|
21950
21950
|
kind: "FeedbackBlockKind"
|
|
21951
21951
|
};
|
|
21952
|
-
const propTypes$
|
|
21952
|
+
const propTypes$1e = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
21953
21953
|
kind: enumValue(FeedbackBlockKind)
|
|
21954
21954
|
});
|
|
21955
21955
|
function SpsFeedbackBlock(props2) {
|
|
@@ -21980,8 +21980,8 @@ function SpsFeedbackBlock(props2) {
|
|
|
21980
21980
|
}, children));
|
|
21981
21981
|
}
|
|
21982
21982
|
Object.assign(SpsFeedbackBlock, {
|
|
21983
|
-
props: propsDoc$
|
|
21984
|
-
propTypes: propTypes$
|
|
21983
|
+
props: propsDoc$1b,
|
|
21984
|
+
propTypes: propTypes$1e,
|
|
21985
21985
|
displayName: "SpsFeedbackBlock"
|
|
21986
21986
|
});
|
|
21987
21987
|
const SpsFeedbackBlockExamples = {
|
|
@@ -22083,7 +22083,7 @@ const SpsFeedbackBlockExamples = {
|
|
|
22083
22083
|
}
|
|
22084
22084
|
}
|
|
22085
22085
|
};
|
|
22086
|
-
const propsDoc$
|
|
22086
|
+
const propsDoc$1a = {
|
|
22087
22087
|
errors: "ReactNodeOrRenderFn",
|
|
22088
22088
|
formMeta: "SpsFormSetMeta<any>",
|
|
22089
22089
|
legend: "string",
|
|
@@ -22092,16 +22092,16 @@ const propsDoc$19 = {
|
|
|
22092
22092
|
onToggled: "(isEnabled: boolean) => void",
|
|
22093
22093
|
tooltip: "string"
|
|
22094
22094
|
};
|
|
22095
|
-
const propTypes$
|
|
22095
|
+
const propTypes$1d = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
22096
22096
|
errors: nodeOrRenderFn,
|
|
22097
22097
|
formArray: impl(),
|
|
22098
22098
|
formGroup: impl(),
|
|
22099
22099
|
formMeta: impl(),
|
|
22100
|
-
legend: propTypes$
|
|
22101
|
-
optional: propTypes$
|
|
22102
|
-
enabled: propTypes$
|
|
22100
|
+
legend: propTypes$1L.exports.string,
|
|
22101
|
+
optional: propTypes$1L.exports.bool,
|
|
22102
|
+
enabled: propTypes$1L.exports.bool,
|
|
22103
22103
|
onToggled: fun(),
|
|
22104
|
-
tooltip: propTypes$
|
|
22104
|
+
tooltip: propTypes$1L.exports.string
|
|
22105
22105
|
});
|
|
22106
22106
|
function SpsFieldset({
|
|
22107
22107
|
children,
|
|
@@ -22177,8 +22177,8 @@ function SpsFieldset({
|
|
|
22177
22177
|
}, contentOf(errors)), children));
|
|
22178
22178
|
}
|
|
22179
22179
|
Object.assign(SpsFieldset, {
|
|
22180
|
-
props: propsDoc$
|
|
22181
|
-
propTypes: propTypes$
|
|
22180
|
+
props: propsDoc$1a,
|
|
22181
|
+
propTypes: propTypes$1d,
|
|
22182
22182
|
displayName: "SpsFieldset"
|
|
22183
22183
|
});
|
|
22184
22184
|
const SpsFieldsetExamples = {
|
|
@@ -22464,8 +22464,8 @@ const SpsFieldsetExamples = {
|
|
|
22464
22464
|
}
|
|
22465
22465
|
}
|
|
22466
22466
|
};
|
|
22467
|
-
const propsDoc$
|
|
22468
|
-
const propTypes$
|
|
22467
|
+
const propsDoc$19 = {};
|
|
22468
|
+
const propTypes$1c = __spreadValues({}, spsGlobalPropTypes);
|
|
22469
22469
|
function SpsFocusedTaskActions(props2) {
|
|
22470
22470
|
const _a = props2, {
|
|
22471
22471
|
children,
|
|
@@ -22486,18 +22486,18 @@ function SpsFocusedTaskActions(props2) {
|
|
|
22486
22486
|
}, children)));
|
|
22487
22487
|
}
|
|
22488
22488
|
Object.assign(SpsFocusedTaskActions, {
|
|
22489
|
-
props: propsDoc$
|
|
22490
|
-
propTypes: propTypes$
|
|
22489
|
+
props: propsDoc$19,
|
|
22490
|
+
propTypes: propTypes$1c,
|
|
22491
22491
|
displayName: "SpsFocusedTaskActions"
|
|
22492
22492
|
});
|
|
22493
|
-
const propsDoc$
|
|
22493
|
+
const propsDoc$18 = {
|
|
22494
22494
|
fullWidth: "boolean",
|
|
22495
22495
|
isOpen: "boolean",
|
|
22496
22496
|
onClose: "() => void"
|
|
22497
22497
|
};
|
|
22498
|
-
const propTypes$
|
|
22499
|
-
fullWidth: propTypes$
|
|
22500
|
-
isOpen: propTypes$
|
|
22498
|
+
const propTypes$1b = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
22499
|
+
fullWidth: propTypes$1L.exports.bool,
|
|
22500
|
+
isOpen: propTypes$1L.exports.bool,
|
|
22501
22501
|
onClose: fun()
|
|
22502
22502
|
});
|
|
22503
22503
|
function SpsFocusedTask(props2) {
|
|
@@ -22554,8 +22554,8 @@ function SpsFocusedTask(props2) {
|
|
|
22554
22554
|
}, isOpen && content)), actions);
|
|
22555
22555
|
}
|
|
22556
22556
|
Object.assign(SpsFocusedTask, {
|
|
22557
|
-
props: propsDoc$
|
|
22558
|
-
propTypes: propTypes$
|
|
22557
|
+
props: propsDoc$18,
|
|
22558
|
+
propTypes: propTypes$1b,
|
|
22559
22559
|
displayName: "SpsFocusedTask"
|
|
22560
22560
|
});
|
|
22561
22561
|
const SpsFocusedTaskExamples = {
|
|
@@ -24038,19 +24038,19 @@ const SpsAddRemoveFormRowExamples = {
|
|
|
24038
24038
|
}
|
|
24039
24039
|
}
|
|
24040
24040
|
};
|
|
24041
|
-
const propsDoc$
|
|
24041
|
+
const propsDoc$17 = {
|
|
24042
24042
|
imgSrc: "string",
|
|
24043
24043
|
kind: "GrowlerKind",
|
|
24044
24044
|
onClose: "() => void",
|
|
24045
24045
|
persist: "boolean",
|
|
24046
24046
|
title: "string"
|
|
24047
24047
|
};
|
|
24048
|
-
const propTypes$
|
|
24049
|
-
imgSrc: propTypes$
|
|
24048
|
+
const propTypes$1a = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
24049
|
+
imgSrc: propTypes$1L.exports.string,
|
|
24050
24050
|
kind: enumValue(GrowlerKind),
|
|
24051
24051
|
onClose: fun(),
|
|
24052
|
-
persist: propTypes$
|
|
24053
|
-
title: propTypes$
|
|
24052
|
+
persist: propTypes$1L.exports.bool,
|
|
24053
|
+
title: propTypes$1L.exports.string
|
|
24054
24054
|
});
|
|
24055
24055
|
function SpsGrowler(props2) {
|
|
24056
24056
|
const _a = props2, {
|
|
@@ -24156,8 +24156,8 @@ function SpsGrowler(props2) {
|
|
|
24156
24156
|
})))));
|
|
24157
24157
|
}
|
|
24158
24158
|
Object.assign(SpsGrowler, {
|
|
24159
|
-
props: propsDoc$
|
|
24160
|
-
propTypes: propTypes$
|
|
24159
|
+
props: propsDoc$17,
|
|
24160
|
+
propTypes: propTypes$1a,
|
|
24161
24161
|
displayName: "SpsGrowler"
|
|
24162
24162
|
});
|
|
24163
24163
|
const SpsGrowlerExamples = {
|
|
@@ -24532,18 +24532,18 @@ const SpsGrowlerExamples = {
|
|
|
24532
24532
|
}
|
|
24533
24533
|
}
|
|
24534
24534
|
};
|
|
24535
|
-
const propsDoc$
|
|
24535
|
+
const propsDoc$16 = {
|
|
24536
24536
|
disabled: "boolean",
|
|
24537
24537
|
min: "number",
|
|
24538
24538
|
max: "number",
|
|
24539
24539
|
step: "number",
|
|
24540
24540
|
onValueChange: "(newValue: number) => void"
|
|
24541
24541
|
};
|
|
24542
|
-
const propTypes$
|
|
24543
|
-
disabled: propTypes$
|
|
24544
|
-
min: propTypes$
|
|
24545
|
-
max: propTypes$
|
|
24546
|
-
step: propTypes$
|
|
24542
|
+
const propTypes$19 = __spreadValues({
|
|
24543
|
+
disabled: propTypes$1L.exports.bool,
|
|
24544
|
+
min: propTypes$1L.exports.number,
|
|
24545
|
+
max: propTypes$1L.exports.number,
|
|
24546
|
+
step: propTypes$1L.exports.number,
|
|
24547
24547
|
onValueChange: fun()
|
|
24548
24548
|
}, spsGlobalPropTypes);
|
|
24549
24549
|
function SpsIncrementor(props2) {
|
|
@@ -24646,8 +24646,8 @@ function SpsIncrementor(props2) {
|
|
|
24646
24646
|
}))));
|
|
24647
24647
|
}
|
|
24648
24648
|
Object.assign(SpsIncrementor, {
|
|
24649
|
-
props: propsDoc$
|
|
24650
|
-
propTypes: propTypes$
|
|
24649
|
+
props: propsDoc$16,
|
|
24650
|
+
propTypes: propTypes$19,
|
|
24651
24651
|
displayName: "SpsIncrementor"
|
|
24652
24652
|
});
|
|
24653
24653
|
const SpsIncrementorExamples = {
|
|
@@ -24686,7 +24686,7 @@ function SpsInsights(props2) {
|
|
|
24686
24686
|
className: "insight-tile-wrapper"
|
|
24687
24687
|
}, children);
|
|
24688
24688
|
}
|
|
24689
|
-
const propsDoc$
|
|
24689
|
+
const propsDoc$15 = {
|
|
24690
24690
|
horizontal: "boolean",
|
|
24691
24691
|
icon: "SpsIcon",
|
|
24692
24692
|
kind: "SpsInsightTileKind",
|
|
@@ -24695,14 +24695,14 @@ const propsDoc$14 = {
|
|
|
24695
24695
|
partnerCount: "number",
|
|
24696
24696
|
totalPartners: "number"
|
|
24697
24697
|
};
|
|
24698
|
-
const propTypes$
|
|
24699
|
-
horizontal: propTypes$
|
|
24698
|
+
const propTypes$18 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
24699
|
+
horizontal: propTypes$1L.exports.bool,
|
|
24700
24700
|
icon: enumValue(SpsIcon$1),
|
|
24701
24701
|
kind: enumValue(SpsInsightTileKind),
|
|
24702
|
-
title: propTypes$
|
|
24703
|
-
metric: propTypes$
|
|
24704
|
-
partnerCount: propTypes$
|
|
24705
|
-
totalPartners: propTypes$
|
|
24702
|
+
title: propTypes$1L.exports.string,
|
|
24703
|
+
metric: propTypes$1L.exports.number || propTypes$1L.exports.string,
|
|
24704
|
+
partnerCount: propTypes$1L.exports.number,
|
|
24705
|
+
totalPartners: propTypes$1L.exports.number
|
|
24706
24706
|
});
|
|
24707
24707
|
function SpsInsightTile(props2) {
|
|
24708
24708
|
const _a = props2, {
|
|
@@ -24762,8 +24762,8 @@ function SpsInsightTile(props2) {
|
|
|
24762
24762
|
}, t2("design-system:insightTile.partners")))));
|
|
24763
24763
|
}
|
|
24764
24764
|
Object.assign(SpsInsightTile, {
|
|
24765
|
-
props: propsDoc$
|
|
24766
|
-
propTypes: propTypes$
|
|
24765
|
+
props: propsDoc$15,
|
|
24766
|
+
propTypes: propTypes$18,
|
|
24767
24767
|
displayName: "SpsInsightTile"
|
|
24768
24768
|
});
|
|
24769
24769
|
const SpsInsightTileExamples = {
|
|
@@ -25037,11 +25037,11 @@ const SpsInsightTileExamples = {
|
|
|
25037
25037
|
}
|
|
25038
25038
|
}
|
|
25039
25039
|
};
|
|
25040
|
-
const propsDoc$
|
|
25040
|
+
const propsDoc$14 = {
|
|
25041
25041
|
inline: "boolean"
|
|
25042
25042
|
};
|
|
25043
|
-
const propTypes$
|
|
25044
|
-
inline: propTypes$
|
|
25043
|
+
const propTypes$17 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25044
|
+
inline: propTypes$1L.exports.bool
|
|
25045
25045
|
});
|
|
25046
25046
|
function SpsKeyValueList(props2) {
|
|
25047
25047
|
const _a = props2, {
|
|
@@ -25064,16 +25064,16 @@ function SpsKeyValueList(props2) {
|
|
|
25064
25064
|
}, rest), children);
|
|
25065
25065
|
}
|
|
25066
25066
|
Object.assign(SpsKeyValueList, {
|
|
25067
|
-
props: propsDoc$
|
|
25068
|
-
propTypes: propTypes$
|
|
25067
|
+
props: propsDoc$14,
|
|
25068
|
+
propTypes: propTypes$17,
|
|
25069
25069
|
displayName: "SpsKeyValueList"
|
|
25070
25070
|
});
|
|
25071
|
-
const propsDoc$
|
|
25071
|
+
const propsDoc$13 = {
|
|
25072
25072
|
itemKey: { type: "string | nodeOrRenderFn", required: true },
|
|
25073
25073
|
titleColor: "KeyValueListTitleColor"
|
|
25074
25074
|
};
|
|
25075
|
-
const propTypes$
|
|
25076
|
-
itemKey: propTypes$
|
|
25075
|
+
const propTypes$16 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25076
|
+
itemKey: propTypes$1L.exports.string.isRequired || nodeOrRenderFn.isRequired,
|
|
25077
25077
|
titleColor: enumValue(KeyValueListTitleColor)
|
|
25078
25078
|
});
|
|
25079
25079
|
function SpsKeyValueListItem(props2) {
|
|
@@ -25105,8 +25105,8 @@ function SpsKeyValueListItem(props2) {
|
|
|
25105
25105
|
}, children));
|
|
25106
25106
|
}
|
|
25107
25107
|
Object.assign(SpsKeyValueListItem, {
|
|
25108
|
-
props: propsDoc$
|
|
25109
|
-
propTypes: propTypes$
|
|
25108
|
+
props: propsDoc$13,
|
|
25109
|
+
propTypes: propTypes$16,
|
|
25110
25110
|
displayName: "SpsKeyValueListItem"
|
|
25111
25111
|
});
|
|
25112
25112
|
const SpsKeyValueListExamples = {
|
|
@@ -25149,7 +25149,7 @@ const SpsKeyValueListExamples = {
|
|
|
25149
25149
|
}
|
|
25150
25150
|
}
|
|
25151
25151
|
};
|
|
25152
|
-
const propsDoc$
|
|
25152
|
+
const propsDoc$12 = {
|
|
25153
25153
|
for: { type: "SpsFormMetaBase<any>", required: true },
|
|
25154
25154
|
description: "string",
|
|
25155
25155
|
stronglySuggested: "boolean",
|
|
@@ -25158,16 +25158,16 @@ const propsDoc$11 = {
|
|
|
25158
25158
|
helpIconColor: "string",
|
|
25159
25159
|
errors: "ReactNodeOrRenderFn"
|
|
25160
25160
|
};
|
|
25161
|
-
const propTypes$
|
|
25162
|
-
description: propTypes$
|
|
25163
|
-
for: propTypes$
|
|
25161
|
+
const propTypes$15 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25162
|
+
description: propTypes$1L.exports.string,
|
|
25163
|
+
for: propTypes$1L.exports.oneOfType([
|
|
25164
25164
|
impl(),
|
|
25165
25165
|
impl()
|
|
25166
25166
|
]).isRequired,
|
|
25167
|
-
stronglySuggested: propTypes$
|
|
25167
|
+
stronglySuggested: propTypes$1L.exports.bool,
|
|
25168
25168
|
help: nodeOrRenderFn,
|
|
25169
25169
|
helpIcon: enumValue(SpsIcon$1),
|
|
25170
|
-
helpIconColor: propTypes$
|
|
25170
|
+
helpIconColor: propTypes$1L.exports.string,
|
|
25171
25171
|
errors: nodeOrRenderFn
|
|
25172
25172
|
});
|
|
25173
25173
|
function SpsLabel(_o) {
|
|
@@ -25328,8 +25328,8 @@ function SpsLabel(_o) {
|
|
|
25328
25328
|
}, description));
|
|
25329
25329
|
}
|
|
25330
25330
|
Object.assign(SpsLabel, {
|
|
25331
|
-
props: propsDoc$
|
|
25332
|
-
propTypes: propTypes$
|
|
25331
|
+
props: propsDoc$12,
|
|
25332
|
+
propTypes: propTypes$15,
|
|
25333
25333
|
displayName: "SpsLabel"
|
|
25334
25334
|
});
|
|
25335
25335
|
const SpsLabelExamples = {
|
|
@@ -25547,13 +25547,13 @@ const SpsLabelExamples = {
|
|
|
25547
25547
|
}
|
|
25548
25548
|
}
|
|
25549
25549
|
};
|
|
25550
|
-
const propsDoc$
|
|
25550
|
+
const propsDoc$11 = {
|
|
25551
25551
|
clearSelected: { type: "() => void", required: true },
|
|
25552
25552
|
itemsSelected: { type: "string | number", required: true }
|
|
25553
25553
|
};
|
|
25554
|
-
const propTypes$
|
|
25554
|
+
const propTypes$14 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25555
25555
|
clearSelected: fun().isRequired,
|
|
25556
|
-
itemsSelected: propTypes$
|
|
25556
|
+
itemsSelected: propTypes$1L.exports.oneOfType([propTypes$1L.exports.string, propTypes$1L.exports.number])
|
|
25557
25557
|
});
|
|
25558
25558
|
function SpsListActionBar(props2) {
|
|
25559
25559
|
const _a = props2, {
|
|
@@ -25603,8 +25603,8 @@ function SpsListActionBar(props2) {
|
|
|
25603
25603
|
}, t2("design-system:listActionBar.clearSelected")))));
|
|
25604
25604
|
}
|
|
25605
25605
|
Object.assign(SpsListActionBar, {
|
|
25606
|
-
props: propsDoc$
|
|
25607
|
-
propTypes: propTypes$
|
|
25606
|
+
props: propsDoc$11,
|
|
25607
|
+
propTypes: propTypes$14,
|
|
25608
25608
|
displayName: "SpsListActionBar"
|
|
25609
25609
|
});
|
|
25610
25610
|
const getScrollParent = (node) => {
|
|
@@ -25800,18 +25800,18 @@ const usePinnedTableHeadStyle = (containerRef) => {
|
|
|
25800
25800
|
};
|
|
25801
25801
|
});
|
|
25802
25802
|
};
|
|
25803
|
-
const propsDoc
|
|
25803
|
+
const propsDoc$10 = {
|
|
25804
25804
|
controlCell: "boolean",
|
|
25805
25805
|
currentSort: "Array<SortedColumn>",
|
|
25806
25806
|
onSortChange: "SortChangeHandler",
|
|
25807
25807
|
sortKey: "string"
|
|
25808
25808
|
};
|
|
25809
|
-
const propTypes$
|
|
25810
|
-
controlCell: propTypes$
|
|
25811
|
-
currentSort: propTypes$
|
|
25809
|
+
const propTypes$13 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25810
|
+
controlCell: propTypes$1L.exports.bool,
|
|
25811
|
+
currentSort: propTypes$1L.exports.arrayOf(impl()),
|
|
25812
25812
|
onSortChange: fun(),
|
|
25813
|
-
sortKey: propTypes$
|
|
25814
|
-
pinned: propTypes$
|
|
25813
|
+
sortKey: propTypes$1L.exports.string,
|
|
25814
|
+
pinned: propTypes$1L.exports.bool
|
|
25815
25815
|
});
|
|
25816
25816
|
function SpsTableHeader(props2) {
|
|
25817
25817
|
const _a = props2, {
|
|
@@ -25870,24 +25870,24 @@ function SpsTableHeader(props2) {
|
|
|
25870
25870
|
}, children));
|
|
25871
25871
|
}
|
|
25872
25872
|
Object.assign(SpsTableHeader, {
|
|
25873
|
-
props: propsDoc
|
|
25874
|
-
propTypes: propTypes$
|
|
25873
|
+
props: propsDoc$10,
|
|
25874
|
+
propTypes: propTypes$13,
|
|
25875
25875
|
displayName: "SpsTableHeader"
|
|
25876
25876
|
});
|
|
25877
25877
|
function SpsTh(props2) {
|
|
25878
25878
|
return /* @__PURE__ */ React.createElement(SpsTableHeader, __spreadValues({}, props2));
|
|
25879
25879
|
}
|
|
25880
25880
|
Object.assign(SpsTh, {
|
|
25881
|
-
props: propsDoc
|
|
25882
|
-
propTypes: propTypes$
|
|
25881
|
+
props: propsDoc$10,
|
|
25882
|
+
propTypes: propTypes$13,
|
|
25883
25883
|
displayName: "SpsTh"
|
|
25884
25884
|
});
|
|
25885
|
-
const propsDoc
|
|
25885
|
+
const propsDoc$$ = {
|
|
25886
25886
|
currentSort: "Array<SortedColumn>",
|
|
25887
25887
|
onSortChange: "SortChangeHandler"
|
|
25888
25888
|
};
|
|
25889
|
-
const propTypes$
|
|
25890
|
-
currentSort: propTypes$
|
|
25889
|
+
const propTypes$12 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25890
|
+
currentSort: propTypes$1L.exports.arrayOf(impl()),
|
|
25891
25891
|
onSortChange: fun()
|
|
25892
25892
|
});
|
|
25893
25893
|
function SpsTableRow(props2) {
|
|
@@ -25923,26 +25923,26 @@ function SpsTableRow(props2) {
|
|
|
25923
25923
|
}));
|
|
25924
25924
|
}
|
|
25925
25925
|
Object.assign(SpsTableRow, {
|
|
25926
|
-
props: propsDoc
|
|
25927
|
-
propTypes: propTypes$
|
|
25926
|
+
props: propsDoc$$,
|
|
25927
|
+
propTypes: propTypes$12,
|
|
25928
25928
|
displayName: "SpsTableRow"
|
|
25929
25929
|
});
|
|
25930
25930
|
function SpsTr(props2) {
|
|
25931
25931
|
return /* @__PURE__ */ React.createElement(SpsTableRow, __spreadValues({}, props2));
|
|
25932
25932
|
}
|
|
25933
25933
|
Object.assign(SpsTr, {
|
|
25934
|
-
props: propsDoc
|
|
25935
|
-
propTypes: propTypes$
|
|
25934
|
+
props: propsDoc$$,
|
|
25935
|
+
propTypes: propTypes$12,
|
|
25936
25936
|
displayName: "SpsTr"
|
|
25937
25937
|
});
|
|
25938
|
-
const propsDoc$
|
|
25938
|
+
const propsDoc$_ = {
|
|
25939
25939
|
currentSort: "Array<SortedColumn>",
|
|
25940
25940
|
onSortChange: "SortChangeHandler"
|
|
25941
25941
|
};
|
|
25942
|
-
const propTypes$
|
|
25942
|
+
const propTypes$11 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25943
25943
|
onSortChange: fun(),
|
|
25944
|
-
currentSort: propTypes$
|
|
25945
|
-
pinned: propTypes$
|
|
25944
|
+
currentSort: propTypes$1L.exports.arrayOf(impl()),
|
|
25945
|
+
pinned: propTypes$1L.exports.bool
|
|
25946
25946
|
});
|
|
25947
25947
|
function SpsTableHead(props2) {
|
|
25948
25948
|
const _a = props2, {
|
|
@@ -25978,27 +25978,27 @@ function SpsTableHead(props2) {
|
|
|
25978
25978
|
}));
|
|
25979
25979
|
}
|
|
25980
25980
|
Object.assign(SpsTableHead, {
|
|
25981
|
-
props: propsDoc$
|
|
25982
|
-
propTypes: propTypes$
|
|
25981
|
+
props: propsDoc$_,
|
|
25982
|
+
propTypes: propTypes$11,
|
|
25983
25983
|
displayName: "SpsTableHead"
|
|
25984
25984
|
});
|
|
25985
25985
|
function SpsThead(props2) {
|
|
25986
25986
|
return /* @__PURE__ */ React.createElement(SpsTableHead, __spreadValues({}, props2));
|
|
25987
25987
|
}
|
|
25988
25988
|
Object.assign(SpsThead, {
|
|
25989
|
-
props: propsDoc$
|
|
25990
|
-
propTypes: propTypes$
|
|
25989
|
+
props: propsDoc$_,
|
|
25990
|
+
propTypes: propTypes$11,
|
|
25991
25991
|
displayName: "SpsThead"
|
|
25992
25992
|
});
|
|
25993
|
-
const propsDoc$
|
|
25993
|
+
const propsDoc$Z = {
|
|
25994
25994
|
sort: "SortedColumn",
|
|
25995
25995
|
onSortChange: "SortChangeHandler",
|
|
25996
25996
|
selectable: "boolean"
|
|
25997
25997
|
};
|
|
25998
|
-
const propTypes
|
|
25998
|
+
const propTypes$10 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25999
25999
|
onSortChange: fun(),
|
|
26000
|
-
sort: propTypes$
|
|
26001
|
-
selectable: propTypes$
|
|
26000
|
+
sort: propTypes$1L.exports.arrayOf(impl()),
|
|
26001
|
+
selectable: propTypes$1L.exports.bool
|
|
26002
26002
|
});
|
|
26003
26003
|
function SpsTable(props2) {
|
|
26004
26004
|
const _a = props2, {
|
|
@@ -26053,12 +26053,12 @@ function SpsTable(props2) {
|
|
|
26053
26053
|
})));
|
|
26054
26054
|
}
|
|
26055
26055
|
Object.assign(SpsTable, {
|
|
26056
|
-
props: propsDoc$
|
|
26057
|
-
propTypes: propTypes
|
|
26056
|
+
props: propsDoc$Z,
|
|
26057
|
+
propTypes: propTypes$10,
|
|
26058
26058
|
displayName: "SpsTable"
|
|
26059
26059
|
});
|
|
26060
|
-
const propsDoc$
|
|
26061
|
-
const propTypes
|
|
26060
|
+
const propsDoc$Y = {};
|
|
26061
|
+
const propTypes$$ = __spreadValues({}, spsGlobalPropTypes);
|
|
26062
26062
|
function SpsTableBody(props2) {
|
|
26063
26063
|
const _a = props2, {
|
|
26064
26064
|
children,
|
|
@@ -26078,34 +26078,34 @@ function SpsTableBody(props2) {
|
|
|
26078
26078
|
}, rest), children);
|
|
26079
26079
|
}
|
|
26080
26080
|
Object.assign(SpsTableBody, {
|
|
26081
|
-
props: propsDoc$
|
|
26082
|
-
propTypes: propTypes
|
|
26081
|
+
props: propsDoc$Y,
|
|
26082
|
+
propTypes: propTypes$$,
|
|
26083
26083
|
displayName: "SpsTableBody"
|
|
26084
26084
|
});
|
|
26085
26085
|
function SpsTbody(props2) {
|
|
26086
26086
|
return /* @__PURE__ */ React.createElement(SpsTableBody, __spreadValues({}, props2));
|
|
26087
26087
|
}
|
|
26088
26088
|
Object.assign(SpsTbody, {
|
|
26089
|
-
props: propsDoc$
|
|
26090
|
-
propTypes: propTypes
|
|
26089
|
+
props: propsDoc$Y,
|
|
26090
|
+
propTypes: propTypes$$,
|
|
26091
26091
|
displayName: "SpsTbody"
|
|
26092
26092
|
});
|
|
26093
|
-
const propsDoc$
|
|
26093
|
+
const propsDoc$X = {
|
|
26094
26094
|
buttonCell: "boolean",
|
|
26095
26095
|
controlCell: "boolean",
|
|
26096
26096
|
wrap: "SpsTableCellWrapWidth"
|
|
26097
26097
|
};
|
|
26098
|
-
const propTypes$
|
|
26099
|
-
buttonCell: propTypes$
|
|
26100
|
-
controlCell: propTypes$
|
|
26101
|
-
wrap: propTypes$
|
|
26098
|
+
const propTypes$_ = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
26099
|
+
buttonCell: propTypes$1L.exports.bool,
|
|
26100
|
+
controlCell: propTypes$1L.exports.bool,
|
|
26101
|
+
wrap: propTypes$1L.exports.oneOf([
|
|
26102
26102
|
200,
|
|
26103
26103
|
300,
|
|
26104
26104
|
400,
|
|
26105
26105
|
500,
|
|
26106
26106
|
600
|
|
26107
26107
|
]),
|
|
26108
|
-
pinned: propTypes$
|
|
26108
|
+
pinned: propTypes$1L.exports.bool
|
|
26109
26109
|
});
|
|
26110
26110
|
function SpsTableCell(props2) {
|
|
26111
26111
|
const _a = props2, {
|
|
@@ -26138,20 +26138,20 @@ function SpsTableCell(props2) {
|
|
|
26138
26138
|
}, rest), children);
|
|
26139
26139
|
}
|
|
26140
26140
|
Object.assign(SpsTableCell, {
|
|
26141
|
-
props: propsDoc$
|
|
26142
|
-
propTypes: propTypes$
|
|
26141
|
+
props: propsDoc$X,
|
|
26142
|
+
propTypes: propTypes$_,
|
|
26143
26143
|
displayName: "SpsTableCell"
|
|
26144
26144
|
});
|
|
26145
26145
|
function SpsTd(props2) {
|
|
26146
26146
|
return /* @__PURE__ */ React.createElement(SpsTableCell, __spreadValues({}, props2));
|
|
26147
26147
|
}
|
|
26148
26148
|
Object.assign(SpsTd, {
|
|
26149
|
-
props: propsDoc$
|
|
26150
|
-
propTypes: propTypes$
|
|
26149
|
+
props: propsDoc$X,
|
|
26150
|
+
propTypes: propTypes$_,
|
|
26151
26151
|
displayName: "SpsTd"
|
|
26152
26152
|
});
|
|
26153
|
-
const propsDoc$
|
|
26154
|
-
const propTypes$
|
|
26153
|
+
const propsDoc$W = {};
|
|
26154
|
+
const propTypes$Z = __spreadValues({}, spsGlobalPropTypes);
|
|
26155
26155
|
const CSS_BLOCK$3 = "sps-icon-button-panel";
|
|
26156
26156
|
function SpsIconButtonPanel(_q) {
|
|
26157
26157
|
var _r = _q, {
|
|
@@ -26170,8 +26170,8 @@ function SpsIconButtonPanel(_q) {
|
|
|
26170
26170
|
}, rest), iconButtons);
|
|
26171
26171
|
}
|
|
26172
26172
|
Object.assign(SpsIconButtonPanel, {
|
|
26173
|
-
props: propsDoc$
|
|
26174
|
-
propTypes: propTypes$
|
|
26173
|
+
props: propsDoc$W,
|
|
26174
|
+
propTypes: propTypes$Z,
|
|
26175
26175
|
displayName: "SpsIconButtonPanel"
|
|
26176
26176
|
});
|
|
26177
26177
|
const SpsTableExamples = {
|
|
@@ -27355,8 +27355,8 @@ const SpsListActionBarExamples = {
|
|
|
27355
27355
|
}
|
|
27356
27356
|
}
|
|
27357
27357
|
};
|
|
27358
|
-
const propTypes$
|
|
27359
|
-
tabs: propTypes$
|
|
27358
|
+
const propTypes$Y = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
27359
|
+
tabs: propTypes$1L.exports.arrayOf(impl()).isRequired,
|
|
27360
27360
|
activeTab: impl(),
|
|
27361
27361
|
onTabChange: fun()
|
|
27362
27362
|
});
|
|
@@ -27420,18 +27420,18 @@ function SpsTabs(props2) {
|
|
|
27420
27420
|
}, tab2.tag)))));
|
|
27421
27421
|
}
|
|
27422
27422
|
Object.assign(SpsTabs, {
|
|
27423
|
-
propTypes: propTypes$
|
|
27423
|
+
propTypes: propTypes$Y,
|
|
27424
27424
|
displayName: "SpsTabs"
|
|
27425
27425
|
});
|
|
27426
|
-
const propsDoc$
|
|
27426
|
+
const propsDoc$V = {
|
|
27427
27427
|
formMeta: "SpsFormSetMeta<any>",
|
|
27428
27428
|
stacked: "boolean"
|
|
27429
27429
|
};
|
|
27430
|
-
const propTypes$
|
|
27430
|
+
const propTypes$X = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
27431
27431
|
formArray: impl(),
|
|
27432
27432
|
formGroup: impl(),
|
|
27433
27433
|
formMeta: impl(),
|
|
27434
|
-
stacked: propTypes$
|
|
27434
|
+
stacked: propTypes$1L.exports.bool
|
|
27435
27435
|
});
|
|
27436
27436
|
function SpsInputGroup(_s) {
|
|
27437
27437
|
var _t = _s, {
|
|
@@ -27476,14 +27476,14 @@ function SpsInputGroup(_s) {
|
|
|
27476
27476
|
}, children));
|
|
27477
27477
|
}
|
|
27478
27478
|
Object.assign(SpsInputGroup, {
|
|
27479
|
-
props: propsDoc$
|
|
27480
|
-
propTypes: propTypes$
|
|
27479
|
+
props: propsDoc$V,
|
|
27480
|
+
propTypes: propTypes$X,
|
|
27481
27481
|
displayName: "SpsInputGroup"
|
|
27482
27482
|
});
|
|
27483
|
-
const propsDoc$
|
|
27483
|
+
const propsDoc$U = {
|
|
27484
27484
|
onSubmit: "FormEventHandler"
|
|
27485
27485
|
};
|
|
27486
|
-
const propTypes$
|
|
27486
|
+
const propTypes$W = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
27487
27487
|
onSubmit: fun()
|
|
27488
27488
|
});
|
|
27489
27489
|
function SpsListToolbarSearch(props2) {
|
|
@@ -27506,11 +27506,11 @@ function SpsListToolbarSearch(props2) {
|
|
|
27506
27506
|
}, children));
|
|
27507
27507
|
}
|
|
27508
27508
|
Object.assign(SpsListToolbarSearch, {
|
|
27509
|
-
props: propsDoc$
|
|
27510
|
-
propTypes: propTypes$
|
|
27509
|
+
props: propsDoc$U,
|
|
27510
|
+
propTypes: propTypes$W,
|
|
27511
27511
|
displayName: "SpsListToolbarSearch"
|
|
27512
27512
|
});
|
|
27513
|
-
const propsDoc$
|
|
27513
|
+
const propsDoc$T = {
|
|
27514
27514
|
activeTab: "SpsTab",
|
|
27515
27515
|
advancedSearch: "{ isOpen: boolean, enteredFields: number }",
|
|
27516
27516
|
onToggleAdvancedSearch: "(boolean) => void",
|
|
@@ -27523,20 +27523,20 @@ const propsDoc$S = {
|
|
|
27523
27523
|
isIndeterminate: "boolean",
|
|
27524
27524
|
onSelectionChange: "(boolean) => void"
|
|
27525
27525
|
};
|
|
27526
|
-
const propTypes$
|
|
27526
|
+
const propTypes$V = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
27527
27527
|
activeTab: impl(),
|
|
27528
|
-
advancedSearch: propTypes$
|
|
27529
|
-
isOpen: propTypes$
|
|
27530
|
-
enteredFields: propTypes$
|
|
27528
|
+
advancedSearch: propTypes$1L.exports.shape({
|
|
27529
|
+
isOpen: propTypes$1L.exports.bool,
|
|
27530
|
+
enteredFields: propTypes$1L.exports.number
|
|
27531
27531
|
}),
|
|
27532
27532
|
onToggleAdvancedSearch: fun(),
|
|
27533
27533
|
onTabChange: fun(),
|
|
27534
|
-
title: propTypes$
|
|
27535
|
-
tabs: propTypes$
|
|
27534
|
+
title: propTypes$1L.exports.string,
|
|
27535
|
+
tabs: propTypes$1L.exports.arrayOf(impl()),
|
|
27536
27536
|
onToolbarPinned: fun(),
|
|
27537
|
-
selectable: propTypes$
|
|
27538
|
-
isSelected: propTypes$
|
|
27539
|
-
isIndeterminate: propTypes$
|
|
27537
|
+
selectable: propTypes$1L.exports.bool,
|
|
27538
|
+
isSelected: propTypes$1L.exports.bool,
|
|
27539
|
+
isIndeterminate: propTypes$1L.exports.bool,
|
|
27540
27540
|
onSelectionChange: fun()
|
|
27541
27541
|
});
|
|
27542
27542
|
function SpsListToolbar(props2) {
|
|
@@ -27687,8 +27687,8 @@ function SpsListToolbar(props2) {
|
|
|
27687
27687
|
}, otherChildren)));
|
|
27688
27688
|
}
|
|
27689
27689
|
Object.assign(SpsListToolbar, {
|
|
27690
|
-
props: propsDoc$
|
|
27691
|
-
propTypes: propTypes$
|
|
27690
|
+
props: propsDoc$T,
|
|
27691
|
+
propTypes: propTypes$V,
|
|
27692
27692
|
displayName: "SpsListToolbar"
|
|
27693
27693
|
});
|
|
27694
27694
|
function ContentOrderExample() {
|
|
@@ -28149,13 +28149,13 @@ const SpsListToolbarExamples = {
|
|
|
28149
28149
|
}
|
|
28150
28150
|
}
|
|
28151
28151
|
};
|
|
28152
|
-
const propsDoc$
|
|
28152
|
+
const propsDoc$S = {
|
|
28153
28153
|
kind: "FeedbackBlockKind",
|
|
28154
28154
|
message: { type: "string", required: true }
|
|
28155
28155
|
};
|
|
28156
|
-
const propTypes$
|
|
28156
|
+
const propTypes$U = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
28157
28157
|
kind: enumValue(FeedbackBlockKind),
|
|
28158
|
-
message: propTypes$
|
|
28158
|
+
message: propTypes$1L.exports.node.isRequired
|
|
28159
28159
|
});
|
|
28160
28160
|
function SpsMicroBlock(props2) {
|
|
28161
28161
|
const _a = props2, {
|
|
@@ -28182,8 +28182,8 @@ function SpsMicroBlock(props2) {
|
|
|
28182
28182
|
}), /* @__PURE__ */ React.createElement("span", null, message));
|
|
28183
28183
|
}
|
|
28184
28184
|
Object.assign(SpsMicroBlock, {
|
|
28185
|
-
props: propsDoc$
|
|
28186
|
-
propTypes: propTypes$
|
|
28185
|
+
props: propsDoc$S,
|
|
28186
|
+
propTypes: propTypes$U,
|
|
28187
28187
|
displayName: "SpsMicroBlock"
|
|
28188
28188
|
});
|
|
28189
28189
|
const SpsMicroBlockExamples = {
|
|
@@ -28238,17 +28238,17 @@ const SpsMicroBlockExamples = {
|
|
|
28238
28238
|
}
|
|
28239
28239
|
}
|
|
28240
28240
|
};
|
|
28241
|
-
const propsDoc$
|
|
28241
|
+
const propsDoc$R = {
|
|
28242
28242
|
kind: "ModalKind",
|
|
28243
28243
|
size: "ModalSize",
|
|
28244
28244
|
title: "string",
|
|
28245
28245
|
onClose: "() => void",
|
|
28246
28246
|
focusElementOnOpen: "React.MutableRefObject<HTMLElement>"
|
|
28247
28247
|
};
|
|
28248
|
-
const propTypes$
|
|
28248
|
+
const propTypes$T = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
28249
28249
|
kind: enumValue(ModalKind),
|
|
28250
28250
|
size: enumValue(ModalSize),
|
|
28251
|
-
title: propTypes$
|
|
28251
|
+
title: propTypes$1L.exports.string,
|
|
28252
28252
|
onClose: fun(),
|
|
28253
28253
|
focusElementOnOpen: ref()
|
|
28254
28254
|
});
|
|
@@ -28372,8 +28372,8 @@ function SpsModalV2(_u) {
|
|
|
28372
28372
|
}, t2("design-system:modal.defaultButtonLabel"))))) : /* @__PURE__ */ React.createElement(React.Fragment, null);
|
|
28373
28373
|
}
|
|
28374
28374
|
Object.assign(SpsModalV2, {
|
|
28375
|
-
props: propsDoc$
|
|
28376
|
-
propTypes: propTypes$
|
|
28375
|
+
props: propsDoc$R,
|
|
28376
|
+
propTypes: propTypes$T,
|
|
28377
28377
|
displayName: "SpsModalV2"
|
|
28378
28378
|
});
|
|
28379
28379
|
const SpsModalExamples = {
|
|
@@ -28820,7 +28820,7 @@ const SpsModalExamples = {
|
|
|
28820
28820
|
}
|
|
28821
28821
|
}
|
|
28822
28822
|
};
|
|
28823
|
-
const propsDoc$
|
|
28823
|
+
const propsDoc$Q = {
|
|
28824
28824
|
captionKey: "string",
|
|
28825
28825
|
debounce: "number",
|
|
28826
28826
|
disabled: "boolean",
|
|
@@ -28837,28 +28837,28 @@ const propsDoc$P = {
|
|
|
28837
28837
|
zeroState: "string",
|
|
28838
28838
|
loading: "boolean"
|
|
28839
28839
|
};
|
|
28840
|
-
const propTypes$
|
|
28840
|
+
const propTypes$S = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
28841
28841
|
action: fun(),
|
|
28842
|
-
captionKey: propTypes$
|
|
28843
|
-
debounce: propTypes$
|
|
28844
|
-
disabled: propTypes$
|
|
28845
|
-
disableSelected: propTypes$
|
|
28842
|
+
captionKey: propTypes$1L.exports.string,
|
|
28843
|
+
debounce: propTypes$1L.exports.number,
|
|
28844
|
+
disabled: propTypes$1L.exports.bool,
|
|
28845
|
+
disableSelected: propTypes$1L.exports.bool,
|
|
28846
28846
|
formControl: impl(),
|
|
28847
28847
|
formMeta: impl(),
|
|
28848
|
-
hideSelected: propTypes$
|
|
28848
|
+
hideSelected: propTypes$1L.exports.bool,
|
|
28849
28849
|
icon: enumValue(SpsIcon$1),
|
|
28850
28850
|
onChange: fun(),
|
|
28851
|
-
options: propTypes$
|
|
28852
|
-
propTypes$
|
|
28853
|
-
propTypes$
|
|
28851
|
+
options: propTypes$1L.exports.oneOfType([
|
|
28852
|
+
propTypes$1L.exports.array,
|
|
28853
|
+
propTypes$1L.exports.instanceOf(Promise),
|
|
28854
28854
|
fun()
|
|
28855
28855
|
]).isRequired,
|
|
28856
|
-
placeholder: propTypes$
|
|
28857
|
-
tallOptionList: propTypes$
|
|
28858
|
-
textKey: propTypes$
|
|
28859
|
-
value: propTypes$
|
|
28860
|
-
zeroState: propTypes$
|
|
28861
|
-
loading: propTypes$
|
|
28856
|
+
placeholder: propTypes$1L.exports.string,
|
|
28857
|
+
tallOptionList: propTypes$1L.exports.bool,
|
|
28858
|
+
textKey: propTypes$1L.exports.string,
|
|
28859
|
+
value: propTypes$1L.exports.any,
|
|
28860
|
+
zeroState: propTypes$1L.exports.string,
|
|
28861
|
+
loading: propTypes$1L.exports.bool
|
|
28862
28862
|
});
|
|
28863
28863
|
function SpsMultiSelect(_w) {
|
|
28864
28864
|
var _x = _w, {
|
|
@@ -29101,8 +29101,8 @@ function SpsMultiSelect(_w) {
|
|
|
29101
29101
|
}));
|
|
29102
29102
|
}
|
|
29103
29103
|
Object.assign(SpsMultiSelect, {
|
|
29104
|
-
props: propsDoc$
|
|
29105
|
-
propTypes: propTypes$
|
|
29104
|
+
props: propsDoc$Q,
|
|
29105
|
+
propTypes: propTypes$S,
|
|
29106
29106
|
displayName: "SpsMultiSelect"
|
|
29107
29107
|
});
|
|
29108
29108
|
const SpsMultiSelectExamples = {
|
|
@@ -29266,8 +29266,8 @@ const SpsMultiSelectExamples = {
|
|
|
29266
29266
|
}
|
|
29267
29267
|
}
|
|
29268
29268
|
};
|
|
29269
|
-
const propsDoc$
|
|
29270
|
-
const propTypes$
|
|
29269
|
+
const propsDoc$P = {};
|
|
29270
|
+
const propTypes$R = __spreadValues({}, spsGlobalPropTypes);
|
|
29271
29271
|
function SpsPageTitle(props2) {
|
|
29272
29272
|
const _a = props2, {
|
|
29273
29273
|
children,
|
|
@@ -29299,12 +29299,12 @@ function SpsPageTitle(props2) {
|
|
|
29299
29299
|
}, otherChildren));
|
|
29300
29300
|
}
|
|
29301
29301
|
Object.assign(SpsPageTitle, {
|
|
29302
|
-
props: propsDoc$
|
|
29303
|
-
propTypes: propTypes$
|
|
29302
|
+
props: propsDoc$P,
|
|
29303
|
+
propTypes: propTypes$R,
|
|
29304
29304
|
displayName: "SpsPageTitle"
|
|
29305
29305
|
});
|
|
29306
|
-
const propsDoc$
|
|
29307
|
-
const propTypes$
|
|
29306
|
+
const propsDoc$O = {};
|
|
29307
|
+
const propTypes$Q = __spreadValues({}, spsGlobalPropTypes);
|
|
29308
29308
|
function SpsPageSubtitle(props2) {
|
|
29309
29309
|
const _a = props2, {
|
|
29310
29310
|
children,
|
|
@@ -29324,8 +29324,8 @@ function SpsPageSubtitle(props2) {
|
|
|
29324
29324
|
}, rest), children);
|
|
29325
29325
|
}
|
|
29326
29326
|
Object.assign(SpsPageSubtitle, {
|
|
29327
|
-
props: propsDoc$
|
|
29328
|
-
propTypes: propTypes$
|
|
29327
|
+
props: propsDoc$O,
|
|
29328
|
+
propTypes: propTypes$Q,
|
|
29329
29329
|
displayName: "SpsPageSubtitle"
|
|
29330
29330
|
});
|
|
29331
29331
|
const SpsPageTitleExamples = {
|
|
@@ -29388,7 +29388,7 @@ const SpsPageTitleExamples = {
|
|
|
29388
29388
|
}
|
|
29389
29389
|
}
|
|
29390
29390
|
};
|
|
29391
|
-
const propsDoc$
|
|
29391
|
+
const propsDoc$N = {
|
|
29392
29392
|
action: "SpsActionMethod",
|
|
29393
29393
|
captionKey: "string",
|
|
29394
29394
|
comparisonKey: "string",
|
|
@@ -29408,30 +29408,30 @@ const propsDoc$M = {
|
|
|
29408
29408
|
autoFixWidth: "boolean",
|
|
29409
29409
|
loading: "boolean"
|
|
29410
29410
|
};
|
|
29411
|
-
const propTypes$
|
|
29411
|
+
const propTypes$P = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
29412
29412
|
action: fun(),
|
|
29413
|
-
captionKey: propTypes$
|
|
29414
|
-
comparisonKey: propTypes$
|
|
29415
|
-
disabled: propTypes$
|
|
29413
|
+
captionKey: propTypes$1L.exports.string,
|
|
29414
|
+
comparisonKey: propTypes$1L.exports.string,
|
|
29415
|
+
disabled: propTypes$1L.exports.bool,
|
|
29416
29416
|
formControl: impl(),
|
|
29417
29417
|
formMeta: impl(),
|
|
29418
|
-
notClearable: propTypes$
|
|
29419
|
-
options: propTypes$
|
|
29420
|
-
propTypes$
|
|
29421
|
-
propTypes$
|
|
29418
|
+
notClearable: propTypes$1L.exports.bool,
|
|
29419
|
+
options: propTypes$1L.exports.oneOfType([
|
|
29420
|
+
propTypes$1L.exports.array,
|
|
29421
|
+
propTypes$1L.exports.instanceOf(Promise),
|
|
29422
29422
|
fun()
|
|
29423
29423
|
]).isRequired,
|
|
29424
29424
|
onChange: fun(),
|
|
29425
|
-
placeholder: propTypes$
|
|
29426
|
-
searchDebounce: propTypes$
|
|
29427
|
-
searchPlaceholder: propTypes$
|
|
29428
|
-
tallOptionList: propTypes$
|
|
29429
|
-
textKey: propTypes$
|
|
29430
|
-
valueKey: propTypes$
|
|
29431
|
-
value: propTypes$
|
|
29432
|
-
zeroState: propTypes$
|
|
29433
|
-
autoFixWidth: propTypes$
|
|
29434
|
-
loading: propTypes$
|
|
29425
|
+
placeholder: propTypes$1L.exports.string,
|
|
29426
|
+
searchDebounce: propTypes$1L.exports.number,
|
|
29427
|
+
searchPlaceholder: propTypes$1L.exports.string,
|
|
29428
|
+
tallOptionList: propTypes$1L.exports.bool,
|
|
29429
|
+
textKey: propTypes$1L.exports.string,
|
|
29430
|
+
valueKey: propTypes$1L.exports.string,
|
|
29431
|
+
value: propTypes$1L.exports.any,
|
|
29432
|
+
zeroState: propTypes$1L.exports.string,
|
|
29433
|
+
autoFixWidth: propTypes$1L.exports.bool,
|
|
29434
|
+
loading: propTypes$1L.exports.bool
|
|
29435
29435
|
});
|
|
29436
29436
|
const SpsSelect = React.forwardRef((props2, ref2) => {
|
|
29437
29437
|
const _a = props2, {
|
|
@@ -29646,21 +29646,21 @@ const SpsSelect = React.forwardRef((props2, ref2) => {
|
|
|
29646
29646
|
}));
|
|
29647
29647
|
});
|
|
29648
29648
|
Object.assign(SpsSelect, {
|
|
29649
|
-
props: propsDoc$
|
|
29650
|
-
propTypes: propTypes$
|
|
29649
|
+
props: propsDoc$N,
|
|
29650
|
+
propTypes: propTypes$P,
|
|
29651
29651
|
displayName: "SpsSelect"
|
|
29652
29652
|
});
|
|
29653
|
-
const propsDoc$
|
|
29653
|
+
const propsDoc$M = {
|
|
29654
29654
|
page: "number",
|
|
29655
29655
|
numPages: "number",
|
|
29656
29656
|
onPageChange: "(number) => void",
|
|
29657
29657
|
disabled: "boolean"
|
|
29658
29658
|
};
|
|
29659
|
-
const propTypes$
|
|
29660
|
-
numPages: propTypes$
|
|
29659
|
+
const propTypes$O = __spreadValues({
|
|
29660
|
+
numPages: propTypes$1L.exports.number,
|
|
29661
29661
|
onPageChange: fun(),
|
|
29662
|
-
page: propTypes$
|
|
29663
|
-
disabled: propTypes$
|
|
29662
|
+
page: propTypes$1L.exports.number,
|
|
29663
|
+
disabled: propTypes$1L.exports.bool
|
|
29664
29664
|
}, spsGlobalPropTypes);
|
|
29665
29665
|
function SpsPageSelector(props2) {
|
|
29666
29666
|
const _a = props2, {
|
|
@@ -29753,11 +29753,11 @@ function SpsPageSelector(props2) {
|
|
|
29753
29753
|
})))));
|
|
29754
29754
|
}
|
|
29755
29755
|
Object.assign(SpsPageSelector, {
|
|
29756
|
-
props: propsDoc$
|
|
29757
|
-
propTypes: propTypes$
|
|
29756
|
+
props: propsDoc$M,
|
|
29757
|
+
propTypes: propTypes$O,
|
|
29758
29758
|
displayName: "SpsPageSelector"
|
|
29759
29759
|
});
|
|
29760
|
-
const propsDoc$
|
|
29760
|
+
const propsDoc$L = {
|
|
29761
29761
|
page: "number",
|
|
29762
29762
|
pageSize: "number",
|
|
29763
29763
|
pageSizeOptions: "Array<number>",
|
|
@@ -29765,13 +29765,13 @@ const propsDoc$K = {
|
|
|
29765
29765
|
onPageChange: "(page: number, pageSize: number, indices: [number, number]) => void",
|
|
29766
29766
|
disabled: "boolean"
|
|
29767
29767
|
};
|
|
29768
|
-
const propTypes$
|
|
29768
|
+
const propTypes$N = __spreadValues({
|
|
29769
29769
|
onPageChange: fun().isRequired,
|
|
29770
|
-
page: propTypes$
|
|
29771
|
-
pageSize: propTypes$
|
|
29772
|
-
pageSizeOptions: propTypes$
|
|
29773
|
-
totalResults: propTypes$
|
|
29774
|
-
disabled: propTypes$
|
|
29770
|
+
page: propTypes$1L.exports.number,
|
|
29771
|
+
pageSize: propTypes$1L.exports.number,
|
|
29772
|
+
pageSizeOptions: propTypes$1L.exports.arrayOf(propTypes$1L.exports.number),
|
|
29773
|
+
totalResults: propTypes$1L.exports.number,
|
|
29774
|
+
disabled: propTypes$1L.exports.bool
|
|
29775
29775
|
}, spsGlobalPropTypes);
|
|
29776
29776
|
function SpsPagination(props2) {
|
|
29777
29777
|
const _a = props2, {
|
|
@@ -29881,16 +29881,31 @@ function SpsPagination(props2) {
|
|
|
29881
29881
|
}));
|
|
29882
29882
|
}
|
|
29883
29883
|
Object.assign(SpsPagination, {
|
|
29884
|
-
props: propsDoc$
|
|
29885
|
-
propTypes: propTypes$
|
|
29884
|
+
props: propsDoc$L,
|
|
29885
|
+
propTypes: propTypes$N,
|
|
29886
29886
|
displayName: "SpsPagination"
|
|
29887
29887
|
});
|
|
29888
29888
|
const SpsPaginationExamples = {
|
|
29889
|
+
general: {
|
|
29890
|
+
label: "General Usage",
|
|
29891
|
+
description: () => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("p", null, "Use the Standard Pagination Bar on a list page (comprised of a Table, Content Rows, or Content Tiles). It should always appear at the bottom of the listed records."), /* @__PURE__ */ React.createElement("p", null, "Use the Mini Pagination component when a paginated list of results exists inside a smaller Card."))
|
|
29892
|
+
},
|
|
29889
29893
|
pagination: {
|
|
29890
|
-
label: "Pagination",
|
|
29891
|
-
description: "
|
|
29894
|
+
label: "Standard Pagination Bar",
|
|
29895
|
+
description: ({ Link }) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("p", null, "The Standard Pagination Bar is comprised of three main sections. The middle section is hidden from view when the width of its container is at the responsive breakpoint of 767 pixels."), /* @__PURE__ */ React.createElement("ul", null, /* @__PURE__ */ React.createElement("li", null, /* @__PURE__ */ React.createElement("p", null, /* @__PURE__ */ React.createElement("span", {
|
|
29896
|
+
className: "sps-text-semibold"
|
|
29897
|
+
}, "Results-per-page Select"), " ", "(left): allows the user to adjust the number of records being displayed per page.*")), /* @__PURE__ */ React.createElement("li", null, /* @__PURE__ */ React.createElement("p", null, /* @__PURE__ */ React.createElement("span", {
|
|
29898
|
+
className: "sps-text-semibold"
|
|
29899
|
+
}, "Viewing details"), " (middle): describes which results are being displayed on the current page.")), /* @__PURE__ */ React.createElement("li", null, /* @__PURE__ */ React.createElement("p", null, /* @__PURE__ */ React.createElement("span", {
|
|
29900
|
+
className: "sps-text-semibold"
|
|
29901
|
+
}, "Page Navigator"), " (right): allows the user to navigate between pages of results"))), /* @__PURE__ */ React.createElement("i", null, "*Note: For Tables and Content Rows, per-page options should be 25, 50, and 100. For Content Tiles, per-page options should be 24, 48, and 100."), /* @__PURE__ */ React.createElement("br", null), /* @__PURE__ */ React.createElement("p", {
|
|
29902
|
+
className: "mt-2"
|
|
29903
|
+
}, "To see an example of the Standard Pagination Bar in context with a Table, view the Table Lists section on the", " ", /* @__PURE__ */ React.createElement(Link, {
|
|
29904
|
+
to: "/style-and-layout/page-types"
|
|
29905
|
+
}, "Page Types"), " page.")),
|
|
29892
29906
|
examples: {
|
|
29893
29907
|
basic: {
|
|
29908
|
+
description: () => /* @__PURE__ */ React.createElement("h4", null, "Building the Standard Pagination Bar"),
|
|
29894
29909
|
react: code`
|
|
29895
29910
|
function Component() {
|
|
29896
29911
|
const [page, setPage] = React.useState(2);
|
|
@@ -29936,10 +29951,13 @@ const SpsPaginationExamples = {
|
|
|
29936
29951
|
}
|
|
29937
29952
|
},
|
|
29938
29953
|
pageSelector: {
|
|
29939
|
-
label: "Page
|
|
29940
|
-
description: "
|
|
29954
|
+
label: "Page Navigator",
|
|
29955
|
+
description: ({ Link }) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("p", null, "When navigating through a series of paginated results inside of a container such as a sidebar, a miniature version of the pagination bar can be used. This version utilizes only the page navigation component. Use Mini Pagination inside of a Card Header that also includes a title describing the content contained in the card below."), /* @__PURE__ */ React.createElement("p", null, "To see an example of the Page Navigator in context within a Card Header, view the General Content section on the", " ", /* @__PURE__ */ React.createElement(Link, {
|
|
29956
|
+
to: "/style-and-layout/page-types"
|
|
29957
|
+
}, "Page Types"), " page.")),
|
|
29941
29958
|
examples: {
|
|
29942
29959
|
basic: {
|
|
29960
|
+
description: () => /* @__PURE__ */ React.createElement("h4", null, "Building the Page Navigator"),
|
|
29943
29961
|
react: code`
|
|
29944
29962
|
function Component() {
|
|
29945
29963
|
const pageChanged = val => {
|
|
@@ -29960,7 +29978,7 @@ const SpsPaginationExamples = {
|
|
|
29960
29978
|
}
|
|
29961
29979
|
}
|
|
29962
29980
|
};
|
|
29963
|
-
const propsDoc$
|
|
29981
|
+
const propsDoc$K = {
|
|
29964
29982
|
active: "boolean",
|
|
29965
29983
|
as: "React.ElementType"
|
|
29966
29984
|
};
|
|
@@ -29984,10 +30002,10 @@ function SpsProductBarTab(props2) {
|
|
|
29984
30002
|
}, rest), children);
|
|
29985
30003
|
}
|
|
29986
30004
|
Object.assign(SpsProductBarTab, {
|
|
29987
|
-
props: propsDoc$
|
|
30005
|
+
props: propsDoc$K,
|
|
29988
30006
|
displayName: "SpsProductBarTab"
|
|
29989
30007
|
});
|
|
29990
|
-
const propsDoc$
|
|
30008
|
+
const propsDoc$J = {
|
|
29991
30009
|
activeTab: "string",
|
|
29992
30010
|
fullWidth: "boolean",
|
|
29993
30011
|
onTabChange: "(newTab: string) => void",
|
|
@@ -29997,15 +30015,15 @@ const propsDoc$I = {
|
|
|
29997
30015
|
productNameHref: "string",
|
|
29998
30016
|
tabs: "Array<string>"
|
|
29999
30017
|
};
|
|
30000
|
-
const propTypes$
|
|
30001
|
-
activeTab: propTypes$
|
|
30002
|
-
fullWidth: propTypes$
|
|
30018
|
+
const propTypes$M = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
30019
|
+
activeTab: propTypes$1L.exports.string,
|
|
30020
|
+
fullWidth: propTypes$1L.exports.bool,
|
|
30003
30021
|
onTabChange: fun(),
|
|
30004
30022
|
onProductNameClick: fun(),
|
|
30005
|
-
productLogoSrc: propTypes$
|
|
30006
|
-
productName: propTypes$
|
|
30007
|
-
productNameHref: propTypes$
|
|
30008
|
-
tabs: propTypes$
|
|
30023
|
+
productLogoSrc: propTypes$1L.exports.string,
|
|
30024
|
+
productName: propTypes$1L.exports.string.isRequired,
|
|
30025
|
+
productNameHref: propTypes$1L.exports.string,
|
|
30026
|
+
tabs: propTypes$1L.exports.arrayOf(propTypes$1L.exports.string)
|
|
30009
30027
|
});
|
|
30010
30028
|
function SpsProductBar(props2) {
|
|
30011
30029
|
const _a = props2, {
|
|
@@ -30080,8 +30098,8 @@ function SpsProductBar(props2) {
|
|
|
30080
30098
|
}, otherChildren))));
|
|
30081
30099
|
}
|
|
30082
30100
|
Object.assign(SpsProductBar, {
|
|
30083
|
-
props: propsDoc$
|
|
30084
|
-
propTypes: propTypes$
|
|
30101
|
+
props: propsDoc$J,
|
|
30102
|
+
propTypes: propTypes$M,
|
|
30085
30103
|
displayName: "SpsProductBar"
|
|
30086
30104
|
});
|
|
30087
30105
|
const SpsProductBarExamples = {
|
|
@@ -30220,18 +30238,18 @@ const SpsProductBarExamples = {
|
|
|
30220
30238
|
}
|
|
30221
30239
|
}
|
|
30222
30240
|
};
|
|
30223
|
-
const propsDoc$
|
|
30241
|
+
const propsDoc$I = {
|
|
30224
30242
|
percentComplete: "number",
|
|
30225
30243
|
title: "string",
|
|
30226
30244
|
detail: "string",
|
|
30227
30245
|
disabled: "boolean",
|
|
30228
30246
|
onClose: "() => void"
|
|
30229
30247
|
};
|
|
30230
|
-
const propTypes$
|
|
30231
|
-
percentComplete: propTypes$
|
|
30232
|
-
title: propTypes$
|
|
30233
|
-
detail: propTypes$
|
|
30234
|
-
disabled: propTypes$
|
|
30248
|
+
const propTypes$L = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
30249
|
+
percentComplete: propTypes$1L.exports.number,
|
|
30250
|
+
title: propTypes$1L.exports.string,
|
|
30251
|
+
detail: propTypes$1L.exports.string,
|
|
30252
|
+
disabled: propTypes$1L.exports.bool,
|
|
30235
30253
|
onClose: fun()
|
|
30236
30254
|
});
|
|
30237
30255
|
function SpsProgressBar(props2) {
|
|
@@ -30287,8 +30305,8 @@ function SpsProgressBar(props2) {
|
|
|
30287
30305
|
})));
|
|
30288
30306
|
}
|
|
30289
30307
|
Object.assign(SpsProgressBar, {
|
|
30290
|
-
props: propsDoc$
|
|
30291
|
-
propTypes: propTypes$
|
|
30308
|
+
props: propsDoc$I,
|
|
30309
|
+
propTypes: propTypes$L,
|
|
30292
30310
|
displayName: "SpsProgressBar"
|
|
30293
30311
|
});
|
|
30294
30312
|
const SpsSteppedProgressBarExamples = {
|
|
@@ -30397,6 +30415,33 @@ const SpsSteppedProgressBarExamples = {
|
|
|
30397
30415
|
}
|
|
30398
30416
|
}
|
|
30399
30417
|
};
|
|
30418
|
+
const propsDoc$H = {
|
|
30419
|
+
icon: "SpsIcon",
|
|
30420
|
+
iconSize: "SpsIconSize"
|
|
30421
|
+
};
|
|
30422
|
+
const propTypes$K = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
30423
|
+
icon: enumValue(SpsIcon$1),
|
|
30424
|
+
iconSize: enumValue(SpsIconSize)
|
|
30425
|
+
});
|
|
30426
|
+
function SpsTooltipTitle({
|
|
30427
|
+
icon,
|
|
30428
|
+
iconSize = SpsIconSize.SMALL,
|
|
30429
|
+
children
|
|
30430
|
+
}) {
|
|
30431
|
+
return /* @__PURE__ */ React.createElement("div", {
|
|
30432
|
+
className: "sps-tooltip__title-component"
|
|
30433
|
+
}, icon && /* @__PURE__ */ React.createElement(SpsI, {
|
|
30434
|
+
icon,
|
|
30435
|
+
size: iconSize
|
|
30436
|
+
}), /* @__PURE__ */ React.createElement("span", {
|
|
30437
|
+
className: "sps-tooltip__title"
|
|
30438
|
+
}, children));
|
|
30439
|
+
}
|
|
30440
|
+
Object.assign(SpsTooltipTitle, {
|
|
30441
|
+
props: propsDoc$H,
|
|
30442
|
+
propTypes: propTypes$K,
|
|
30443
|
+
displayName: "SpsTooltipTitle"
|
|
30444
|
+
});
|
|
30400
30445
|
const SpsTooltipExamples = {
|
|
30401
30446
|
basic: {
|
|
30402
30447
|
label: "Basic",
|
|
@@ -30823,6 +30868,38 @@ const SpsTooltipExamples = {
|
|
|
30823
30868
|
}
|
|
30824
30869
|
}
|
|
30825
30870
|
},
|
|
30871
|
+
withSpsTooltipTitle: {
|
|
30872
|
+
label: "With SpsTooltipTitle",
|
|
30873
|
+
examples: {
|
|
30874
|
+
showHideManually: {
|
|
30875
|
+
react: code`
|
|
30876
|
+
function Component() {
|
|
30877
|
+
const target = React.useRef(null);
|
|
30878
|
+
|
|
30879
|
+
return (
|
|
30880
|
+
<React.Fragment>
|
|
30881
|
+
<div className="bg-gray200 text-center p-2" ref={target}>
|
|
30882
|
+
target
|
|
30883
|
+
</div>
|
|
30884
|
+
<SpsTooltip
|
|
30885
|
+
for={target}
|
|
30886
|
+
title={<SpsTooltipTitle>Temporary implementation account setup</SpsTooltipTitle>}
|
|
30887
|
+
>
|
|
30888
|
+
<div className="mb-3">
|
|
30889
|
+
Implementing: Temporary implementation product setup in progress.
|
|
30890
|
+
</div>
|
|
30891
|
+
<SpsTooltipTitle icon={SpsIcon.CALENDAR_BLANK}>Started</SpsTooltipTitle>
|
|
30892
|
+
<div className="mb-3">Tuesday, April 15</div>
|
|
30893
|
+
<SpsTooltipTitle icon={SpsIcon.CHECKMARK}>Completed</SpsTooltipTitle>
|
|
30894
|
+
<div>Thursday, April 24</div>
|
|
30895
|
+
</SpsTooltip>
|
|
30896
|
+
</React.Fragment>
|
|
30897
|
+
);
|
|
30898
|
+
}
|
|
30899
|
+
`
|
|
30900
|
+
}
|
|
30901
|
+
}
|
|
30902
|
+
},
|
|
30826
30903
|
other: {
|
|
30827
30904
|
label: "Other Settings",
|
|
30828
30905
|
examples: {
|
|
@@ -30881,13 +30958,13 @@ const propsDoc$G = {
|
|
|
30881
30958
|
tooltipsData: "TooltipsProps[]"
|
|
30882
30959
|
};
|
|
30883
30960
|
const propTypes$J = {
|
|
30884
|
-
title: propTypes$
|
|
30885
|
-
stepsCount: propTypes$
|
|
30886
|
-
completedStepsCount: propTypes$
|
|
30887
|
-
disabled: propTypes$
|
|
30888
|
-
showStepsCounter: propTypes$
|
|
30889
|
-
icons: propTypes$
|
|
30890
|
-
tooltipsData: propTypes$
|
|
30961
|
+
title: propTypes$1L.exports.string,
|
|
30962
|
+
stepsCount: propTypes$1L.exports.number,
|
|
30963
|
+
completedStepsCount: propTypes$1L.exports.number,
|
|
30964
|
+
disabled: propTypes$1L.exports.bool,
|
|
30965
|
+
showStepsCounter: propTypes$1L.exports.bool,
|
|
30966
|
+
icons: propTypes$1L.exports.arrayOf(impl()),
|
|
30967
|
+
tooltipsData: propTypes$1L.exports.arrayOf(impl())
|
|
30891
30968
|
};
|
|
30892
30969
|
function SpsSteppedProgressBar(props2) {
|
|
30893
30970
|
const {
|
|
@@ -31043,16 +31120,16 @@ const propsDoc$F = {
|
|
|
31043
31120
|
value: "any"
|
|
31044
31121
|
};
|
|
31045
31122
|
const propTypes$I = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
31046
|
-
checked: propTypes$
|
|
31047
|
-
disabled: propTypes$
|
|
31123
|
+
checked: propTypes$1L.exports.bool,
|
|
31124
|
+
disabled: propTypes$1L.exports.bool,
|
|
31048
31125
|
formControl: impl(),
|
|
31049
31126
|
formMeta: impl(),
|
|
31050
|
-
inline: propTypes$
|
|
31051
|
-
label: propTypes$
|
|
31052
|
-
name: propTypes$
|
|
31127
|
+
inline: propTypes$1L.exports.bool,
|
|
31128
|
+
label: propTypes$1L.exports.string,
|
|
31129
|
+
name: propTypes$1L.exports.string.isRequired,
|
|
31053
31130
|
onChange: fun(),
|
|
31054
31131
|
ref: ref(),
|
|
31055
|
-
value: propTypes$
|
|
31132
|
+
value: propTypes$1L.exports.any
|
|
31056
31133
|
});
|
|
31057
31134
|
function SpsRadioButton(_y) {
|
|
31058
31135
|
var _z = _y, {
|
|
@@ -31217,7 +31294,7 @@ const propsDoc$E = {
|
|
|
31217
31294
|
maxHeight: "string"
|
|
31218
31295
|
};
|
|
31219
31296
|
const propTypes$H = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
31220
|
-
maxHeight: propTypes$
|
|
31297
|
+
maxHeight: propTypes$1L.exports.string
|
|
31221
31298
|
});
|
|
31222
31299
|
function SpsScrollableContainer(props2) {
|
|
31223
31300
|
const {
|
|
@@ -31317,8 +31394,8 @@ const propsDoc$D = {
|
|
|
31317
31394
|
onClear: "() => void"
|
|
31318
31395
|
};
|
|
31319
31396
|
const propTypes$G = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
31320
|
-
resultsCount: propTypes$
|
|
31321
|
-
totalResults: propTypes$
|
|
31397
|
+
resultsCount: propTypes$1L.exports.number,
|
|
31398
|
+
totalResults: propTypes$1L.exports.number,
|
|
31322
31399
|
onClear: fun()
|
|
31323
31400
|
});
|
|
31324
31401
|
function SpsSearchResultsBar(props2) {
|
|
@@ -32178,12 +32255,12 @@ const propsDoc$C = {
|
|
|
32178
32255
|
widthRem: "number"
|
|
32179
32256
|
};
|
|
32180
32257
|
const propTypes$F = __spreadValues({
|
|
32181
|
-
sortKey: propTypes$
|
|
32182
|
-
sortDisabled: propTypes$
|
|
32183
|
-
sort: propTypes$
|
|
32258
|
+
sortKey: propTypes$1L.exports.string,
|
|
32259
|
+
sortDisabled: propTypes$1L.exports.bool,
|
|
32260
|
+
sort: propTypes$1L.exports.arrayOf(impl()),
|
|
32184
32261
|
onSortChange: fun(),
|
|
32185
|
-
widthPx: propTypes$
|
|
32186
|
-
widthRem: propTypes$
|
|
32262
|
+
widthPx: propTypes$1L.exports.number,
|
|
32263
|
+
widthRem: propTypes$1L.exports.number
|
|
32187
32264
|
}, spsGlobalPropTypes);
|
|
32188
32265
|
function SpsSortingHeaderCell(_A) {
|
|
32189
32266
|
var _B = _A, {
|
|
@@ -32253,7 +32330,7 @@ const propsDoc$B = {
|
|
|
32253
32330
|
onSortChange: "SortChangeHandler"
|
|
32254
32331
|
};
|
|
32255
32332
|
const propTypes$E = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
32256
|
-
sort: propTypes$
|
|
32333
|
+
sort: propTypes$1L.exports.arrayOf(impl()),
|
|
32257
32334
|
onSortChange: fun()
|
|
32258
32335
|
});
|
|
32259
32336
|
function SpsSortingHeader(_C) {
|
|
@@ -32331,12 +32408,12 @@ const propsDoc$A = {
|
|
|
32331
32408
|
options: "Array<SpsActionMethod | [SpsActionDescriptor, () => void]>"
|
|
32332
32409
|
};
|
|
32333
32410
|
const propTypes$D = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
32334
|
-
disabled: propTypes$
|
|
32335
|
-
href: propTypes$
|
|
32336
|
-
label: propTypes$
|
|
32411
|
+
disabled: propTypes$1L.exports.bool,
|
|
32412
|
+
href: propTypes$1L.exports.string,
|
|
32413
|
+
label: propTypes$1L.exports.string,
|
|
32337
32414
|
icon: enumValue(SpsIcon$1),
|
|
32338
32415
|
kind: enumValue(StdButtonKind),
|
|
32339
|
-
options: propTypes$
|
|
32416
|
+
options: propTypes$1L.exports.arrayOf(propTypes$1L.exports.oneOfType([propTypes$1L.exports.func, propTypes$1L.exports.any]))
|
|
32340
32417
|
});
|
|
32341
32418
|
function SpsSplitButton(props2) {
|
|
32342
32419
|
const _a = props2, {
|
|
@@ -32493,7 +32570,7 @@ const propsDoc$z = {
|
|
|
32493
32570
|
channelId: { type: "string", required: true }
|
|
32494
32571
|
};
|
|
32495
32572
|
const propTypes$C = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
32496
|
-
channelId: propTypes$
|
|
32573
|
+
channelId: propTypes$1L.exports.string.isRequired
|
|
32497
32574
|
});
|
|
32498
32575
|
function SpsSlackLink(props2) {
|
|
32499
32576
|
const _a = props2, {
|
|
@@ -32575,8 +32652,8 @@ const propsDoc$x = {
|
|
|
32575
32652
|
onToggle: "(isExpanded: boolean) => void"
|
|
32576
32653
|
};
|
|
32577
32654
|
const propTypes$A = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
32578
|
-
expanded: propTypes$
|
|
32579
|
-
selected: propTypes$
|
|
32655
|
+
expanded: propTypes$1L.exports.bool,
|
|
32656
|
+
selected: propTypes$1L.exports.bool,
|
|
32580
32657
|
onToggle: fun()
|
|
32581
32658
|
});
|
|
32582
32659
|
function SpsSummaryListRow(props2) {
|
|
@@ -32658,10 +32735,10 @@ const propsDoc$w = {
|
|
|
32658
32735
|
width: "string"
|
|
32659
32736
|
};
|
|
32660
32737
|
const propTypes$z = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
32661
|
-
borderless: propTypes$
|
|
32662
|
-
lean: propTypes$
|
|
32663
|
-
leaner: propTypes$
|
|
32664
|
-
width: propTypes$
|
|
32738
|
+
borderless: propTypes$1L.exports.bool,
|
|
32739
|
+
lean: propTypes$1L.exports.bool,
|
|
32740
|
+
leaner: propTypes$1L.exports.bool,
|
|
32741
|
+
width: propTypes$1L.exports.string
|
|
32665
32742
|
});
|
|
32666
32743
|
function SpsSummaryListColumn(props2) {
|
|
32667
32744
|
const _a = props2, {
|
|
@@ -32994,17 +33071,17 @@ const props = {
|
|
|
32994
33071
|
suppressTooltips: "boolean"
|
|
32995
33072
|
};
|
|
32996
33073
|
const propTypes$y = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
32997
|
-
tasks: propTypes$
|
|
33074
|
+
tasks: propTypes$1L.exports.arrayOf(propTypes$1L.exports.any),
|
|
32998
33075
|
taskQueuePosition: enumValue(Position),
|
|
32999
|
-
notificationText: propTypes$
|
|
33000
|
-
tooltipConfig: propTypes$
|
|
33076
|
+
notificationText: propTypes$1L.exports.string,
|
|
33077
|
+
tooltipConfig: propTypes$1L.exports.shape({
|
|
33001
33078
|
position: enumValue(Position),
|
|
33002
33079
|
kind: enumValue(TooltipKind)
|
|
33003
33080
|
}),
|
|
33004
33081
|
onClose: fun(),
|
|
33005
33082
|
onOpen: fun(),
|
|
33006
33083
|
onClearCompleted: fun(),
|
|
33007
|
-
suppressTooltips: propTypes$
|
|
33084
|
+
suppressTooltips: propTypes$1L.exports.bool
|
|
33008
33085
|
});
|
|
33009
33086
|
function SpsTaskQueue(_E) {
|
|
33010
33087
|
var _F = _E, {
|
|
@@ -33540,14 +33617,14 @@ const propsDoc$v = {
|
|
|
33540
33617
|
value: "string"
|
|
33541
33618
|
};
|
|
33542
33619
|
const propTypes$x = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
33543
|
-
disabled: propTypes$
|
|
33620
|
+
disabled: propTypes$1L.exports.bool,
|
|
33544
33621
|
formControl: impl(),
|
|
33545
33622
|
formMeta: impl(),
|
|
33546
33623
|
icon: enumValue(SpsIcon$1),
|
|
33547
|
-
name: propTypes$
|
|
33624
|
+
name: propTypes$1L.exports.string,
|
|
33548
33625
|
onChange: fun(),
|
|
33549
|
-
placeholder: propTypes$
|
|
33550
|
-
value: propTypes$
|
|
33626
|
+
placeholder: propTypes$1L.exports.string,
|
|
33627
|
+
value: propTypes$1L.exports.string
|
|
33551
33628
|
});
|
|
33552
33629
|
const SpsTextInput = React.forwardRef((_G, ref2) => {
|
|
33553
33630
|
var _H = _G, {
|
|
@@ -33736,15 +33813,15 @@ const propsDoc$u = {
|
|
|
33736
33813
|
value: "string"
|
|
33737
33814
|
};
|
|
33738
33815
|
const propTypes$w = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
33739
|
-
disabled: propTypes$
|
|
33816
|
+
disabled: propTypes$1L.exports.bool,
|
|
33740
33817
|
formControl: impl(),
|
|
33741
33818
|
formMeta: impl(),
|
|
33742
|
-
name: propTypes$
|
|
33819
|
+
name: propTypes$1L.exports.string,
|
|
33743
33820
|
onChange: fun(),
|
|
33744
|
-
placeholder: propTypes$
|
|
33821
|
+
placeholder: propTypes$1L.exports.string,
|
|
33745
33822
|
ref: ref(),
|
|
33746
|
-
rows: propTypes$
|
|
33747
|
-
value: propTypes$
|
|
33823
|
+
rows: propTypes$1L.exports.number,
|
|
33824
|
+
value: propTypes$1L.exports.string
|
|
33748
33825
|
});
|
|
33749
33826
|
function SpsTextarea(_I) {
|
|
33750
33827
|
var _J = _I, {
|
|
@@ -33938,12 +34015,12 @@ const propsDoc$t = {
|
|
|
33938
34015
|
warning: "boolean"
|
|
33939
34016
|
};
|
|
33940
34017
|
const propTypes$v = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
33941
|
-
href: propTypes$
|
|
33942
|
-
target: propTypes$
|
|
34018
|
+
href: propTypes$1L.exports.string,
|
|
34019
|
+
target: propTypes$1L.exports.string,
|
|
33943
34020
|
icon: nodeOrRenderFn.isRequired,
|
|
33944
|
-
error: propTypes$
|
|
33945
|
-
title: propTypes$
|
|
33946
|
-
warning: propTypes$
|
|
34021
|
+
error: propTypes$1L.exports.bool,
|
|
34022
|
+
title: propTypes$1L.exports.string.isRequired,
|
|
34023
|
+
warning: propTypes$1L.exports.bool
|
|
33947
34024
|
});
|
|
33948
34025
|
function SpsTile(props2) {
|
|
33949
34026
|
const _a = props2, {
|
|
@@ -34262,10 +34339,10 @@ const propsDoc$r = {
|
|
|
34262
34339
|
active: "boolean"
|
|
34263
34340
|
};
|
|
34264
34341
|
const propTypes$t = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
34265
|
-
value: propTypes$
|
|
34266
|
-
title: propTypes$
|
|
34342
|
+
value: propTypes$1L.exports.number.isRequired,
|
|
34343
|
+
title: propTypes$1L.exports.string.isRequired,
|
|
34267
34344
|
kind: enumValue(SpsFilterTileKind),
|
|
34268
|
-
active: propTypes$
|
|
34345
|
+
active: propTypes$1L.exports.bool
|
|
34269
34346
|
});
|
|
34270
34347
|
function SpsFilterTile(props2) {
|
|
34271
34348
|
const _a = props2, {
|
|
@@ -34403,18 +34480,18 @@ const propsDoc$p = {
|
|
|
34403
34480
|
onChange: "(isActive: boolean) => void"
|
|
34404
34481
|
};
|
|
34405
34482
|
const propTypes$r = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
34406
|
-
active: propTypes$
|
|
34407
|
-
activeDescription: deprecated(propTypes$
|
|
34408
|
-
activeLabel: deprecated(propTypes$
|
|
34409
|
-
description: propTypes$
|
|
34410
|
-
disabled: propTypes$
|
|
34483
|
+
active: propTypes$1L.exports.bool,
|
|
34484
|
+
activeDescription: deprecated(propTypes$1L.exports.string),
|
|
34485
|
+
activeLabel: deprecated(propTypes$1L.exports.string),
|
|
34486
|
+
description: propTypes$1L.exports.string,
|
|
34487
|
+
disabled: propTypes$1L.exports.bool,
|
|
34411
34488
|
formControl: impl(),
|
|
34412
34489
|
formMeta: impl(),
|
|
34413
|
-
id: propTypes$
|
|
34414
|
-
inactiveDescription: deprecated(propTypes$
|
|
34415
|
-
inactiveLabel: deprecated(propTypes$
|
|
34416
|
-
label: propTypes$
|
|
34417
|
-
large: propTypes$
|
|
34490
|
+
id: propTypes$1L.exports.string,
|
|
34491
|
+
inactiveDescription: deprecated(propTypes$1L.exports.string),
|
|
34492
|
+
inactiveLabel: deprecated(propTypes$1L.exports.string),
|
|
34493
|
+
label: propTypes$1L.exports.string,
|
|
34494
|
+
large: propTypes$1L.exports.bool,
|
|
34418
34495
|
onChange: fun(),
|
|
34419
34496
|
ref: ref()
|
|
34420
34497
|
});
|
|
@@ -34599,7 +34676,7 @@ const propsDoc$o = {
|
|
|
34599
34676
|
icon: "SpsIcon"
|
|
34600
34677
|
};
|
|
34601
34678
|
const propTypes$q = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
34602
|
-
heading: propTypes$
|
|
34679
|
+
heading: propTypes$1L.exports.string,
|
|
34603
34680
|
icon: enumValue(SpsIcon$1)
|
|
34604
34681
|
});
|
|
34605
34682
|
function SpsWorkflow(props2) {
|
|
@@ -34651,7 +34728,7 @@ const propsDoc$n = {
|
|
|
34651
34728
|
progress: "number"
|
|
34652
34729
|
};
|
|
34653
34730
|
const propTypes$p = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
34654
|
-
progress: propTypes$
|
|
34731
|
+
progress: propTypes$1L.exports.number,
|
|
34655
34732
|
size: enumValue(RingSize)
|
|
34656
34733
|
});
|
|
34657
34734
|
function SpsProgressRing({
|
|
@@ -34696,7 +34773,7 @@ const propsDoc$m = {
|
|
|
34696
34773
|
phases: "WizardPhase[]"
|
|
34697
34774
|
};
|
|
34698
34775
|
const propTypes$o = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
34699
|
-
phases: propTypes$
|
|
34776
|
+
phases: propTypes$1L.exports.arrayOf(impl())
|
|
34700
34777
|
});
|
|
34701
34778
|
const CSS_BLOCK$2 = "sps-wizard-sidebar";
|
|
34702
34779
|
function SpsWizardSidebar({
|
|
@@ -34747,10 +34824,10 @@ const propsDoc$l = {
|
|
|
34747
34824
|
};
|
|
34748
34825
|
const propTypes$n = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
34749
34826
|
condition: enumValue(WizardSubstepConditions).isRequired,
|
|
34750
|
-
display: propTypes$
|
|
34751
|
-
orderPosition: propTypes$
|
|
34752
|
-
propTypes$
|
|
34753
|
-
propTypes$
|
|
34827
|
+
display: propTypes$1L.exports.string.isRequired,
|
|
34828
|
+
orderPosition: propTypes$1L.exports.oneOfType([
|
|
34829
|
+
propTypes$1L.exports.string,
|
|
34830
|
+
propTypes$1L.exports.number
|
|
34754
34831
|
]).isRequired
|
|
34755
34832
|
});
|
|
34756
34833
|
function SpsWizardSubstep(props2) {
|
|
@@ -34951,7 +35028,7 @@ const propsDoc$i = {
|
|
|
34951
35028
|
};
|
|
34952
35029
|
const propTypes$k = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
34953
35030
|
icon: enumValue(SpsIcon$1).isRequired,
|
|
34954
|
-
title: propTypes$
|
|
35031
|
+
title: propTypes$1L.exports.string.isRequired
|
|
34955
35032
|
});
|
|
34956
35033
|
function SpsWorkflowStep(props2) {
|
|
34957
35034
|
const _a = props2, {
|
|
@@ -35062,9 +35139,9 @@ const propsDoc$h = {
|
|
|
35062
35139
|
subHeading: "string"
|
|
35063
35140
|
};
|
|
35064
35141
|
const propTypes$j = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
35065
|
-
artwork: propTypes$
|
|
35066
|
-
heading: propTypes$
|
|
35067
|
-
subHeading: propTypes$
|
|
35142
|
+
artwork: propTypes$1L.exports.string.isRequired,
|
|
35143
|
+
heading: propTypes$1L.exports.string.isRequired,
|
|
35144
|
+
subHeading: propTypes$1L.exports.string
|
|
35068
35145
|
});
|
|
35069
35146
|
function SpsZeroState(props2) {
|
|
35070
35147
|
const _a = props2, {
|
|
@@ -35340,10 +35417,10 @@ const propsDoc$e = {
|
|
|
35340
35417
|
onCollapse: "() => void"
|
|
35341
35418
|
};
|
|
35342
35419
|
const propTypes$g = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
35343
|
-
title: propTypes$
|
|
35344
|
-
expanded: propTypes$
|
|
35345
|
-
heightPx: propTypes$
|
|
35346
|
-
heightRem: propTypes$
|
|
35420
|
+
title: propTypes$1L.exports.string,
|
|
35421
|
+
expanded: propTypes$1L.exports.bool,
|
|
35422
|
+
heightPx: propTypes$1L.exports.number,
|
|
35423
|
+
heightRem: propTypes$1L.exports.number,
|
|
35347
35424
|
onExpand: fun(),
|
|
35348
35425
|
onCollapse: fun()
|
|
35349
35426
|
});
|
|
@@ -35769,9 +35846,9 @@ const propsDoc$c = {
|
|
|
35769
35846
|
onFilterChange: "ChangeEventHandler<HTMLInputElement>"
|
|
35770
35847
|
};
|
|
35771
35848
|
const propTypes$e = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
35772
|
-
value: propTypes$
|
|
35773
|
-
placeholder: propTypes$
|
|
35774
|
-
formMeta: propTypes$
|
|
35849
|
+
value: propTypes$1L.exports.string,
|
|
35850
|
+
placeholder: propTypes$1L.exports.string,
|
|
35851
|
+
formMeta: propTypes$1L.exports.oneOfType([
|
|
35775
35852
|
impl(),
|
|
35776
35853
|
impl()
|
|
35777
35854
|
]),
|
|
@@ -35811,7 +35888,7 @@ const propsDoc$b = {
|
|
|
35811
35888
|
showCondition: "boolean"
|
|
35812
35889
|
};
|
|
35813
35890
|
const propTypes$d = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
35814
|
-
showCondition: propTypes$
|
|
35891
|
+
showCondition: propTypes$1L.exports.bool
|
|
35815
35892
|
});
|
|
35816
35893
|
function SpsConditionalField(_S) {
|
|
35817
35894
|
var _T = _S, {
|
|
@@ -36164,6 +36241,7 @@ const MANIFEST = {
|
|
|
36164
36241
|
examples: SpsPageTitleExamples
|
|
36165
36242
|
},
|
|
36166
36243
|
Pagination: {
|
|
36244
|
+
description: () => /* @__PURE__ */ React.createElement("p", null, "The Pagination component allows users to navigate lists of records and control the number of records displayed on each page. The records can span across multiple pages, or within sections of a page."),
|
|
36167
36245
|
components: [SpsPagination, SpsPageSelector],
|
|
36168
36246
|
examples: SpsPaginationExamples
|
|
36169
36247
|
},
|
|
@@ -36262,7 +36340,7 @@ const MANIFEST = {
|
|
|
36262
36340
|
examples: SpsToggleExamples
|
|
36263
36341
|
},
|
|
36264
36342
|
Tooltips: {
|
|
36265
|
-
components: [SpsTooltip],
|
|
36343
|
+
components: [SpsTooltip, SpsTooltipTitle],
|
|
36266
36344
|
examples: SpsTooltipExamples
|
|
36267
36345
|
},
|
|
36268
36346
|
Wizard: {
|
|
@@ -36333,7 +36411,7 @@ const propTypes$c = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
|
36333
36411
|
minDate: impl(),
|
|
36334
36412
|
onNewSelection: fun().isRequired,
|
|
36335
36413
|
selectedDate: impl(),
|
|
36336
|
-
selectedRange: propTypes$
|
|
36414
|
+
selectedRange: propTypes$1L.exports.arrayOf(impl())
|
|
36337
36415
|
});
|
|
36338
36416
|
const CSS_ELEMENT$1 = "sps-datepicker__calendar";
|
|
36339
36417
|
function determineViewMonth({
|
|
@@ -36453,7 +36531,7 @@ Object.assign(SpsDatepickerCalendar, {
|
|
|
36453
36531
|
const CSS_ELEMENT = "sps-datepicker__popup";
|
|
36454
36532
|
const propTypes$b = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
36455
36533
|
attachTo: ref().isRequired,
|
|
36456
|
-
isOpen: propTypes$
|
|
36534
|
+
isOpen: propTypes$1L.exports.bool.isRequired
|
|
36457
36535
|
});
|
|
36458
36536
|
const SpsDatepickerPopup = React.forwardRef((_U, ref2) => {
|
|
36459
36537
|
var _V = _U, {
|
|
@@ -36491,7 +36569,7 @@ const propsDoc$a = {
|
|
|
36491
36569
|
value: "SimpleDate"
|
|
36492
36570
|
};
|
|
36493
36571
|
const propTypes$a = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
36494
|
-
disabled: propTypes$
|
|
36572
|
+
disabled: propTypes$1L.exports.bool,
|
|
36495
36573
|
formMeta: impl(),
|
|
36496
36574
|
maxDate: impl(),
|
|
36497
36575
|
minDate: impl(),
|
|
@@ -36613,12 +36691,12 @@ const propsDoc$9 = {
|
|
|
36613
36691
|
value: "SimpleDateRange | DatePreset"
|
|
36614
36692
|
};
|
|
36615
36693
|
const propTypes$9 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
36616
|
-
disabled: propTypes$
|
|
36694
|
+
disabled: propTypes$1L.exports.bool,
|
|
36617
36695
|
formMeta: impl(),
|
|
36618
36696
|
maxDate: impl(),
|
|
36619
36697
|
minDate: impl(),
|
|
36620
36698
|
onChange: fun(),
|
|
36621
|
-
presets: propTypes$
|
|
36699
|
+
presets: propTypes$1L.exports.arrayOf(impl())
|
|
36622
36700
|
});
|
|
36623
36701
|
const CSS_BLOCK = "sps-datepicker";
|
|
36624
36702
|
const DEFAULT_PRESETS = [
|
|
@@ -36823,12 +36901,12 @@ const propsDoc$8 = {
|
|
|
36823
36901
|
value: "number"
|
|
36824
36902
|
};
|
|
36825
36903
|
const propTypes$8 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
36826
|
-
disabled: propTypes$
|
|
36904
|
+
disabled: propTypes$1L.exports.bool,
|
|
36827
36905
|
formMeta: impl(),
|
|
36828
|
-
name: propTypes$
|
|
36906
|
+
name: propTypes$1L.exports.string,
|
|
36829
36907
|
onChange: fun(),
|
|
36830
36908
|
ref: ref(),
|
|
36831
|
-
value: propTypes$
|
|
36909
|
+
value: propTypes$1L.exports.number
|
|
36832
36910
|
});
|
|
36833
36911
|
function strToDollars(str) {
|
|
36834
36912
|
return str ? Number.parseInt(str.replace(/[^\d]/g, ""), 10) / 100 : null;
|
|
@@ -37001,10 +37079,10 @@ const propsDoc$7 = {
|
|
|
37001
37079
|
};
|
|
37002
37080
|
const propTypes$7 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
37003
37081
|
color: enumValue(TagKind),
|
|
37004
|
-
href: propTypes$
|
|
37082
|
+
href: propTypes$1L.exports.string,
|
|
37005
37083
|
icon: enumValue(SpsIcon$1),
|
|
37006
|
-
tagKey: propTypes$
|
|
37007
|
-
value: propTypes$
|
|
37084
|
+
tagKey: propTypes$1L.exports.string.isRequired,
|
|
37085
|
+
value: propTypes$1L.exports.string.isRequired
|
|
37008
37086
|
});
|
|
37009
37087
|
function SpsKeyValueTag(props2) {
|
|
37010
37088
|
const _a = props2, {
|
|
@@ -37097,8 +37175,8 @@ const propsDoc$6 = {
|
|
|
37097
37175
|
header: "string | () => string"
|
|
37098
37176
|
};
|
|
37099
37177
|
const propTypes$6 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
37100
|
-
header: propTypes$
|
|
37101
|
-
propTypes$
|
|
37178
|
+
header: propTypes$1L.exports.oneOfType([
|
|
37179
|
+
propTypes$1L.exports.string,
|
|
37102
37180
|
fun()
|
|
37103
37181
|
])
|
|
37104
37182
|
});
|
|
@@ -37130,8 +37208,8 @@ const propsDoc$5 = {
|
|
|
37130
37208
|
backdrop: "string"
|
|
37131
37209
|
};
|
|
37132
37210
|
const propTypes$5 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
37133
|
-
onOverlayClick: propTypes$
|
|
37134
|
-
backdrop: propTypes$
|
|
37211
|
+
onOverlayClick: propTypes$1L.exports.func,
|
|
37212
|
+
backdrop: propTypes$1L.exports.string
|
|
37135
37213
|
});
|
|
37136
37214
|
function SpsModalOverlay(props2) {
|
|
37137
37215
|
const _a = props2, {
|
|
@@ -37201,12 +37279,12 @@ const propsDoc$3 = {
|
|
|
37201
37279
|
closeModal: "() => void"
|
|
37202
37280
|
};
|
|
37203
37281
|
const propTypes$3 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
37204
|
-
handleAsync: propTypes$
|
|
37205
|
-
turnAsyncOn: propTypes$
|
|
37206
|
-
turnAsyncOff: propTypes$
|
|
37207
|
-
isAsyncOn: propTypes$
|
|
37282
|
+
handleAsync: propTypes$1L.exports.shape({
|
|
37283
|
+
turnAsyncOn: propTypes$1L.exports.func,
|
|
37284
|
+
turnAsyncOff: propTypes$1L.exports.func,
|
|
37285
|
+
isAsyncOn: propTypes$1L.exports.bool
|
|
37208
37286
|
}),
|
|
37209
|
-
closeModal: propTypes$
|
|
37287
|
+
closeModal: propTypes$1L.exports.func
|
|
37210
37288
|
});
|
|
37211
37289
|
function SpsModalFooter(props2) {
|
|
37212
37290
|
const {
|
|
@@ -37248,10 +37326,10 @@ const propsDoc$2 = {
|
|
|
37248
37326
|
const propTypes$2 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
37249
37327
|
kind: enumValue(ButtonKind),
|
|
37250
37328
|
closeModal: fun(),
|
|
37251
|
-
handleAsync: propTypes$
|
|
37252
|
-
turnAsyncOn: propTypes$
|
|
37253
|
-
turnAsyncOff: propTypes$
|
|
37254
|
-
isAsyncOn: propTypes$
|
|
37329
|
+
handleAsync: propTypes$1L.exports.shape({
|
|
37330
|
+
turnAsyncOn: propTypes$1L.exports.func,
|
|
37331
|
+
turnAsyncOff: propTypes$1L.exports.func,
|
|
37332
|
+
isAsyncOn: propTypes$1L.exports.bool
|
|
37255
37333
|
})
|
|
37256
37334
|
});
|
|
37257
37335
|
function SpsModalAction(props2) {
|
|
@@ -37306,18 +37384,18 @@ const propsDoc$1 = {
|
|
|
37306
37384
|
onClose: "Function"
|
|
37307
37385
|
};
|
|
37308
37386
|
const propTypes$1 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
37309
|
-
kind: propTypes$
|
|
37310
|
-
id: propTypes$
|
|
37311
|
-
isOpen: propTypes$
|
|
37312
|
-
header: propTypes$
|
|
37313
|
-
propTypes$
|
|
37387
|
+
kind: propTypes$1L.exports.string,
|
|
37388
|
+
id: propTypes$1L.exports.string,
|
|
37389
|
+
isOpen: propTypes$1L.exports.bool,
|
|
37390
|
+
header: propTypes$1L.exports.oneOfType([
|
|
37391
|
+
propTypes$1L.exports.string,
|
|
37314
37392
|
fun()
|
|
37315
37393
|
]),
|
|
37316
|
-
onClose: propTypes$
|
|
37317
|
-
onOpen: propTypes$
|
|
37318
|
-
size: propTypes$
|
|
37319
|
-
backdrop: propTypes$
|
|
37320
|
-
actionRequired: propTypes$
|
|
37394
|
+
onClose: propTypes$1L.exports.func,
|
|
37395
|
+
onOpen: propTypes$1L.exports.func,
|
|
37396
|
+
size: propTypes$1L.exports.string,
|
|
37397
|
+
backdrop: propTypes$1L.exports.string,
|
|
37398
|
+
actionRequired: propTypes$1L.exports.bool
|
|
37321
37399
|
});
|
|
37322
37400
|
function SpsModal(modalProps) {
|
|
37323
37401
|
let lastFocusable;
|
|
@@ -37571,4 +37649,4 @@ Object.assign(SpsVr, {
|
|
|
37571
37649
|
propTypes,
|
|
37572
37650
|
displayName: "SpsDescriptionListTerm / SpsDt"
|
|
37573
37651
|
});
|
|
37574
|
-
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, SpsIcon, 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, SpsMultiSelectTag, 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, 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 };
|
|
37652
|
+
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, SpsIcon, 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, SpsMultiSelectTag, 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 };
|