qaema-ui 0.0.26 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/index.js +5 -5
- package/dist/_virtual/index2.js +4 -4
- package/dist/_virtual/index3.js +5 -5
- package/dist/_virtual/index4.js +4 -4
- package/dist/assets/icons/RiyalIcon.d.ts +1 -1
- package/dist/components/AccordionCard.d.ts +1 -1
- package/dist/components/ActionInput.d.ts +2 -2
- package/dist/components/AddOnCardInput.d.ts +2 -2
- package/dist/components/Alert.d.ts +1 -1
- package/dist/components/AmountItem.d.ts +2 -2
- package/dist/components/Badge.d.ts +3 -3
- package/dist/components/Button.d.ts +3 -2
- package/dist/components/Card.d.ts +1 -1
- package/dist/components/CardsList.d.ts +2 -2
- package/dist/components/Chart.d.ts +1 -1
- package/dist/components/ChartLegend/ChartLegend.d.ts +2 -2
- package/dist/components/ChartLegend/ChartLegend.js +8 -7
- package/dist/components/ChartLegend/PieChartLegend.d.ts +1 -1
- package/dist/components/ChartLegend/styles.d.ts +5 -5
- package/dist/components/CollapsableCard.d.ts +1 -1
- package/dist/components/ConfigList.d.ts +1 -1
- package/dist/components/ConfirmationPopup.d.ts +1 -1
- package/dist/components/DatePicker.d.ts +1 -1
- package/dist/components/DatePicker.js +1 -1
- package/dist/components/Divider.d.ts +2 -2
- package/dist/components/Draggable.d.ts +1 -1
- package/dist/components/DropDown.d.ts +1 -1
- package/dist/components/DropDownWithTable/DropDownWithTable.d.ts +1 -1
- package/dist/components/DropDownWithTable/DropDownWithTable.js +69 -64
- package/dist/components/DropDownWithTable/DropDownWithTable.types.d.ts +2 -1
- package/dist/components/DropDownWithTable/Table/Table.d.ts +1 -1
- package/dist/components/DropDownWithTable/Table/Table.js +66 -66
- package/dist/components/DropDownWithTable/Table/Table.styles.d.ts +27 -27
- package/dist/components/DropDownWithTable/Table/components/CellComponents.d.ts +6 -6
- package/dist/components/DropDownWithTable/Table/components/CellComponents.js +82 -82
- package/dist/components/DropDownWithTable/Table/components/TableHead.d.ts +1 -1
- package/dist/components/FileDownloadCard.d.ts +1 -1
- package/dist/components/Filter.d.ts +14 -14
- package/dist/components/FilterActiveBar.d.ts +1 -1
- package/dist/components/Header.d.ts +3 -2
- package/dist/components/HelpCard.d.ts +2 -2
- package/dist/components/Hint.d.ts +2 -2
- package/dist/components/HorizontalChart.d.ts +2 -2
- package/dist/components/Image.d.ts +2 -2
- package/dist/components/InfoCard.d.ts +1 -1
- package/dist/components/InfoItem.d.ts +1 -1
- package/dist/components/InputField.d.ts +2 -2
- package/dist/components/Layout.d.ts +4 -3
- package/dist/components/Legend.d.ts +1 -1
- package/dist/components/Link.d.ts +1 -1
- package/dist/components/ListToolbar.d.ts +5 -5
- package/dist/components/MethodCard.d.ts +1 -1
- package/dist/components/Modal.d.ts +2 -2
- package/dist/components/ModalWithRequestCard.d.ts +2 -2
- package/dist/components/NavItem.d.ts +2 -2
- package/dist/components/NavigationPanel.d.ts +2 -2
- package/dist/components/NextActionBox.d.ts +1 -1
- package/dist/components/NextActionBox.js +104 -0
- package/dist/components/NumberInput.d.ts +1 -1
- package/dist/components/OTP.d.ts +1 -1
- package/dist/components/OptionCardGroup.d.ts +2 -2
- package/dist/components/OptionCardGroup.js +16 -15
- package/dist/components/Pagination.d.ts +1 -1
- package/dist/components/PasswordInputField.d.ts +2 -2
- package/dist/components/PaymentLinkDetails.d.ts +1 -1
- package/dist/components/PaymentTooltip.d.ts +2 -2
- package/dist/components/PhoneInputField.d.ts +2 -2
- package/dist/components/QuickActionItem.d.ts +2 -2
- package/dist/components/QuickStartCard.d.ts +4 -4
- package/dist/components/RadioInput.d.ts +1 -1
- package/dist/components/ReconciliationGroups.d.ts +1 -1
- package/dist/components/RequestCard.d.ts +7 -7
- package/dist/components/RequestSummaryCard.d.ts +6 -6
- package/dist/components/SectionHeader.d.ts +1 -1
- package/dist/components/SideMenuLinks.d.ts +1 -1
- package/dist/components/Sidemenu.d.ts +2 -2
- package/dist/components/Spinner.d.ts +1 -1
- package/dist/components/StatCard.d.ts +1 -1
- package/dist/components/StatIndicator.d.ts +1 -1
- package/dist/components/StatusFeedback.d.ts +2 -2
- package/dist/components/StepperProcess.d.ts +391 -571
- package/dist/components/SummaryCard.d.ts +1 -1
- package/dist/components/Table/Table.d.ts +1 -1
- package/dist/components/Table/Table.styles.d.ts +27 -27
- package/dist/components/Table/components/CellComponents.d.ts +6 -6
- package/dist/components/Table/components/TableHead.d.ts +1 -1
- package/dist/components/Tabs.d.ts +1 -1
- package/dist/components/TextArea.d.ts +1 -1
- package/dist/components/ThemeProvider.d.ts +2 -2
- package/dist/components/ToastNotification.d.ts +2 -2
- package/dist/components/Toggle.d.ts +2 -2
- package/dist/components/ToggleForm.d.ts +2 -2
- package/dist/components/Typography.d.ts +3 -3
- package/dist/components/index.d.ts +1 -1
- package/dist/hooks/useFormikInput.d.ts +11 -11
- package/dist/hooks/useTypographyVariant.d.ts +1 -1
- package/dist/i18n/i18n.d.ts +3 -3
- package/dist/index.js +173 -171
- package/dist/node_modules/@react-spring/core/dist/react-spring_core.modern.js +1 -1
- package/dist/node_modules/@restart/ui/esm/ImperativeTransition.js +1 -0
- package/dist/node_modules/d3-format/src/defaultLocale.js +4 -3
- package/dist/node_modules/d3-format/src/formatDecimal.js +4 -4
- package/dist/node_modules/d3-format/src/formatPrefixAuto.js +5 -5
- package/dist/node_modules/d3-format/src/locale.js +37 -37
- package/dist/node_modules/d3-shape/src/symbol/circle.js +3 -3
- package/dist/node_modules/d3-time-format/src/defaultLocale.js +6 -5
- package/dist/node_modules/d3-time-format/src/locale.js +14 -14
- package/dist/node_modules/date-fns/addDays.js +3 -2
- package/dist/node_modules/date-fns/addMonths.js +9 -8
- package/dist/node_modules/date-fns/constructFrom.js +2 -1
- package/dist/node_modules/date-fns/differenceInCalendarDays.js +3 -2
- package/dist/node_modules/date-fns/endOfMonth.js +4 -3
- package/dist/node_modules/date-fns/endOfWeek.js +5 -4
- package/dist/node_modules/date-fns/format.js +1 -0
- package/dist/node_modules/date-fns/getDayOfYear.js +4 -3
- package/dist/node_modules/date-fns/getDaysInMonth.js +6 -5
- package/dist/node_modules/date-fns/getDefaultOptions.js +3 -2
- package/dist/node_modules/date-fns/getISODay.js +6 -5
- package/dist/node_modules/date-fns/getISOWeek.js +5 -4
- package/dist/node_modules/date-fns/getISOWeekYear.js +1 -0
- package/dist/node_modules/date-fns/getWeek.js +6 -5
- package/dist/node_modules/date-fns/getWeekYear.js +1 -0
- package/dist/node_modules/date-fns/getYear.js +3 -2
- package/dist/node_modules/date-fns/isAfter.js +3 -2
- package/dist/node_modules/date-fns/isBefore.js +4 -3
- package/dist/node_modules/date-fns/isDate.js +1 -0
- package/dist/node_modules/date-fns/isSameDay.js +9 -8
- package/dist/node_modules/date-fns/isSameMonth.js +6 -5
- package/dist/node_modules/date-fns/isValid.js +5 -4
- package/dist/node_modules/date-fns/locale/ar-SA.js +7 -6
- package/dist/node_modules/date-fns/locale/en-US.js +9 -8
- package/dist/node_modules/date-fns/parse.js +11 -10
- package/dist/node_modules/date-fns/setDay.js +7 -6
- package/dist/node_modules/date-fns/setISODay.js +4 -3
- package/dist/node_modules/date-fns/setISOWeek.js +5 -4
- package/dist/node_modules/date-fns/setMonth.js +6 -5
- package/dist/node_modules/date-fns/setWeek.js +4 -3
- package/dist/node_modules/date-fns/setYear.js +5 -4
- package/dist/node_modules/date-fns/startOfDay.js +5 -4
- package/dist/node_modules/date-fns/startOfISOWeek.js +3 -2
- package/dist/node_modules/date-fns/startOfISOWeekYear.js +6 -5
- package/dist/node_modules/date-fns/startOfMonth.js +1 -0
- package/dist/node_modules/date-fns/startOfWeek.js +8 -7
- package/dist/node_modules/date-fns/startOfWeekYear.js +5 -4
- package/dist/node_modules/date-fns/startOfYear.js +1 -0
- package/dist/node_modules/date-fns/subMonths.js +4 -3
- package/dist/node_modules/date-fns/toDate.js +4 -3
- package/dist/node_modules/date-fns/transpose.js +3 -2
- package/dist/node_modules/fast-equals/dist/esm/index.js +298 -0
- package/dist/node_modules/react-bootstrap/esm/Alert.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/AlertHeading.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/AlertLink.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Button.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/CloseButton.js +2 -2
- package/dist/node_modules/react-bootstrap/esm/Col.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Collapse.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Dropdown.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/DropdownDivider.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/DropdownHeader.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/DropdownItem.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/DropdownItemText.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/DropdownMenu.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/DropdownToggle.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Fade.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Feedback.js +2 -2
- package/dist/node_modules/react-bootstrap/esm/FloatingLabel.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Form.js +2 -2
- package/dist/node_modules/react-bootstrap/esm/FormCheck.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormCheckInput.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormCheckLabel.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormControl.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormFloating.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormLabel.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormRange.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormSelect.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/FormText.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Image.js +2 -2
- package/dist/node_modules/react-bootstrap/esm/Nav.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/NavItem.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/NavLink.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Navbar.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/NavbarBrand.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/NavbarText.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/NavbarToggle.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Offcanvas.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/OffcanvasBody.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/OffcanvasHeader.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/OffcanvasTitle.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/OffcanvasToggling.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/Toast.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/ToastBody.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/ToastHeader.js +1 -1
- package/dist/node_modules/react-bootstrap/esm/divWithClassName.js +1 -1
- package/dist/node_modules/react-helmet-async/lib/index.esm.js +2 -2
- package/dist/node_modules/react-smooth/es6/Animate.js +2 -2
- package/dist/node_modules/react-transition-group/esm/Transition.js +1 -1
- package/dist/node_modules/react-transition-group/esm/utils/PropTypes.js +1 -1
- package/dist/node_modules/recharts/es6/component/Cursor.js +2 -2
- package/dist/node_modules/recharts/es6/util/ChartUtils.js +2 -2
- package/dist/node_modules/recharts-scale/es6/getNiceTickValues.js +7 -7
- package/dist/node_modules/victory-vendor/es/d3-scale.js +40 -40
- package/dist/styles/Currency.styles.d.ts +1 -1
- package/dist/styles/Dropdown.styles.d.ts +30 -29
- package/dist/styles/Dropdown.styles.js +18 -11
- package/dist/styles/Input.styles.d.ts +1 -1
- package/dist/styles/Scrollbar.styles.d.ts +1 -1
- package/dist/styles/StatusFeedback.styles.d.ts +7 -7
- package/dist/theme/theme.d.ts +1 -1
- package/package.json +2 -3
- package/dist/i18n/locales/ar.json.d.ts +0 -55
- package/dist/i18n/locales/en.json.d.ts +0 -55
- package/dist/node_modules/fast-equals/dist/es/index.js +0 -324
- package/dist/node_modules/react-bootstrap/esm/Spinner.js +0 -26
- package/dist/theme/styled-components.d.ts +0 -5
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { toDate as
|
|
2
|
-
function u(
|
|
3
|
-
const
|
|
4
|
-
return
|
|
1
|
+
import { toDate as e } from "./toDate.js";
|
|
2
|
+
function u(a, t) {
|
|
3
|
+
const r = e(a, t == null ? void 0 : t.in);
|
|
4
|
+
return r.setHours(0, 0, 0, 0), r;
|
|
5
5
|
}
|
|
6
6
|
export {
|
|
7
|
+
u as default,
|
|
7
8
|
u as startOfDay
|
|
8
9
|
};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { constructFrom as
|
|
2
|
-
import { getISOWeekYear as
|
|
3
|
-
import { startOfISOWeek as
|
|
1
|
+
import { constructFrom as a } from "./constructFrom.js";
|
|
2
|
+
import { getISOWeekYear as f } from "./getISOWeekYear.js";
|
|
3
|
+
import { startOfISOWeek as s } from "./startOfISOWeek.js";
|
|
4
4
|
function O(t, e) {
|
|
5
|
-
const o =
|
|
6
|
-
return r.setFullYear(o, 0, 4), r.setHours(0, 0, 0, 0),
|
|
5
|
+
const o = f(t, e), r = a(t, 0);
|
|
6
|
+
return r.setFullYear(o, 0, 4), r.setHours(0, 0, 0, 0), s(r);
|
|
7
7
|
}
|
|
8
8
|
export {
|
|
9
|
+
O as default,
|
|
9
10
|
O as startOfISOWeekYear
|
|
10
11
|
};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { getDefaultOptions as
|
|
2
|
-
import { toDate as
|
|
3
|
-
function
|
|
4
|
-
var
|
|
5
|
-
const a =
|
|
6
|
-
return t.setDate(t.getDate() -
|
|
1
|
+
import { getDefaultOptions as s } from "./_lib/defaultOptions.js";
|
|
2
|
+
import { toDate as w } from "./toDate.js";
|
|
3
|
+
function m(u, e) {
|
|
4
|
+
var c, O, l, k;
|
|
5
|
+
const a = s(), r = (e == null ? void 0 : e.weekStartsOn) ?? ((O = (c = e == null ? void 0 : e.locale) == null ? void 0 : c.options) == null ? void 0 : O.weekStartsOn) ?? a.weekStartsOn ?? ((k = (l = a.locale) == null ? void 0 : l.options) == null ? void 0 : k.weekStartsOn) ?? 0, t = w(u, e == null ? void 0 : e.in), f = t.getDay(), d = (f < r ? 7 : 0) + f - r;
|
|
6
|
+
return t.setDate(t.getDate() - d), t.setHours(0, 0, 0, 0), t;
|
|
7
7
|
}
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
m as default,
|
|
10
|
+
m as startOfWeek
|
|
10
11
|
};
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { getDefaultOptions as
|
|
1
|
+
import { getDefaultOptions as W } from "./_lib/defaultOptions.js";
|
|
2
2
|
import { constructFrom as n } from "./constructFrom.js";
|
|
3
3
|
import { getWeekYear as u } from "./getWeekYear.js";
|
|
4
4
|
import { startOfWeek as D } from "./startOfWeek.js";
|
|
5
5
|
function g(r, e) {
|
|
6
|
-
var f,
|
|
7
|
-
const a =
|
|
8
|
-
return t.setFullYear(
|
|
6
|
+
var f, s, c, k;
|
|
7
|
+
const a = W(), l = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((s = (f = e == null ? void 0 : e.locale) == null ? void 0 : f.options) == null ? void 0 : s.firstWeekContainsDate) ?? a.firstWeekContainsDate ?? ((k = (c = a.locale) == null ? void 0 : c.options) == null ? void 0 : k.firstWeekContainsDate) ?? 1, m = u(r, e), t = n((e == null ? void 0 : e.in) || r, 0);
|
|
8
|
+
return t.setFullYear(m, 0, l), t.setHours(0, 0, 0, 0), D(t, e);
|
|
9
9
|
}
|
|
10
10
|
export {
|
|
11
|
+
g as default,
|
|
11
12
|
g as startOfWeekYear
|
|
12
13
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { constructFrom as o } from "./constructFrom.js";
|
|
2
2
|
function u(e, t) {
|
|
3
|
-
const n =
|
|
3
|
+
const n = s(t) ? new t(0) : o(t, 0);
|
|
4
4
|
return n.setFullYear(e.getFullYear(), e.getMonth(), e.getDate()), n.setHours(
|
|
5
5
|
e.getHours(),
|
|
6
6
|
e.getMinutes(),
|
|
@@ -8,10 +8,11 @@ function u(e, t) {
|
|
|
8
8
|
e.getMilliseconds()
|
|
9
9
|
), n;
|
|
10
10
|
}
|
|
11
|
-
function
|
|
11
|
+
function s(e) {
|
|
12
12
|
var t;
|
|
13
13
|
return typeof e == "function" && ((t = e.prototype) == null ? void 0 : t.constructor) === e;
|
|
14
14
|
}
|
|
15
15
|
export {
|
|
16
|
+
u as default,
|
|
16
17
|
u as transpose
|
|
17
18
|
};
|
|
@@ -0,0 +1,298 @@
|
|
|
1
|
+
var M = Object.getOwnPropertyNames, D = Object.getOwnPropertySymbols, _ = Object.prototype.hasOwnProperty;
|
|
2
|
+
function S(r, e) {
|
|
3
|
+
return function(a, u, n) {
|
|
4
|
+
return r(a, u, n) && e(a, u, n);
|
|
5
|
+
};
|
|
6
|
+
}
|
|
7
|
+
function w(r) {
|
|
8
|
+
return function(t, a, u) {
|
|
9
|
+
if (!t || !a || typeof t != "object" || typeof a != "object")
|
|
10
|
+
return r(t, a, u);
|
|
11
|
+
var n = u.cache, c = n.get(t), i = n.get(a);
|
|
12
|
+
if (c && i)
|
|
13
|
+
return c === a && i === t;
|
|
14
|
+
n.set(t, a), n.set(a, t);
|
|
15
|
+
var s = r(t, a, u);
|
|
16
|
+
return n.delete(t), n.delete(a), s;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
function U(r) {
|
|
20
|
+
return r != null ? r[Symbol.toStringTag] : void 0;
|
|
21
|
+
}
|
|
22
|
+
function R(r) {
|
|
23
|
+
return M(r).concat(D(r));
|
|
24
|
+
}
|
|
25
|
+
var W = Object.hasOwn || (function(r, e) {
|
|
26
|
+
return _.call(r, e);
|
|
27
|
+
});
|
|
28
|
+
function A(r, e) {
|
|
29
|
+
return r === e || !r && !e && r !== r && e !== e;
|
|
30
|
+
}
|
|
31
|
+
var I = "__v", z = "__o", F = "_owner", C = Object.getOwnPropertyDescriptor, P = Object.keys;
|
|
32
|
+
function V(r, e, t) {
|
|
33
|
+
var a = r.length;
|
|
34
|
+
if (e.length !== a)
|
|
35
|
+
return !1;
|
|
36
|
+
for (; a-- > 0; )
|
|
37
|
+
if (!t.equals(r[a], e[a], a, a, r, e, t))
|
|
38
|
+
return !1;
|
|
39
|
+
return !0;
|
|
40
|
+
}
|
|
41
|
+
function $(r, e) {
|
|
42
|
+
return A(r.getTime(), e.getTime());
|
|
43
|
+
}
|
|
44
|
+
function L(r, e) {
|
|
45
|
+
return r.name === e.name && r.message === e.message && r.cause === e.cause && r.stack === e.stack;
|
|
46
|
+
}
|
|
47
|
+
function K(r, e) {
|
|
48
|
+
return r === e;
|
|
49
|
+
}
|
|
50
|
+
function G(r, e, t) {
|
|
51
|
+
var a = r.size;
|
|
52
|
+
if (a !== e.size)
|
|
53
|
+
return !1;
|
|
54
|
+
if (!a)
|
|
55
|
+
return !0;
|
|
56
|
+
for (var u = new Array(a), n = r.entries(), c, i, s = 0; (c = n.next()) && !c.done; ) {
|
|
57
|
+
for (var v = e.entries(), E = !1, p = 0; (i = v.next()) && !i.done; ) {
|
|
58
|
+
if (u[p]) {
|
|
59
|
+
p++;
|
|
60
|
+
continue;
|
|
61
|
+
}
|
|
62
|
+
var y = c.value, m = i.value;
|
|
63
|
+
if (t.equals(y[0], m[0], s, p, r, e, t) && t.equals(y[1], m[1], y[0], m[0], r, e, t)) {
|
|
64
|
+
E = u[p] = !0;
|
|
65
|
+
break;
|
|
66
|
+
}
|
|
67
|
+
p++;
|
|
68
|
+
}
|
|
69
|
+
if (!E)
|
|
70
|
+
return !1;
|
|
71
|
+
s++;
|
|
72
|
+
}
|
|
73
|
+
return !0;
|
|
74
|
+
}
|
|
75
|
+
var J = A;
|
|
76
|
+
function X(r, e, t) {
|
|
77
|
+
var a = P(r), u = a.length;
|
|
78
|
+
if (P(e).length !== u)
|
|
79
|
+
return !1;
|
|
80
|
+
for (; u-- > 0; )
|
|
81
|
+
if (!B(r, e, t, a[u]))
|
|
82
|
+
return !1;
|
|
83
|
+
return !0;
|
|
84
|
+
}
|
|
85
|
+
function O(r, e, t) {
|
|
86
|
+
var a = R(r), u = a.length;
|
|
87
|
+
if (R(e).length !== u)
|
|
88
|
+
return !1;
|
|
89
|
+
for (var n, c, i; u-- > 0; )
|
|
90
|
+
if (n = a[u], !B(r, e, t, n) || (c = C(r, n), i = C(e, n), (c || i) && (!c || !i || c.configurable !== i.configurable || c.enumerable !== i.enumerable || c.writable !== i.writable)))
|
|
91
|
+
return !1;
|
|
92
|
+
return !0;
|
|
93
|
+
}
|
|
94
|
+
function Z(r, e) {
|
|
95
|
+
return A(r.valueOf(), e.valueOf());
|
|
96
|
+
}
|
|
97
|
+
function H(r, e) {
|
|
98
|
+
return r.source === e.source && r.flags === e.flags;
|
|
99
|
+
}
|
|
100
|
+
function N(r, e, t) {
|
|
101
|
+
var a = r.size;
|
|
102
|
+
if (a !== e.size)
|
|
103
|
+
return !1;
|
|
104
|
+
if (!a)
|
|
105
|
+
return !0;
|
|
106
|
+
for (var u = new Array(a), n = r.values(), c, i; (c = n.next()) && !c.done; ) {
|
|
107
|
+
for (var s = e.values(), v = !1, E = 0; (i = s.next()) && !i.done; ) {
|
|
108
|
+
if (!u[E] && t.equals(c.value, i.value, c.value, i.value, r, e, t)) {
|
|
109
|
+
v = u[E] = !0;
|
|
110
|
+
break;
|
|
111
|
+
}
|
|
112
|
+
E++;
|
|
113
|
+
}
|
|
114
|
+
if (!v)
|
|
115
|
+
return !1;
|
|
116
|
+
}
|
|
117
|
+
return !0;
|
|
118
|
+
}
|
|
119
|
+
function Q(r, e) {
|
|
120
|
+
var t = r.length;
|
|
121
|
+
if (e.length !== t)
|
|
122
|
+
return !1;
|
|
123
|
+
for (; t-- > 0; )
|
|
124
|
+
if (r[t] !== e[t])
|
|
125
|
+
return !1;
|
|
126
|
+
return !0;
|
|
127
|
+
}
|
|
128
|
+
function Y(r, e) {
|
|
129
|
+
return r.hostname === e.hostname && r.pathname === e.pathname && r.protocol === e.protocol && r.port === e.port && r.hash === e.hash && r.username === e.username && r.password === e.password;
|
|
130
|
+
}
|
|
131
|
+
function B(r, e, t, a) {
|
|
132
|
+
return (a === F || a === z || a === I) && (r.$$typeof || e.$$typeof) ? !0 : W(e, a) && t.equals(r[a], e[a], a, a, r, e, t);
|
|
133
|
+
}
|
|
134
|
+
var b = "[object Arguments]", rr = "[object Boolean]", er = "[object Date]", ar = "[object Error]", tr = "[object Map]", ur = "[object Number]", nr = "[object Object]", ir = "[object RegExp]", lr = "[object Set]", cr = "[object String]", or = "[object URL]", sr = Array.isArray, k = typeof ArrayBuffer == "function" && ArrayBuffer.isView ? ArrayBuffer.isView : null, x = Object.assign, fr = Object.prototype.toString.call.bind(Object.prototype.toString);
|
|
135
|
+
function vr(r) {
|
|
136
|
+
var e = r.areArraysEqual, t = r.areDatesEqual, a = r.areErrorsEqual, u = r.areFunctionsEqual, n = r.areMapsEqual, c = r.areNumbersEqual, i = r.areObjectsEqual, s = r.arePrimitiveWrappersEqual, v = r.areRegExpsEqual, E = r.areSetsEqual, p = r.areTypedArraysEqual, y = r.areUrlsEqual, m = r.unknownTagComparators;
|
|
137
|
+
return function(l, o, f) {
|
|
138
|
+
if (l === o)
|
|
139
|
+
return !0;
|
|
140
|
+
if (l == null || o == null)
|
|
141
|
+
return !1;
|
|
142
|
+
var h = typeof l;
|
|
143
|
+
if (h !== typeof o)
|
|
144
|
+
return !1;
|
|
145
|
+
if (h !== "object")
|
|
146
|
+
return h === "number" ? c(l, o, f) : h === "function" ? u(l, o, f) : !1;
|
|
147
|
+
var d = l.constructor;
|
|
148
|
+
if (d !== o.constructor)
|
|
149
|
+
return !1;
|
|
150
|
+
if (d === Object)
|
|
151
|
+
return i(l, o, f);
|
|
152
|
+
if (sr(l))
|
|
153
|
+
return e(l, o, f);
|
|
154
|
+
if (k != null && k(l))
|
|
155
|
+
return p(l, o, f);
|
|
156
|
+
if (d === Date)
|
|
157
|
+
return t(l, o, f);
|
|
158
|
+
if (d === RegExp)
|
|
159
|
+
return v(l, o, f);
|
|
160
|
+
if (d === Map)
|
|
161
|
+
return n(l, o, f);
|
|
162
|
+
if (d === Set)
|
|
163
|
+
return E(l, o, f);
|
|
164
|
+
var q = fr(l);
|
|
165
|
+
if (q === er)
|
|
166
|
+
return t(l, o, f);
|
|
167
|
+
if (q === ir)
|
|
168
|
+
return v(l, o, f);
|
|
169
|
+
if (q === tr)
|
|
170
|
+
return n(l, o, f);
|
|
171
|
+
if (q === lr)
|
|
172
|
+
return E(l, o, f);
|
|
173
|
+
if (q === nr)
|
|
174
|
+
return typeof l.then != "function" && typeof o.then != "function" && i(l, o, f);
|
|
175
|
+
if (q === or)
|
|
176
|
+
return y(l, o, f);
|
|
177
|
+
if (q === ar)
|
|
178
|
+
return a(l, o, f);
|
|
179
|
+
if (q === b)
|
|
180
|
+
return i(l, o, f);
|
|
181
|
+
if (q === rr || q === ur || q === cr)
|
|
182
|
+
return s(l, o, f);
|
|
183
|
+
if (m) {
|
|
184
|
+
var j = m[q];
|
|
185
|
+
if (!j) {
|
|
186
|
+
var T = U(l);
|
|
187
|
+
T && (j = m[T]);
|
|
188
|
+
}
|
|
189
|
+
if (j)
|
|
190
|
+
return j(l, o, f);
|
|
191
|
+
}
|
|
192
|
+
return !1;
|
|
193
|
+
};
|
|
194
|
+
}
|
|
195
|
+
function Er(r) {
|
|
196
|
+
var e = r.circular, t = r.createCustomConfig, a = r.strict, u = {
|
|
197
|
+
areArraysEqual: a ? O : V,
|
|
198
|
+
areDatesEqual: $,
|
|
199
|
+
areErrorsEqual: L,
|
|
200
|
+
areFunctionsEqual: K,
|
|
201
|
+
areMapsEqual: a ? S(G, O) : G,
|
|
202
|
+
areNumbersEqual: J,
|
|
203
|
+
areObjectsEqual: a ? O : X,
|
|
204
|
+
arePrimitiveWrappersEqual: Z,
|
|
205
|
+
areRegExpsEqual: H,
|
|
206
|
+
areSetsEqual: a ? S(N, O) : N,
|
|
207
|
+
areTypedArraysEqual: a ? O : Q,
|
|
208
|
+
areUrlsEqual: Y,
|
|
209
|
+
unknownTagComparators: void 0
|
|
210
|
+
};
|
|
211
|
+
if (t && (u = x({}, u, t(u))), e) {
|
|
212
|
+
var n = w(u.areArraysEqual), c = w(u.areMapsEqual), i = w(u.areObjectsEqual), s = w(u.areSetsEqual);
|
|
213
|
+
u = x({}, u, {
|
|
214
|
+
areArraysEqual: n,
|
|
215
|
+
areMapsEqual: c,
|
|
216
|
+
areObjectsEqual: i,
|
|
217
|
+
areSetsEqual: s
|
|
218
|
+
});
|
|
219
|
+
}
|
|
220
|
+
return u;
|
|
221
|
+
}
|
|
222
|
+
function qr(r) {
|
|
223
|
+
return function(e, t, a, u, n, c, i) {
|
|
224
|
+
return r(e, t, i);
|
|
225
|
+
};
|
|
226
|
+
}
|
|
227
|
+
function pr(r) {
|
|
228
|
+
var e = r.circular, t = r.comparator, a = r.createState, u = r.equals, n = r.strict;
|
|
229
|
+
if (a)
|
|
230
|
+
return function(s, v) {
|
|
231
|
+
var E = a(), p = E.cache, y = p === void 0 ? e ? /* @__PURE__ */ new WeakMap() : void 0 : p, m = E.meta;
|
|
232
|
+
return t(s, v, {
|
|
233
|
+
cache: y,
|
|
234
|
+
equals: u,
|
|
235
|
+
meta: m,
|
|
236
|
+
strict: n
|
|
237
|
+
});
|
|
238
|
+
};
|
|
239
|
+
if (e)
|
|
240
|
+
return function(s, v) {
|
|
241
|
+
return t(s, v, {
|
|
242
|
+
cache: /* @__PURE__ */ new WeakMap(),
|
|
243
|
+
equals: u,
|
|
244
|
+
meta: void 0,
|
|
245
|
+
strict: n
|
|
246
|
+
});
|
|
247
|
+
};
|
|
248
|
+
var c = {
|
|
249
|
+
cache: void 0,
|
|
250
|
+
equals: u,
|
|
251
|
+
meta: void 0,
|
|
252
|
+
strict: n
|
|
253
|
+
};
|
|
254
|
+
return function(s, v) {
|
|
255
|
+
return t(s, v, c);
|
|
256
|
+
};
|
|
257
|
+
}
|
|
258
|
+
var gr = g();
|
|
259
|
+
g({ strict: !0 });
|
|
260
|
+
g({ circular: !0 });
|
|
261
|
+
g({
|
|
262
|
+
circular: !0,
|
|
263
|
+
strict: !0
|
|
264
|
+
});
|
|
265
|
+
g({
|
|
266
|
+
createInternalComparator: function() {
|
|
267
|
+
return A;
|
|
268
|
+
}
|
|
269
|
+
});
|
|
270
|
+
g({
|
|
271
|
+
strict: !0,
|
|
272
|
+
createInternalComparator: function() {
|
|
273
|
+
return A;
|
|
274
|
+
}
|
|
275
|
+
});
|
|
276
|
+
g({
|
|
277
|
+
circular: !0,
|
|
278
|
+
createInternalComparator: function() {
|
|
279
|
+
return A;
|
|
280
|
+
}
|
|
281
|
+
});
|
|
282
|
+
g({
|
|
283
|
+
circular: !0,
|
|
284
|
+
createInternalComparator: function() {
|
|
285
|
+
return A;
|
|
286
|
+
},
|
|
287
|
+
strict: !0
|
|
288
|
+
});
|
|
289
|
+
function g(r) {
|
|
290
|
+
r === void 0 && (r = {});
|
|
291
|
+
var e = r.circular, t = e === void 0 ? !1 : e, a = r.createInternalComparator, u = r.createState, n = r.strict, c = n === void 0 ? !1 : n, i = Er(r), s = vr(i), v = a ? a(s) : qr(s);
|
|
292
|
+
return pr({ circular: t, comparator: s, createState: u, equals: v, strict: c });
|
|
293
|
+
}
|
|
294
|
+
export {
|
|
295
|
+
g as createCustomEqual,
|
|
296
|
+
gr as deepEqual,
|
|
297
|
+
A as sameValueZeroEqual
|
|
298
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as m from "react";
|
|
2
|
-
import i from "../../../_virtual/
|
|
2
|
+
import i from "../../../_virtual/index3.js";
|
|
3
3
|
import { useBootstrapPrefix as l } from "./ThemeProvider.js";
|
|
4
4
|
import d from "./divWithClassName.js";
|
|
5
5
|
import { j as p } from "../../../_virtual/jsx-runtime.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as s from "react";
|
|
2
|
-
import e from "../../../_virtual/
|
|
2
|
+
import e from "../../../_virtual/index3.js";
|
|
3
3
|
import i from "../../@restart/ui/esm/Anchor.js";
|
|
4
4
|
import { useBootstrapPrefix as p } from "./ThemeProvider.js";
|
|
5
5
|
import { j as f } from "../../../_virtual/jsx-runtime.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import o from "../../../_virtual/
|
|
1
|
+
import o from "../../../_virtual/index4.js";
|
|
2
2
|
import * as p from "react";
|
|
3
|
-
import n from "../../../_virtual/
|
|
3
|
+
import n from "../../../_virtual/index3.js";
|
|
4
4
|
import { j as i } from "../../../_virtual/jsx-runtime.js";
|
|
5
5
|
const m = {
|
|
6
6
|
/** An accessible label indicating the relevant information about the Close Button. */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import $ from "../../../_virtual/
|
|
1
|
+
import $ from "../../../_virtual/index3.js";
|
|
2
2
|
import * as d from "react";
|
|
3
3
|
import { useBootstrapPrefix as B, useBootstrapBreakpoints as h, useBootstrapMinBreakpoint as N } from "./ThemeProvider.js";
|
|
4
4
|
import { j } from "../../../_virtual/jsx-runtime.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import j from "../../../_virtual/
|
|
1
|
+
import j from "../../../_virtual/index3.js";
|
|
2
2
|
import d from "../../dom-helpers/esm/css.js";
|
|
3
3
|
import h, { useMemo as r } from "react";
|
|
4
4
|
import { ENTERED as G, ENTERING as L, EXITING as B, EXITED as M } from "../../react-transition-group/esm/Transition.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as m from "react";
|
|
2
|
-
import p from "../../../_virtual/
|
|
2
|
+
import p from "../../../_virtual/index3.js";
|
|
3
3
|
import { useBootstrapPrefix as d } from "./ThemeProvider.js";
|
|
4
4
|
import { j as i } from "../../../_virtual/jsx-runtime.js";
|
|
5
5
|
const f = /* @__PURE__ */ m.forwardRef(({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as d from "react";
|
|
2
|
-
import m from "../../../_virtual/
|
|
2
|
+
import m from "../../../_virtual/index3.js";
|
|
3
3
|
import { useBootstrapPrefix as p } from "./ThemeProvider.js";
|
|
4
4
|
import { j as f } from "../../../_virtual/jsx-runtime.js";
|
|
5
5
|
const i = /* @__PURE__ */ d.forwardRef(({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as m from "react";
|
|
2
|
-
import s from "../../../_virtual/
|
|
2
|
+
import s from "../../../_virtual/index3.js";
|
|
3
3
|
import { useBootstrapPrefix as p } from "./ThemeProvider.js";
|
|
4
4
|
import { j as d } from "../../../_virtual/jsx-runtime.js";
|
|
5
5
|
const f = /* @__PURE__ */ m.forwardRef(({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import a from "../../@restart/hooks/esm/useMergedRefs.js";
|
|
2
2
|
import d from "../../@restart/ui/esm/DropdownContext.js";
|
|
3
3
|
import { useDropdownToggle as g } from "../../@restart/ui/esm/DropdownToggle.js";
|
|
4
|
-
import l from "../../../_virtual/
|
|
4
|
+
import l from "../../../_virtual/index3.js";
|
|
5
5
|
import * as u from "react";
|
|
6
6
|
import { useContext as w } from "react";
|
|
7
7
|
import x from "./Button.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import i from "../../../_virtual/
|
|
1
|
+
import i from "../../../_virtual/index3.js";
|
|
2
2
|
import * as f from "react";
|
|
3
|
-
import e from "../../../_virtual/
|
|
3
|
+
import e from "../../../_virtual/index4.js";
|
|
4
4
|
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
5
5
|
const c = {
|
|
6
6
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import i from "../../../_virtual/
|
|
2
|
-
import o from "../../../_virtual/
|
|
1
|
+
import i from "../../../_virtual/index3.js";
|
|
2
|
+
import o from "../../../_virtual/index4.js";
|
|
3
3
|
import * as s from "react";
|
|
4
4
|
import f from "./FormCheck.js";
|
|
5
5
|
import l from "./FormControl.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as s from "react";
|
|
2
|
-
import e from "../../../_virtual/
|
|
2
|
+
import e from "../../../_virtual/index3.js";
|
|
3
3
|
import { useBootstrapPrefix as f } from "./ThemeProvider.js";
|
|
4
4
|
import { j as i } from "../../../_virtual/jsx-runtime.js";
|
|
5
5
|
const p = /* @__PURE__ */ s.forwardRef(({
|