@tsed/react-formio 3.0.0-alpha.11 → 3.0.0-alpha.13
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/all.d.ts +0 -0
- package/dist/all.js +38 -0
- package/dist/all.js.map +1 -0
- package/dist/atoms/icon/Icon.js.map +1 -1
- package/dist/chunks/_commonjsHelpers.js +30 -3
- package/dist/chunks/_commonjsHelpers.js.map +1 -1
- package/dist/chunks/index.js +33 -30
- package/dist/chunks/index.js.map +1 -1
- package/dist/chunks/index.module.js +16 -16
- package/dist/chunks/index.module.js.map +1 -1
- package/dist/chunks/index2.js +56953 -0
- package/dist/chunks/index2.js.map +1 -0
- package/dist/chunks/react-select-animated.esm.js +1204 -1101
- package/dist/chunks/react-select-animated.esm.js.map +1 -1
- package/dist/contexts/FormioContext.d.ts +20 -0
- package/dist/contexts/FormioContext.js +40 -0
- package/dist/contexts/FormioContext.js.map +1 -0
- package/dist/hooks/keyboard.constants.js.map +1 -1
- package/dist/hooks/useFormioContext.d.ts +10 -0
- package/dist/hooks/useFormioContext.js +12 -0
- package/dist/hooks/useFormioContext.js.map +1 -0
- package/dist/hooks/useI18n.d.ts +4 -0
- package/dist/hooks/useI18n.js +9 -0
- package/dist/hooks/useI18n.js.map +1 -0
- package/dist/hooks/useKeyboardControls.js.map +1 -1
- package/dist/hooks/useTooltip.js.map +1 -1
- package/dist/index.d.ts +1 -6
- package/dist/index.js +18 -13
- package/dist/index.js.map +1 -1
- package/dist/interfaces/ComponentType.d.ts +6 -2
- package/dist/interfaces/FormBuilderOptions.d.ts +7 -0
- package/dist/interfaces/FormBuilderOptions.js +2 -0
- package/dist/interfaces/FormBuilderOptions.js.map +1 -0
- package/dist/interfaces/FormOptions.d.ts +6 -13
- package/dist/interfaces/FormType.d.ts +4 -11
- package/dist/interfaces/SubmissionType.d.ts +5 -10
- package/dist/interfaces/index.d.ts +1 -0
- package/dist/molecules/alert/Alert.js.map +1 -1
- package/dist/molecules/button/Button.js +17 -20
- package/dist/molecules/button/Button.js.map +1 -1
- package/dist/molecules/card/Card.js.map +1 -1
- package/dist/molecules/forms/form-control/FormControl.js.map +1 -1
- package/dist/molecules/forms/input-tags/InputTags.js.map +1 -1
- package/dist/molecules/forms/input-tags/components/ChoicesTags.d.ts +19 -19
- package/dist/molecules/forms/input-tags/components/ChoicesTags.js +32 -32
- package/dist/molecules/forms/input-tags/components/ChoicesTags.js.map +1 -1
- package/dist/molecules/forms/input-tags/components/ReactTags.js +289 -300
- package/dist/molecules/forms/input-tags/components/ReactTags.js.map +1 -1
- package/dist/molecules/forms/input-text/InputText.js +3 -3
- package/dist/molecules/forms/input-text/InputText.js.map +1 -1
- package/dist/molecules/forms/select/Select.js.map +1 -1
- package/dist/molecules/forms/select/components/ChoicesSelect.js +71 -73
- package/dist/molecules/forms/select/components/ChoicesSelect.js.map +1 -1
- package/dist/molecules/forms/select/components/HtmlSelect.js.map +1 -1
- package/dist/molecules/forms/select/components/ReactSelect.js +13 -14
- package/dist/molecules/forms/select/components/ReactSelect.js.map +1 -1
- package/dist/molecules/forms/select/components/choices.template.js +2340 -2257
- package/dist/molecules/forms/select/components/choices.template.js.map +1 -1
- package/dist/molecules/forms/select/hooks/useOptions.js.map +1 -1
- package/dist/molecules/loader/Loader.js.map +1 -1
- package/dist/molecules/modal/Modal.js +23 -24
- package/dist/molecules/modal/Modal.js.map +1 -1
- package/dist/molecules/pagination/Pagination.d.ts +2 -1
- package/dist/molecules/pagination/Pagination.js +29 -29
- package/dist/molecules/pagination/Pagination.js.map +1 -1
- package/dist/molecules/pagination/PaginationButton.js.map +1 -1
- package/dist/molecules/pagination/utils/getPageNumbers.js.map +1 -1
- package/dist/molecules/table/Table.js +35 -41
- package/dist/molecules/table/Table.js.map +1 -1
- package/dist/molecules/table/components/DefaultArrowSort.js.map +1 -1
- package/dist/molecules/table/components/DefaultCell.js.map +1 -1
- package/dist/molecules/table/components/DefaultCellFooter.js.map +1 -1
- package/dist/molecules/table/components/DefaultCellHeader.js.map +1 -1
- package/dist/molecules/table/components/DefaultCellOperations.js +10 -10
- package/dist/molecules/table/components/DefaultCellOperations.js.map +1 -1
- package/dist/molecules/table/components/DefaultFilter.js.map +1 -1
- package/dist/molecules/table/components/DefaultOperationButton.js +1 -1
- package/dist/molecules/table/components/DefaultOperationButton.js.map +1 -1
- package/dist/molecules/table/filters/RangeFilter.js +23 -24
- package/dist/molecules/table/filters/RangeFilter.js.map +1 -1
- package/dist/molecules/table/filters/SelectFilter.js +11 -13
- package/dist/molecules/table/filters/SelectFilter.js.map +1 -1
- package/dist/molecules/table/filters/TextFieldFilter.js.map +1 -1
- package/dist/molecules/table/hooks/useTable.d.ts +3 -3
- package/dist/molecules/table/hooks/useTable.js +17 -16
- package/dist/molecules/table/hooks/useTable.js.map +1 -1
- package/dist/molecules/table/hooks/useUniqValues.js.map +1 -1
- package/dist/molecules/table/utils/mapFormToColumns.js +21 -22
- package/dist/molecules/table/utils/mapFormToColumns.js.map +1 -1
- package/dist/molecules/tabs/Tab.js +36 -37
- package/dist/molecules/tabs/Tab.js.map +1 -1
- package/dist/molecules/tabs/TabList.js +9 -10
- package/dist/molecules/tabs/TabList.js.map +1 -1
- package/dist/molecules/tabs/TabPanel.js.map +1 -1
- package/dist/molecules/tabs/Tabs.js.map +1 -1
- package/dist/molecules/tabs/TabsBody.js.map +1 -1
- package/dist/molecules/tabs/TabsLegacy.d.ts +3 -2
- package/dist/molecules/tabs/TabsLegacy.js +30 -30
- package/dist/molecules/tabs/TabsLegacy.js.map +1 -1
- package/dist/molecules/tabs/context/TabControl.js.map +1 -1
- package/dist/molecules/tabs/hooks/tabControl.js.map +1 -1
- package/dist/organisms/form/Form.js.map +1 -1
- package/dist/organisms/form/access/FormAccess.js +41 -41
- package/dist/organisms/form/access/FormAccess.js.map +1 -1
- package/dist/organisms/form/access/FormAccess.schema.js +1 -0
- package/dist/organisms/form/access/FormAccess.schema.js.map +1 -1
- package/dist/organisms/form/access/FormAccess.utils.js +2 -2
- package/dist/organisms/form/access/FormAccess.utils.js.map +1 -1
- package/dist/organisms/form/actions/FormAction.js +15 -13
- package/dist/organisms/form/actions/FormAction.js.map +1 -1
- package/dist/organisms/form/builder/FormBuilder.js.map +1 -1
- package/dist/organisms/form/builder/FormEdit.d.ts +4 -3
- package/dist/organisms/form/builder/FormEdit.js +36 -36
- package/dist/organisms/form/builder/FormEdit.js.map +1 -1
- package/dist/organisms/form/builder/FormEdit.reducer.js.map +1 -1
- package/dist/organisms/form/builder/FormEditCtas.d.ts +2 -2
- package/dist/organisms/form/builder/FormEditCtas.js +36 -35
- package/dist/organisms/form/builder/FormEditCtas.js.map +1 -1
- package/dist/organisms/form/builder/FormParameters.js.map +1 -1
- package/dist/organisms/form/builder/useFormBuilder.d.ts +4 -4
- package/dist/organisms/form/builder/useFormBuilder.js +36 -33
- package/dist/organisms/form/builder/useFormBuilder.js.map +1 -1
- package/dist/organisms/form/builder/useFormEdit.d.ts +1 -1
- package/dist/organisms/form/builder/useFormEdit.js +17 -17
- package/dist/organisms/form/builder/useFormEdit.js.map +1 -1
- package/dist/organisms/form/exports/FormExport.d.ts +3 -2
- package/dist/organisms/form/exports/FormExport.js +23 -22
- package/dist/organisms/form/exports/FormExport.js.map +1 -1
- package/dist/organisms/form/preview/FormPreview.d.ts +3 -3
- package/dist/organisms/form/preview/FormPreview.js +5 -4
- package/dist/organisms/form/preview/FormPreview.js.map +1 -1
- package/dist/organisms/form/settings/FormSettings.js +28 -28
- package/dist/organisms/form/settings/FormSettings.js.map +1 -1
- package/dist/organisms/form/settings/FormSettings.schema.js.map +1 -1
- package/dist/organisms/form/settings/FormSettings.utils.js.map +1 -1
- package/dist/organisms/form/useForm.d.ts +2 -1
- package/dist/organisms/form/useForm.js +664 -661
- package/dist/organisms/form/useForm.js.map +1 -1
- package/dist/organisms/modal/RemoveModal.js +16 -17
- package/dist/organisms/modal/RemoveModal.js.map +1 -1
- package/dist/organisms/table/actions/ActionsTable.d.ts +2 -1
- package/dist/organisms/table/actions/ActionsTable.js +10 -9
- package/dist/organisms/table/actions/ActionsTable.js.map +1 -1
- package/dist/organisms/table/forms/FormsTable.d.ts +1 -1
- package/dist/organisms/table/forms/FormsTable.js +9 -8
- package/dist/organisms/table/forms/FormsTable.js.map +1 -1
- package/dist/organisms/table/forms/components/FormsCell.js +10 -10
- package/dist/organisms/table/forms/components/FormsCell.js.map +1 -1
- package/dist/organisms/table/submissions/SubmissionsTable.js.map +1 -1
- package/dist/organisms/views/FormViews.d.ts +3 -3
- package/dist/organisms/views/FormViews.js +47 -46
- package/dist/organisms/views/FormViews.js.map +1 -1
- package/dist/registries/components.js.map +1 -1
- package/dist/utils/getEventValue.js.map +1 -1
- package/dist/utils/iconClass.js +4 -5
- package/dist/utils/iconClass.js.map +1 -1
- package/dist/utils/mapPagination.js.map +1 -1
- package/dist/utils/stopPropagationWrapper.js.map +1 -1
- package/package.json +7 -7
- package/src/all.ts +34 -0
- package/src/atoms/icon/Icon.stories.tsx +1 -1
- package/src/contexts/FormioContext.tsx +96 -0
- package/src/hooks/useFormioContext.ts +13 -0
- package/src/hooks/useI18n.ts +9 -0
- package/src/index.ts +17 -13
- package/src/interfaces/ComponentType.ts +2 -2
- package/src/interfaces/FormBuilderOptions.ts +9 -0
- package/src/interfaces/FormOptions.ts +7 -13
- package/src/interfaces/FormType.ts +5 -11
- package/src/interfaces/SubmissionType.ts +9 -8
- package/src/interfaces/index.ts +1 -0
- package/src/molecules/button/Button.stories.tsx +1 -1
- package/src/molecules/forms/form-control/FormControl.spec.tsx +5 -2
- package/src/molecules/forms/form-control/FormControl.stories.tsx +1 -1
- package/src/molecules/forms/input-tags/components/ChoicesTags.stories.tsx +1 -1
- package/src/molecules/forms/input-tags/components/ChoicesTags.tsx +4 -4
- package/src/molecules/forms/input-tags/components/ReactTags.stories.tsx +1 -1
- package/src/molecules/forms/input-text/InputText.stories.tsx +2 -2
- package/src/molecules/forms/select/components/ChoicesSelect.stories.tsx +2 -2
- package/src/molecules/forms/select/components/ChoicesSelect.tsx +2 -2
- package/src/molecules/forms/select/components/HtmlSelect.stories.tsx +2 -2
- package/src/molecules/forms/select/components/ReactSelect.stories.tsx +2 -2
- package/src/molecules/loader/Loader.stories.tsx +1 -1
- package/src/molecules/modal/Modal.stories.tsx +1 -1
- package/src/molecules/pagination/Pagination.stories.tsx +1 -1
- package/src/molecules/pagination/Pagination.tsx +10 -10
- package/src/molecules/table/Table.stories.tsx +8 -8
- package/src/molecules/table/Table.tsx +1 -1
- package/src/molecules/table/filters/SelectFilter.tsx +1 -1
- package/src/molecules/table/hooks/useTable.tsx +7 -6
- package/src/molecules/table/utils/mapFormToColumns.tsx +6 -5
- package/src/molecules/tabs/Tabs.stories.tsx +2 -2
- package/src/molecules/tabs/TabsLegacy.stories.tsx +2 -2
- package/src/molecules/tabs/TabsLegacy.tsx +5 -3
- package/src/organisms/form/Form.stories.tsx +98 -118
- package/src/organisms/form/access/FormAccess.schema.ts +1 -0
- package/src/organisms/form/access/FormAccess.stories.tsx +5 -3
- package/src/organisms/form/actions/FormAction.stories.tsx +6 -2
- package/src/organisms/form/actions/FormAction.tsx +2 -2
- package/src/organisms/form/builder/FormBuilder.stories.tsx +4 -1
- package/src/organisms/form/builder/FormEdit.stories.tsx +11 -7
- package/src/organisms/form/builder/FormEdit.tsx +6 -6
- package/src/organisms/form/builder/FormEditCtas.tsx +10 -10
- package/src/organisms/form/builder/useFormBuilder.ts +12 -7
- package/src/organisms/form/exports/FormExport.stories.tsx +9 -12
- package/src/organisms/form/exports/FormExport.tsx +12 -9
- package/src/organisms/form/preview/FormPreview.stories.tsx +7 -10
- package/src/organisms/form/preview/FormPreview.tsx +7 -5
- package/src/organisms/form/settings/FormSettings.component.spec.tsx +3 -1
- package/src/organisms/form/settings/FormSettings.stories.tsx +1 -1
- package/src/organisms/form/settings/FormSettings.tsx +6 -6
- package/src/organisms/form/useForm.ts +2 -3
- package/src/organisms/modal/RemoveModal.stories.tsx +1 -1
- package/src/organisms/table/actions/ActionsTable.stories.tsx +2 -2
- package/src/organisms/table/actions/ActionsTable.tsx +7 -5
- package/src/organisms/table/forms/FormsTable.tsx +6 -5
- package/src/organisms/table/submissions/SubmissionsTable.stories.tsx +11 -14
- package/src/organisms/views/FormViews.stories.tsx +14 -17
- package/src/organisms/views/FormViews.tsx +18 -16
- package/src/utils/iconClass.ts +1 -3
- package/vite.config.mts +2 -2
- package/dist/typings.d.js +0 -2
- package/dist/typings.d.js.map +0 -1
- package/src/typings.d.ts +0 -3
- package/tsconfig.app.json +0 -11
- package/tsconfig.json +0 -21
- package/tsconfig.node.json +0 -13
- package/tsconfig.spec.json +0 -14
package/dist/all.d.ts
ADDED
|
File without changes
|
package/dist/all.js
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import "./atoms/icon/Icon.js";
|
|
2
|
+
import "./molecules/tabs/Tab.js";
|
|
3
|
+
import "./molecules/tabs/TabList.js";
|
|
4
|
+
import "./molecules/tabs/TabPanel.js";
|
|
5
|
+
import "./molecules/tabs/Tabs.js";
|
|
6
|
+
import "./molecules/tabs/TabsBody.js";
|
|
7
|
+
import "./molecules/button/Button.js";
|
|
8
|
+
import "./molecules/forms/input-text/InputText.js";
|
|
9
|
+
import "./molecules/forms/select/Select.js";
|
|
10
|
+
import "./molecules/forms/select/components/HtmlSelect.js";
|
|
11
|
+
import "./molecules/forms/select/components/ChoicesSelect.js";
|
|
12
|
+
import "./molecules/forms/select/components/ReactSelect.js";
|
|
13
|
+
import "./molecules/forms/input-tags/InputTags.js";
|
|
14
|
+
import "./molecules/forms/input-tags/components/ReactTags.js";
|
|
15
|
+
import "./molecules/forms/input-tags/components/ChoicesTags.js";
|
|
16
|
+
import "./molecules/pagination/Pagination.js";
|
|
17
|
+
import "./molecules/pagination/PaginationButton.js";
|
|
18
|
+
import "./organisms/form/builder/FormBuilder.js";
|
|
19
|
+
import "react/jsx-runtime";
|
|
20
|
+
import "react";
|
|
21
|
+
import "./chunks/index.js";
|
|
22
|
+
import "lodash/cloneDeep";
|
|
23
|
+
import "lodash/camelCase";
|
|
24
|
+
import "lodash/isEqual";
|
|
25
|
+
import "./organisms/form/builder/FormEditCtas.js";
|
|
26
|
+
import "./organisms/form/builder/FormParameters.js";
|
|
27
|
+
import "./chunks/index2.js";
|
|
28
|
+
import "./molecules/table/components/DefaultFilter.js";
|
|
29
|
+
import "./molecules/table/components/DefaultArrowSort.js";
|
|
30
|
+
import "./molecules/table/components/DefaultCell.js";
|
|
31
|
+
import "./molecules/table/components/DefaultCellOperations.js";
|
|
32
|
+
import "./molecules/table/components/DefaultOperationButton.js";
|
|
33
|
+
import "./molecules/table/components/DefaultCellHeader.js";
|
|
34
|
+
import "./molecules/table/components/DefaultCellFooter.js";
|
|
35
|
+
import "./molecules/table/filters/TextFieldFilter.js";
|
|
36
|
+
import "./molecules/table/filters/SelectFilter.js";
|
|
37
|
+
import "./molecules/table/filters/RangeFilter.js";
|
|
38
|
+
//# sourceMappingURL=all.js.map
|
package/dist/all.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"all.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.js","sources":["../../../src/atoms/icon/Icon.tsx"],"sourcesContent":["import cx from \"classnames\";\nimport type { HTMLAttributes } from \"react\";\n\nimport { registerComponent } from \"../../registries/components\";\nimport { iconClass } from \"../../utils/iconClass\";\n\nexport interface IconProps extends HTMLAttributes<HTMLElement> {\n iconset?: string;\n name: string;\n}\n\nexport function Icon({ iconset, name, className, ...props }: IconProps) {\n return <i {...props} className={cx(iconClass(iconset, name), className)} />;\n}\n\nregisterComponent(\"Icon\", Icon);\n"],"names":["Icon","iconset","name","className","props","jsx","cx","iconClass","registerComponent"],"mappings":";;;;AAWO,SAASA,EAAK,EAAE,SAAAC,GAAS,MAAAC,GAAM,WAAAC,GAAW,GAAGC,KAAoB;
|
|
1
|
+
{"version":3,"file":"Icon.js","sources":["../../../src/atoms/icon/Icon.tsx"],"sourcesContent":["import cx from \"classnames\";\nimport type { HTMLAttributes } from \"react\";\n\nimport { registerComponent } from \"../../registries/components\";\nimport { iconClass } from \"../../utils/iconClass\";\n\nexport interface IconProps extends HTMLAttributes<HTMLElement> {\n iconset?: string;\n name: string;\n}\n\nexport function Icon({ iconset, name, className, ...props }: IconProps) {\n return <i {...props} className={cx(iconClass(iconset, name), className)} />;\n}\n\nregisterComponent(\"Icon\", Icon);\n"],"names":["Icon","iconset","name","className","props","jsx","cx","iconClass","registerComponent"],"mappings":";;;;AAWO,SAASA,EAAK,EAAE,SAAAC,GAAS,MAAAC,GAAM,WAAAC,GAAW,GAAGC,KAAoB;AACtE,SAAO,gBAAAC,EAAC,KAAA,EAAG,GAAGD,GAAO,WAAWE,EAAGC,EAAUN,GAASC,CAAI,GAAGC,CAAS,EAAA,CAAG;AAC3E;AAEAK,EAAkB,QAAQR,CAAI;"}
|
|
@@ -1,7 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
var u = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
2
|
+
function a(e) {
|
|
3
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
4
|
+
}
|
|
5
|
+
function f(e) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(e, "__esModule")) return e;
|
|
7
|
+
var n = e.default;
|
|
8
|
+
if (typeof n == "function") {
|
|
9
|
+
var t = function r() {
|
|
10
|
+
var o = !1;
|
|
11
|
+
try {
|
|
12
|
+
o = this instanceof r;
|
|
13
|
+
} catch {
|
|
14
|
+
}
|
|
15
|
+
return o ? Reflect.construct(n, arguments, this.constructor) : n.apply(this, arguments);
|
|
16
|
+
};
|
|
17
|
+
t.prototype = n.prototype;
|
|
18
|
+
} else t = {};
|
|
19
|
+
return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(r) {
|
|
20
|
+
var o = Object.getOwnPropertyDescriptor(e, r);
|
|
21
|
+
Object.defineProperty(t, r, o.get ? o : {
|
|
22
|
+
enumerable: !0,
|
|
23
|
+
get: function() {
|
|
24
|
+
return e[r];
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
}), t;
|
|
3
28
|
}
|
|
4
29
|
export {
|
|
5
|
-
|
|
30
|
+
f as a,
|
|
31
|
+
u as c,
|
|
32
|
+
a as g
|
|
6
33
|
};
|
|
7
34
|
//# sourceMappingURL=_commonjsHelpers.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_commonjsHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"_commonjsHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/chunks/index.js
CHANGED
|
@@ -1,43 +1,46 @@
|
|
|
1
1
|
import { g as l } from "./_commonjsHelpers.js";
|
|
2
|
-
var
|
|
2
|
+
var i = { exports: {} };
|
|
3
3
|
/*!
|
|
4
4
|
Copyright (c) 2018 Jed Watson.
|
|
5
5
|
Licensed under the MIT License (MIT), see
|
|
6
6
|
http://jedwatson.github.io/classnames
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
function
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
var
|
|
16
|
-
if (
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
8
|
+
var f;
|
|
9
|
+
function p() {
|
|
10
|
+
return f || (f = 1, (function(a) {
|
|
11
|
+
(function() {
|
|
12
|
+
var c = {}.hasOwnProperty;
|
|
13
|
+
function t() {
|
|
14
|
+
for (var e = [], n = 0; n < arguments.length; n++) {
|
|
15
|
+
var s = arguments[n];
|
|
16
|
+
if (s) {
|
|
17
|
+
var r = typeof s;
|
|
18
|
+
if (r === "string" || r === "number")
|
|
19
|
+
e.push(s);
|
|
20
|
+
else if (Array.isArray(s)) {
|
|
21
|
+
if (s.length) {
|
|
22
|
+
var u = t.apply(null, s);
|
|
23
|
+
u && e.push(u);
|
|
24
|
+
}
|
|
25
|
+
} else if (r === "object") {
|
|
26
|
+
if (s.toString !== Object.prototype.toString && !s.toString.toString().includes("[native code]")) {
|
|
27
|
+
e.push(s.toString());
|
|
28
|
+
continue;
|
|
29
|
+
}
|
|
30
|
+
for (var o in s)
|
|
31
|
+
c.call(s, o) && s[o] && e.push(o);
|
|
22
32
|
}
|
|
23
|
-
} else if (e === "object") {
|
|
24
|
-
if (t.toString !== Object.prototype.toString && !t.toString.toString().includes("[native code]")) {
|
|
25
|
-
n.push(t.toString());
|
|
26
|
-
continue;
|
|
27
|
-
}
|
|
28
|
-
for (var r in t)
|
|
29
|
-
f.call(t, r) && t[r] && n.push(r);
|
|
30
33
|
}
|
|
31
34
|
}
|
|
35
|
+
return e.join(" ");
|
|
32
36
|
}
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
const v = /* @__PURE__ */ l(p);
|
|
37
|
+
a.exports ? (t.default = t, a.exports = t) : window.classNames = t;
|
|
38
|
+
})();
|
|
39
|
+
})(i)), i.exports;
|
|
40
|
+
}
|
|
41
|
+
var m = p();
|
|
42
|
+
const h = /* @__PURE__ */ l(m);
|
|
40
43
|
export {
|
|
41
|
-
|
|
44
|
+
h as c
|
|
42
45
|
};
|
|
43
46
|
//# sourceMappingURL=index.js.map
|
package/dist/chunks/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../node_modules/classnames/index.js"],"sourcesContent":["/*!\n\tCopyright (c) 2018 Jed Watson.\n\tLicensed under the MIT License (MIT), see\n\thttp://jedwatson.github.io/classnames\n*/\n/* global define */\n\n(function () {\n\t'use strict';\n\n\tvar hasOwn = {}.hasOwnProperty;\n\tvar nativeCodeString = '[native code]';\n\n\tfunction classNames() {\n\t\tvar classes = [];\n\n\t\tfor (var i = 0; i < arguments.length; i++) {\n\t\t\tvar arg = arguments[i];\n\t\t\tif (!arg) continue;\n\n\t\t\tvar argType = typeof arg;\n\n\t\t\tif (argType === 'string' || argType === 'number') {\n\t\t\t\tclasses.push(arg);\n\t\t\t} else if (Array.isArray(arg)) {\n\t\t\t\tif (arg.length) {\n\t\t\t\t\tvar inner = classNames.apply(null, arg);\n\t\t\t\t\tif (inner) {\n\t\t\t\t\t\tclasses.push(inner);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else if (argType === 'object') {\n\t\t\t\tif (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {\n\t\t\t\t\tclasses.push(arg.toString());\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tfor (var key in arg) {\n\t\t\t\t\tif (hasOwn.call(arg, key) && arg[key]) {\n\t\t\t\t\t\tclasses.push(key);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn classes.join(' ');\n\t}\n\n\tif (typeof module !== 'undefined' && module.exports) {\n\t\tclassNames.default = classNames;\n\t\tmodule.exports = classNames;\n\t} else if (typeof define === 'function' && typeof define.amd === 'object' && define.amd) {\n\t\t// register as 'classnames', consistent with npm package name\n\t\tdefine('classnames', [], function () {\n\t\t\treturn classNames;\n\t\t});\n\t} else {\n\t\twindow.classNames = classNames;\n\t}\n}());\n"],"names":["hasOwn","classNames","classes","i","arg","argType","inner","key","module"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../node_modules/classnames/index.js"],"sourcesContent":["/*!\n\tCopyright (c) 2018 Jed Watson.\n\tLicensed under the MIT License (MIT), see\n\thttp://jedwatson.github.io/classnames\n*/\n/* global define */\n\n(function () {\n\t'use strict';\n\n\tvar hasOwn = {}.hasOwnProperty;\n\tvar nativeCodeString = '[native code]';\n\n\tfunction classNames() {\n\t\tvar classes = [];\n\n\t\tfor (var i = 0; i < arguments.length; i++) {\n\t\t\tvar arg = arguments[i];\n\t\t\tif (!arg) continue;\n\n\t\t\tvar argType = typeof arg;\n\n\t\t\tif (argType === 'string' || argType === 'number') {\n\t\t\t\tclasses.push(arg);\n\t\t\t} else if (Array.isArray(arg)) {\n\t\t\t\tif (arg.length) {\n\t\t\t\t\tvar inner = classNames.apply(null, arg);\n\t\t\t\t\tif (inner) {\n\t\t\t\t\t\tclasses.push(inner);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else if (argType === 'object') {\n\t\t\t\tif (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {\n\t\t\t\t\tclasses.push(arg.toString());\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tfor (var key in arg) {\n\t\t\t\t\tif (hasOwn.call(arg, key) && arg[key]) {\n\t\t\t\t\t\tclasses.push(key);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn classes.join(' ');\n\t}\n\n\tif (typeof module !== 'undefined' && module.exports) {\n\t\tclassNames.default = classNames;\n\t\tmodule.exports = classNames;\n\t} else if (typeof define === 'function' && typeof define.amd === 'object' && define.amd) {\n\t\t// register as 'classnames', consistent with npm package name\n\t\tdefine('classnames', [], function () {\n\t\t\treturn classNames;\n\t\t});\n\t} else {\n\t\twindow.classNames = classNames;\n\t}\n}());\n"],"names":["hasOwn","classNames","classes","i","arg","argType","inner","key","module"],"mappings":";;;;;;;;;;AAOA,KAAC,WAAY;AAGZ,UAAIA,IAAS,CAAA,EAAG;AAGhB,eAASC,IAAa;AAGrB,iBAFIC,IAAU,CAAA,GAELC,IAAI,GAAGA,IAAI,UAAU,QAAQA,KAAK;AAC1C,cAAIC,IAAM,UAAUD,CAAC;AACrB,cAAKC,GAEL;AAAA,gBAAIC,IAAU,OAAOD;AAErB,gBAAIC,MAAY,YAAYA,MAAY;AACvC,cAAAH,EAAQ,KAAKE,CAAG;AAAA,qBACN,MAAM,QAAQA,CAAG;AAC3B,kBAAIA,EAAI,QAAQ;AACf,oBAAIE,IAAQL,EAAW,MAAM,MAAMG,CAAG;AACtC,gBAAIE,KACHJ,EAAQ,KAAKI,CAAK;AAAA,cAExB;AAAA,uBACcD,MAAY,UAAU;AAChC,kBAAID,EAAI,aAAa,OAAO,UAAU,YAAY,CAACA,EAAI,SAAS,SAAQ,EAAG,SAAS,eAAe,GAAG;AACrG,gBAAAF,EAAQ,KAAKE,EAAI,UAAU;AAC3B;AAAA,cACL;AAEI,uBAASG,KAAOH;AACf,gBAAIJ,EAAO,KAAKI,GAAKG,CAAG,KAAKH,EAAIG,CAAG,KACnCL,EAAQ,KAAKK,CAAG;AAAA,YAGtB;AAAA;AAAA,QACA;AAEE,eAAOL,EAAQ,KAAK,GAAG;AAAA,MACzB;AAEC,MAAqCM,EAAO,WAC3CP,EAAW,UAAUA,GACrBO,YAAiBP,KAOjB,OAAO,aAAaA;AAAA,IAEtB;;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useRef as i, useEffect as q, useMemo as P } from "react";
|
|
2
|
-
function j(g,
|
|
3
|
-
var O = this, c = i(null), o = i(0),
|
|
2
|
+
function j(g, e, u) {
|
|
3
|
+
var O = this, c = i(null), o = i(0), t = i(null), a = i([]), f = i(), l = i(), F = i(g), m = i(!0);
|
|
4
4
|
F.current = g;
|
|
5
|
-
var h = typeof window < "u",
|
|
5
|
+
var h = typeof window < "u", v = !e && e !== 0 && h;
|
|
6
6
|
if (typeof g != "function") throw new TypeError("Expected a function");
|
|
7
|
-
|
|
8
|
-
var D = !!(u = u || {}).leading, E = !("trailing" in u) || !!u.trailing,
|
|
7
|
+
e = +e || 0;
|
|
8
|
+
var D = !!(u = u || {}).leading, E = !("trailing" in u) || !!u.trailing, s = "maxWait" in u, M = "debounceOnServer" in u && !!u.debounceOnServer, x = s ? Math.max(+u.maxWait || 0, e) : null;
|
|
9
9
|
q(function() {
|
|
10
10
|
return m.current = !0, function() {
|
|
11
11
|
m.current = !1;
|
|
@@ -16,38 +16,38 @@ function j(g, t, u) {
|
|
|
16
16
|
var n = a.current, w = f.current;
|
|
17
17
|
return a.current = f.current = null, o.current = r, l.current = F.current.apply(w, n);
|
|
18
18
|
}, d = function(r, n) {
|
|
19
|
-
|
|
19
|
+
v && cancelAnimationFrame(t.current), t.current = v ? requestAnimationFrame(r) : setTimeout(r, n);
|
|
20
20
|
}, T = function(r) {
|
|
21
21
|
if (!m.current) return !1;
|
|
22
22
|
var n = r - c.current;
|
|
23
|
-
return !c.current || n >=
|
|
23
|
+
return !c.current || n >= e || n < 0 || s && r - o.current >= x;
|
|
24
24
|
}, b = function(r) {
|
|
25
|
-
return
|
|
25
|
+
return t.current = null, E && a.current ? y(r) : (a.current = f.current = null, l.current);
|
|
26
26
|
}, A = function r() {
|
|
27
27
|
var n = Date.now();
|
|
28
28
|
if (T(n)) return b(n);
|
|
29
29
|
if (m.current) {
|
|
30
|
-
var w =
|
|
30
|
+
var w = e - (n - c.current), W = s ? Math.min(w, x - (n - o.current)) : w;
|
|
31
31
|
d(r, W);
|
|
32
32
|
}
|
|
33
33
|
}, p = function() {
|
|
34
34
|
if (h || M) {
|
|
35
35
|
var r = Date.now(), n = T(r);
|
|
36
36
|
if (a.current = [].slice.call(arguments), f.current = O, c.current = r, n) {
|
|
37
|
-
if (!
|
|
38
|
-
if (
|
|
37
|
+
if (!t.current && m.current) return o.current = c.current, d(A, e), D ? y(c.current) : l.current;
|
|
38
|
+
if (s) return d(A, e), y(c.current);
|
|
39
39
|
}
|
|
40
|
-
return
|
|
40
|
+
return t.current || d(A, e), l.current;
|
|
41
41
|
}
|
|
42
42
|
};
|
|
43
43
|
return p.cancel = function() {
|
|
44
|
-
|
|
44
|
+
t.current && (v ? cancelAnimationFrame(t.current) : clearTimeout(t.current)), o.current = 0, a.current = c.current = f.current = t.current = null;
|
|
45
45
|
}, p.isPending = function() {
|
|
46
|
-
return !!
|
|
46
|
+
return !!t.current;
|
|
47
47
|
}, p.flush = function() {
|
|
48
|
-
return
|
|
48
|
+
return t.current ? b(Date.now()) : l.current;
|
|
49
49
|
}, p;
|
|
50
|
-
}, [D,
|
|
50
|
+
}, [D, s, e, x, E, v, h, M]);
|
|
51
51
|
return S;
|
|
52
52
|
}
|
|
53
53
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.js","sources":["../../../../node_modules/use-debounce/dist/index.module.js"],"sourcesContent":["import{useRef as r,useEffect as n,useMemo as t,useState as e,useCallback as u}from\"react\";function c(e,u,c){var i=this,a=r(null),o=r(0),f=r(null),l=r([]),v=r(),m=r(),d=r(e),g=r(!0);d.current=e;var p=\"undefined\"!=typeof window,w=!u&&0!==u&&p;if(\"function\"!=typeof e)throw new TypeError(\"Expected a function\");u=+u||0;var s=!!(c=c||{}).leading,x=!(\"trailing\"in c)||!!c.trailing,h=\"maxWait\"in c,y=\"debounceOnServer\"in c&&!!c.debounceOnServer,F=h?Math.max(+c.maxWait||0,u):null;n(function(){return g.current=!0,function(){g.current=!1}},[]);var A=t(function(){var r=function(r){var n=l.current,t=v.current;return l.current=v.current=null,o.current=r,m.current=d.current.apply(t,n)},n=function(r,n){w&&cancelAnimationFrame(f.current),f.current=w?requestAnimationFrame(r):setTimeout(r,n)},t=function(r){if(!g.current)return!1;var n=r-a.current;return!a.current||n>=u||n<0||h&&r-o.current>=F},e=function(n){return f.current=null,x&&l.current?r(n):(l.current=v.current=null,m.current)},c=function r(){var c=Date.now();if(t(c))return e(c);if(g.current){var i=u-(c-a.current),f=h?Math.min(i,F-(c-o.current)):i;n(r,f)}},A=function(){if(p||y){var e=Date.now(),d=t(e);if(l.current=[].slice.call(arguments),v.current=i,a.current=e,d){if(!f.current&&g.current)return o.current=a.current,n(c,u),s?r(a.current):m.current;if(h)return n(c,u),r(a.current)}return f.current||n(c,u),m.current}};return A.cancel=function(){f.current&&(w?cancelAnimationFrame(f.current):clearTimeout(f.current)),o.current=0,l.current=a.current=v.current=f.current=null},A.isPending=function(){return!!f.current},A.flush=function(){return f.current?e(Date.now()):m.current},A},[s,h,u,F,x,w,p,y]);return A}function i(r,n){return r===n}function a(n,t,a){var o=a&&a.equalityFn||i,f=r(n),l=e({})[1],v=c(u(function(r){f.current=r,l({})},[l]),t,a),m=r(n);return o(m.current,n)||(v(n),m.current=n),[f.current,v]}function o(r,n,t){var e=void 0===t?{}:t,u=e.leading,i=e.trailing;return c(r,n,{maxWait:n,leading:void 0===u||u,trailing:void 0===i||i})}export{a as useDebounce,c as useDebouncedCallback,o as useThrottledCallback};\n//# sourceMappingURL=index.module.js.map\n"],"names":["c","e","u","i","a","r","f","l","v","m","d","g","p","w","s","x","h","y","F","n","A","t"],"mappings":";AAA0F,SAASA,EAAEC,GAAEC,GAAEF,GAAE;AAAC,MAAIG,IAAE,MAAKC,IAAEC,EAAE,IAAI,GAAE,IAAEA,EAAE,CAAC,GAAEC,IAAED,EAAE,IAAI,GAAEE,IAAEF,EAAE,EAAE,GAAEG,IAAEH,
|
|
1
|
+
{"version":3,"file":"index.module.js","sources":["../../../../node_modules/use-debounce/dist/index.module.js"],"sourcesContent":["import{useRef as r,useEffect as n,useMemo as t,useState as e,useCallback as u}from\"react\";function c(e,u,c){var i=this,a=r(null),o=r(0),f=r(null),l=r([]),v=r(),m=r(),d=r(e),g=r(!0);d.current=e;var p=\"undefined\"!=typeof window,w=!u&&0!==u&&p;if(\"function\"!=typeof e)throw new TypeError(\"Expected a function\");u=+u||0;var s=!!(c=c||{}).leading,x=!(\"trailing\"in c)||!!c.trailing,h=\"maxWait\"in c,y=\"debounceOnServer\"in c&&!!c.debounceOnServer,F=h?Math.max(+c.maxWait||0,u):null;n(function(){return g.current=!0,function(){g.current=!1}},[]);var A=t(function(){var r=function(r){var n=l.current,t=v.current;return l.current=v.current=null,o.current=r,m.current=d.current.apply(t,n)},n=function(r,n){w&&cancelAnimationFrame(f.current),f.current=w?requestAnimationFrame(r):setTimeout(r,n)},t=function(r){if(!g.current)return!1;var n=r-a.current;return!a.current||n>=u||n<0||h&&r-o.current>=F},e=function(n){return f.current=null,x&&l.current?r(n):(l.current=v.current=null,m.current)},c=function r(){var c=Date.now();if(t(c))return e(c);if(g.current){var i=u-(c-a.current),f=h?Math.min(i,F-(c-o.current)):i;n(r,f)}},A=function(){if(p||y){var e=Date.now(),d=t(e);if(l.current=[].slice.call(arguments),v.current=i,a.current=e,d){if(!f.current&&g.current)return o.current=a.current,n(c,u),s?r(a.current):m.current;if(h)return n(c,u),r(a.current)}return f.current||n(c,u),m.current}};return A.cancel=function(){f.current&&(w?cancelAnimationFrame(f.current):clearTimeout(f.current)),o.current=0,l.current=a.current=v.current=f.current=null},A.isPending=function(){return!!f.current},A.flush=function(){return f.current?e(Date.now()):m.current},A},[s,h,u,F,x,w,p,y]);return A}function i(r,n){return r===n}function a(n,t,a){var o=a&&a.equalityFn||i,f=r(n),l=e({})[1],v=c(u(function(r){f.current=r,l({})},[l]),t,a),m=r(n);return o(m.current,n)||(v(n),m.current=n),[f.current,v]}function o(r,n,t){var e=void 0===t?{}:t,u=e.leading,i=e.trailing;return c(r,n,{maxWait:n,leading:void 0===u||u,trailing:void 0===i||i})}export{a as useDebounce,c as useDebouncedCallback,o as useThrottledCallback};\n//# sourceMappingURL=index.module.js.map\n"],"names":["c","e","u","i","a","r","f","l","v","m","d","g","p","w","s","x","h","y","F","n","A","t"],"mappings":"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","x_google_ignoreList":[0]}
|