@zauru-sdk/components 1.0.26 → 1.0.27
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/CHANGELOG.md +8 -0
- package/dist/Alerts/index.d.ts +2 -2
- package/dist/Alerts/index.js +2 -2
- package/dist/BlockUI/index.d.ts +1 -1
- package/dist/BlockUI/index.js +1 -1
- package/dist/Buttons/index.d.ts +1 -1
- package/dist/Buttons/index.js +1 -1
- package/dist/Card/index.d.ts +1 -1
- package/dist/Card/index.js +1 -1
- package/dist/Chat/index.d.ts +2 -2
- package/dist/Chat/index.js +2 -2
- package/dist/ConnectionState/index.d.ts +1 -1
- package/dist/ConnectionState/index.js +1 -1
- package/dist/Containers/index.d.ts +7 -7
- package/dist/Containers/index.js +7 -7
- package/dist/DynamicTable/DynamicTable.d.ts +24 -0
- package/dist/DynamicTable/DynamicTable.js +192 -0
- package/dist/DynamicTable/index.d.ts +4 -24
- package/dist/DynamicTable/index.js +4 -193
- package/dist/Footer/index.d.ts +1 -1
- package/dist/Footer/index.js +1 -1
- package/dist/Form/FieldContainer/index.d.ts +3 -3
- package/dist/Form/FieldContainer/index.js +3 -3
- package/dist/Form/index.d.ts +13 -13
- package/dist/Form/index.js +13 -13
- package/dist/Labels/index.d.ts +1 -1
- package/dist/Labels/index.js +1 -1
- package/dist/Layouts/index.d.ts +1 -1
- package/dist/Layouts/index.js +1 -1
- package/dist/LineSeparator/index.d.ts +1 -1
- package/dist/LineSeparator/index.js +1 -1
- package/dist/Modal/index.d.ts +1 -1
- package/dist/Modal/index.js +1 -1
- package/dist/NavBar/index.d.ts +3 -3
- package/dist/NavBar/index.js +3 -3
- package/dist/ProgressBar/index.d.ts +2 -2
- package/dist/ProgressBar/index.js +2 -2
- package/dist/Skeletons/index.d.ts +1 -1
- package/dist/Skeletons/index.js +1 -1
- package/dist/Tab/index.d.ts +1 -1
- package/dist/Tab/index.js +1 -1
- package/dist/Table/index.d.ts +1 -1
- package/dist/Table/index.js +1 -1
- package/dist/TaskList/index.d.ts +1 -1
- package/dist/TaskList/index.js +1 -1
- package/dist/Titles/index.d.ts +5 -5
- package/dist/Titles/index.js +5 -5
- package/dist/Tooltip/index.d.ts +1 -1
- package/dist/Tooltip/index.js +1 -1
- package/dist/WithTooltip/index.d.ts +1 -1
- package/dist/WithTooltip/index.js +1 -1
- package/dist/Wizards/index.d.ts +1 -1
- package/dist/Wizards/index.js +1 -1
- package/dist/Zendesk/index.d.ts +2 -2
- package/dist/Zendesk/index.js +2 -2
- package/dist/index.d.ts +24 -23
- package/dist/index.js +24 -23
- package/package.json +3 -3
- package/src/Alerts/index.ts +2 -2
- package/src/BlockUI/index.tsx +1 -1
- package/src/Buttons/index.ts +1 -1
- package/src/Card/index.ts +1 -1
- package/src/Chat/index.ts +2 -2
- package/src/ConnectionState/index.tsx +1 -1
- package/src/Containers/index.ts +7 -7
- package/src/DynamicTable/DynamicTable.tsx +405 -0
- package/src/DynamicTable/index.tsx +4 -407
- package/src/Footer/index.tsx +1 -1
- package/src/Form/FieldContainer/index.ts +3 -3
- package/src/Form/index.ts +13 -13
- package/src/Labels/index.tsx +1 -1
- package/src/Layouts/index.ts +1 -1
- package/src/LineSeparator/index.tsx +1 -1
- package/src/Modal/index.tsx +1 -1
- package/src/NavBar/index.tsx +3 -3
- package/src/ProgressBar/index.tsx +2 -2
- package/src/Skeletons/index.ts +1 -1
- package/src/Tab/index.ts +1 -1
- package/src/Table/index.tsx +1 -1
- package/src/TaskList/index.ts +1 -1
- package/src/Titles/index.ts +5 -5
- package/src/Tooltip/index.ts +1 -1
- package/src/WithTooltip/index.tsx +1 -1
- package/src/Wizards/index.ts +1 -1
- package/src/Zendesk/index.ts +2 -2
- package/src/index.ts +24 -23
package/dist/Layouts/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./homeLayout";
|
|
1
|
+
export * from "./homeLayout/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./LineSeparator";
|
|
1
|
+
export * from "./LineSeparator.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./LineSeparator";
|
|
1
|
+
export * from "./LineSeparator.js";
|
package/dist/Modal/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Modal";
|
|
1
|
+
export * from "./Modal.js";
|
package/dist/Modal/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Modal";
|
|
1
|
+
export * from "./Modal.js";
|
package/dist/NavBar/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./NavBar";
|
|
2
|
-
export * from "./NavBar.types";
|
|
3
|
-
export * from "./NavBar.utils";
|
|
1
|
+
export * from "./NavBar.js";
|
|
2
|
+
export * from "./NavBar.types.js";
|
|
3
|
+
export * from "./NavBar.utils.js";
|
package/dist/NavBar/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./NavBar";
|
|
2
|
-
export * from "./NavBar.types";
|
|
3
|
-
export * from "./NavBar.utils";
|
|
1
|
+
export * from "./NavBar.js";
|
|
2
|
+
export * from "./NavBar.types.js";
|
|
3
|
+
export * from "./NavBar.utils.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./ProgressBar";
|
|
2
|
-
export * from "./ProgressCircle";
|
|
1
|
+
export * from "./ProgressBar.js";
|
|
2
|
+
export * from "./ProgressCircle.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./ProgressBar";
|
|
2
|
-
export * from "./ProgressCircle";
|
|
1
|
+
export * from "./ProgressBar.js";
|
|
2
|
+
export * from "./ProgressCircle.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./LoadingInputSkeleton";
|
|
1
|
+
export * from "./LoadingInputSkeleton.js";
|
package/dist/Skeletons/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./LoadingInputSkeleton";
|
|
1
|
+
export * from "./LoadingInputSkeleton.js";
|
package/dist/Tab/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Tab";
|
|
1
|
+
export * from "./Tab.js";
|
package/dist/Tab/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Tab";
|
|
1
|
+
export * from "./Tab.js";
|
package/dist/Table/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./ZauruTable";
|
|
1
|
+
export * from "./ZauruTable.js";
|
package/dist/Table/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./ZauruTable";
|
|
1
|
+
export * from "./ZauruTable.js";
|
package/dist/TaskList/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./TaskList";
|
|
1
|
+
export * from "./TaskList.js";
|
package/dist/TaskList/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./TaskList";
|
|
1
|
+
export * from "./TaskList.js";
|
package/dist/Titles/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./LabelArray";
|
|
2
|
-
export * from "./TableColumnTitle";
|
|
3
|
-
export * from "./TitleH1";
|
|
4
|
-
export * from "./TitleH2";
|
|
5
|
-
export * from "./TitleH3";
|
|
1
|
+
export * from "./LabelArray.js";
|
|
2
|
+
export * from "./TableColumnTitle.js";
|
|
3
|
+
export * from "./TitleH1.js";
|
|
4
|
+
export * from "./TitleH2.js";
|
|
5
|
+
export * from "./TitleH3.js";
|
package/dist/Titles/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./LabelArray";
|
|
2
|
-
export * from "./TableColumnTitle";
|
|
3
|
-
export * from "./TitleH1";
|
|
4
|
-
export * from "./TitleH2";
|
|
5
|
-
export * from "./TitleH3";
|
|
1
|
+
export * from "./LabelArray.js";
|
|
2
|
+
export * from "./TableColumnTitle.js";
|
|
3
|
+
export * from "./TitleH1.js";
|
|
4
|
+
export * from "./TitleH2.js";
|
|
5
|
+
export * from "./TitleH3.js";
|
package/dist/Tooltip/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Tooltip";
|
|
1
|
+
export * from "./Tooltip.js";
|
package/dist/Tooltip/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Tooltip";
|
|
1
|
+
export * from "./Tooltip.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./WithTooltip";
|
|
1
|
+
export * from "./WithTooltip.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./WithTooltip";
|
|
1
|
+
export * from "./WithTooltip.js";
|
package/dist/Wizards/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./StepWizard";
|
|
1
|
+
export * from "./StepWizard.js";
|
package/dist/Wizards/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./StepWizard";
|
|
1
|
+
export * from "./StepWizard.js";
|
package/dist/Zendesk/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./Chat";
|
|
2
|
-
export * from "./zendesk.config";
|
|
1
|
+
export * from "./Chat.js";
|
|
2
|
+
export * from "./zendesk.config.js";
|
package/dist/Zendesk/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./Chat";
|
|
2
|
-
export * from "./zendesk.config";
|
|
1
|
+
export * from "./Chat.js";
|
|
2
|
+
export * from "./zendesk.config.js";
|
package/dist/index.d.ts
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
export * from "./Alerts";
|
|
2
|
-
export * from "./BlockUI";
|
|
3
|
-
export * from "./Buttons";
|
|
4
|
-
export * from "./Card";
|
|
5
|
-
export * from "./ConnectionState";
|
|
6
|
-
export * from "./Chat";
|
|
7
|
-
export * from "./Containers";
|
|
8
|
-
export * from "./
|
|
9
|
-
export * from "./
|
|
10
|
-
export * from "./
|
|
11
|
-
export * from "./
|
|
12
|
-
export * from "./
|
|
13
|
-
export * from "./
|
|
14
|
-
export * from "./
|
|
15
|
-
export * from "./
|
|
16
|
-
export * from "./
|
|
17
|
-
export * from "./
|
|
18
|
-
export * from "./
|
|
19
|
-
export * from "./
|
|
20
|
-
export * from "./
|
|
21
|
-
export * from "./
|
|
22
|
-
export * from "./
|
|
23
|
-
export * from "./
|
|
1
|
+
export * from "./Alerts/index.js";
|
|
2
|
+
export * from "./BlockUI/index.js";
|
|
3
|
+
export * from "./Buttons/index.js";
|
|
4
|
+
export * from "./Card/index.js";
|
|
5
|
+
export * from "./ConnectionState/index.js";
|
|
6
|
+
export * from "./Chat/index.js";
|
|
7
|
+
export * from "./Containers/index.js";
|
|
8
|
+
export * from "./DynamicTable/index.js";
|
|
9
|
+
export * from "./Footer/index.js";
|
|
10
|
+
export * from "./Form/index.js";
|
|
11
|
+
export * from "./Labels/index.js";
|
|
12
|
+
export * from "./Layouts/index.js";
|
|
13
|
+
export * from "./LineSeparator/index.js";
|
|
14
|
+
export * from "./Modal/index.js";
|
|
15
|
+
export * from "./NavBar/index.js";
|
|
16
|
+
export * from "./Skeletons/index.js";
|
|
17
|
+
export * from "./Tab/index.js";
|
|
18
|
+
export * from "./Table/index.js";
|
|
19
|
+
export * from "./TaskList/index.js";
|
|
20
|
+
export * from "./Titles/index.js";
|
|
21
|
+
export * from "./Tooltip/index.js";
|
|
22
|
+
export * from "./WithTooltip/index.js";
|
|
23
|
+
export * from "./Wizards/index.js";
|
|
24
|
+
export * from "./Zendesk/index.js";
|
package/dist/index.js
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
export * from "./Alerts";
|
|
2
|
-
export * from "./BlockUI";
|
|
3
|
-
export * from "./Buttons";
|
|
4
|
-
export * from "./Card";
|
|
5
|
-
export * from "./ConnectionState";
|
|
6
|
-
export * from "./Chat";
|
|
7
|
-
export * from "./Containers";
|
|
8
|
-
export * from "./
|
|
9
|
-
export * from "./
|
|
10
|
-
export * from "./
|
|
11
|
-
export * from "./
|
|
12
|
-
export * from "./
|
|
13
|
-
export * from "./
|
|
14
|
-
export * from "./
|
|
15
|
-
export * from "./
|
|
16
|
-
export * from "./
|
|
17
|
-
export * from "./
|
|
18
|
-
export * from "./
|
|
19
|
-
export * from "./
|
|
20
|
-
export * from "./
|
|
21
|
-
export * from "./
|
|
22
|
-
export * from "./
|
|
23
|
-
export * from "./
|
|
1
|
+
export * from "./Alerts/index.js";
|
|
2
|
+
export * from "./BlockUI/index.js";
|
|
3
|
+
export * from "./Buttons/index.js";
|
|
4
|
+
export * from "./Card/index.js";
|
|
5
|
+
export * from "./ConnectionState/index.js";
|
|
6
|
+
export * from "./Chat/index.js";
|
|
7
|
+
export * from "./Containers/index.js";
|
|
8
|
+
export * from "./DynamicTable/index.js";
|
|
9
|
+
export * from "./Footer/index.js";
|
|
10
|
+
export * from "./Form/index.js";
|
|
11
|
+
export * from "./Labels/index.js";
|
|
12
|
+
export * from "./Layouts/index.js";
|
|
13
|
+
export * from "./LineSeparator/index.js";
|
|
14
|
+
export * from "./Modal/index.js";
|
|
15
|
+
export * from "./NavBar/index.js";
|
|
16
|
+
export * from "./Skeletons/index.js";
|
|
17
|
+
export * from "./Tab/index.js";
|
|
18
|
+
export * from "./Table/index.js";
|
|
19
|
+
export * from "./TaskList/index.js";
|
|
20
|
+
export * from "./Titles/index.js";
|
|
21
|
+
export * from "./Tooltip/index.js";
|
|
22
|
+
export * from "./WithTooltip/index.js";
|
|
23
|
+
export * from "./Wizards/index.js";
|
|
24
|
+
export * from "./Zendesk/index.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zauru-sdk/components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.27",
|
|
4
4
|
"description": "Componentes reutilizables en las WebApps de Zauru.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@reduxjs/toolkit": "^2.2.1",
|
|
33
33
|
"@remix-run/react": "^2.8.1",
|
|
34
34
|
"@zauru-sdk/common": "^1.0.26",
|
|
35
|
-
"@zauru-sdk/hooks": "^1.0.
|
|
35
|
+
"@zauru-sdk/hooks": "^1.0.27",
|
|
36
36
|
"@zauru-sdk/icons": "^1.0.19",
|
|
37
37
|
"@zauru-sdk/types": "^1.0.26",
|
|
38
38
|
"@zauru-sdk/utils": "^1.0.26",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"engines": {
|
|
49
49
|
"node": ">=18.0.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "2f46e02794ab74f4dbd47932e6e7e4461f5873d7"
|
|
52
52
|
}
|
package/src/Alerts/index.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./ErrorBoundaryAlert/ErrorBoundaryAlert";
|
|
2
|
-
export * from "./StaticAlert";
|
|
1
|
+
export * from "./ErrorBoundaryAlert/ErrorBoundaryAlert.js";
|
|
2
|
+
export * from "./StaticAlert.js";
|
package/src/BlockUI/index.tsx
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./BlockUI";
|
|
1
|
+
export * from "./BlockUI.js";
|
package/src/Buttons/index.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Button";
|
|
1
|
+
export * from "./Button.js";
|
package/src/Card/index.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Card";
|
|
1
|
+
export * from "./Card.js";
|
package/src/Chat/index.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./ChatLayout";
|
|
2
|
-
export * from "./ChatMessageHistory";
|
|
1
|
+
export * from "./ChatLayout.js";
|
|
2
|
+
export * from "./ChatMessageHistory.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./ConnectionState";
|
|
1
|
+
export * from "./ConnectionState.js";
|
package/src/Containers/index.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./BodyContainer";
|
|
2
|
-
export * from "./ButtonSectionContainer";
|
|
3
|
-
export * from "./Container";
|
|
4
|
-
export * from "./DoubleContainer";
|
|
5
|
-
export * from "./MainContainer";
|
|
6
|
-
export * from "./OutletContainer";
|
|
7
|
-
export * from "./SubContainer";
|
|
1
|
+
export * from "./BodyContainer.js";
|
|
2
|
+
export * from "./ButtonSectionContainer.js";
|
|
3
|
+
export * from "./Container.js";
|
|
4
|
+
export * from "./DoubleContainer.js";
|
|
5
|
+
export * from "./MainContainer.js";
|
|
6
|
+
export * from "./OutletContainer.js";
|
|
7
|
+
export * from "./SubContainer.js";
|