@erpsquad/common 1.8.46 → 1.8.47
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/index.esm.js +4 -2
- package/dist/_virtual/index/index.esm.js.map +1 -1
- package/dist/_virtual/index/index.esm2.js +2 -4
- package/dist/_virtual/index/index.esm2.js.map +1 -1
- package/dist/_virtual/index/index.js +1 -1
- package/dist/_virtual/index/index2.js +1 -1
- package/dist/assets/index.d.ts +0 -1
- package/dist/components/charts/index.d.ts +3 -0
- package/dist/components/charts/line-chart/area-lineChart/index.esm.js +55 -0
- package/dist/components/charts/line-chart/area-lineChart/index.esm.js.map +1 -0
- package/dist/components/charts/line-chart/area-lineChart/index.js +2 -0
- package/dist/components/charts/line-chart/area-lineChart/index.js.map +1 -0
- package/dist/components/charts/{bar-chart/bar-chart → line-chart/line-chart}/index.esm.js +49 -27
- package/dist/components/charts/line-chart/line-chart/index.esm.js.map +1 -0
- package/dist/components/charts/line-chart/line-chart/index.js +2 -0
- package/dist/components/charts/line-chart/line-chart/index.js.map +1 -0
- package/dist/components/header/redux/reducer/index.esm.js +6 -1
- package/dist/components/header/redux/reducer/index.esm.js.map +1 -1
- package/dist/components/header/redux/reducer/index.js +1 -1
- package/dist/components/header/redux/reducer/index.js.map +1 -1
- package/dist/components/index.d.ts +9 -0
- package/dist/components/index.esm.js +273 -77
- package/dist/components/index.esm.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/material-table/aggregation-fns/index/index.esm.js +10 -0
- package/dist/components/material-table/aggregation-fns/index/index.esm.js.map +1 -1
- package/dist/components/material-table/aggregation-fns/index/index.js +1 -1
- package/dist/components/material-table/aggregation-fns/index/index.js.map +1 -1
- package/dist/components/material-table/components/number-aggregation/index.esm.js +134 -0
- package/dist/components/material-table/components/number-aggregation/index.esm.js.map +1 -0
- package/dist/components/material-table/components/number-aggregation/index.js +5 -0
- package/dist/components/material-table/components/number-aggregation/index.js.map +1 -0
- package/dist/components/reports-title-bar/redux/reducer/index.esm.js +2 -0
- package/dist/components/reports-title-bar/redux/reducer/index.esm.js.map +1 -1
- package/dist/components/reports-title-bar/redux/reducer/index.js +1 -1
- package/dist/components/reports-title-bar/redux/reducer/index.js.map +1 -1
- package/dist/components/reports-title-bar/report-buttons/report-buttons/index.esm.js +60 -0
- package/dist/components/reports-title-bar/report-buttons/report-buttons/index.esm.js.map +1 -0
- package/dist/components/reports-title-bar/report-buttons/report-buttons/index.js +2 -0
- package/dist/components/reports-title-bar/report-buttons/report-buttons/index.js.map +1 -0
- package/dist/components/reports-title-bar/reports-title-bar/index.esm.js +736 -0
- package/dist/components/reports-title-bar/reports-title-bar/index.esm.js.map +1 -0
- package/dist/components/reports-title-bar/reports-title-bar/index.js +39 -0
- package/dist/components/reports-title-bar/reports-title-bar/index.js.map +1 -0
- package/dist/components/select/controller/chip-or-placeholder/index.esm.js +25 -0
- package/dist/components/select/controller/chip-or-placeholder/index.esm.js.map +1 -0
- package/dist/components/select/controller/chip-or-placeholder/index.js +2 -0
- package/dist/components/select/controller/chip-or-placeholder/index.js.map +1 -0
- package/dist/components/select/controller/controller-select/index.esm.js +165 -0
- package/dist/components/select/controller/controller-select/index.esm.js.map +1 -0
- package/dist/components/select/controller/controller-select/index.js +10 -0
- package/dist/components/select/controller/controller-select/index.js.map +1 -0
- package/dist/components/share-modal/redux/reducer/index.esm.js +2 -0
- package/dist/components/share-modal/redux/reducer/index.esm.js.map +1 -1
- package/dist/components/share-modal/redux/reducer/index.js +1 -1
- package/dist/components/share-modal/redux/reducer/index.js.map +1 -1
- package/dist/index.esm.js +354 -136
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/node_modules/@mui/icons-material/esm/Remove/index.esm.js +9 -0
- package/dist/node_modules/@mui/icons-material/esm/Remove/index.esm.js.map +1 -0
- package/dist/node_modules/@mui/icons-material/esm/Remove/index.js +2 -0
- package/dist/node_modules/@mui/icons-material/esm/Remove/index.js.map +1 -0
- package/dist/node_modules/@mui/icons-material/utils/createSvgIcon/index.esm.js +1 -1
- package/dist/node_modules/@mui/icons-material/utils/createSvgIcon/index.js +1 -1
- package/dist/node_modules/@mui/icons-material/utils/createSvgIcon/index.js.map +1 -1
- package/dist/node_modules/prop-types/index/index.esm.js +1 -1
- package/dist/node_modules/prop-types/index/index.js +1 -1
- package/dist/node_modules/prop-types/index/index.js.map +1 -1
- package/dist/src/assets/index.d.ts +0 -1
- package/dist/src/components/charts/index.d.ts +3 -0
- package/dist/src/components/index.d.ts +9 -1
- package/dist/src/views/afterAuth/index.d.ts +1 -0
- package/dist/src/views/beforeAuth/index.d.ts +0 -1
- package/dist/src/views/index.d.ts +1 -0
- package/dist/style.css +72 -72
- package/dist/views/afterAuth/dashboard/redux/reducer/index.esm.js +0 -6
- package/dist/views/afterAuth/dashboard/redux/reducer/index.esm.js.map +1 -1
- package/dist/views/afterAuth/dashboard/redux/reducer/index.js +1 -1
- package/dist/views/afterAuth/dashboard/redux/reducer/index.js.map +1 -1
- package/dist/views/afterAuth/index.d.ts +1 -0
- package/dist/views/afterAuth/page-view/page-view/index.esm.js +101 -0
- package/dist/views/afterAuth/page-view/page-view/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/page-view/index.js +6 -0
- package/dist/views/afterAuth/page-view/page-view/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator/index.esm.js +13 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator/index.js +2 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/reducer/index.esm.js +63 -0
- package/dist/views/afterAuth/page-view/redux/reducer/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/reducer/index.js +2 -0
- package/dist/views/afterAuth/page-view/redux/reducer/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/state/index.esm.js +31 -0
- package/dist/views/afterAuth/page-view/redux/state/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/redux/state/index.js +2 -0
- package/dist/views/afterAuth/page-view/redux/state/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/utils/default-data/index.esm.js +137 -0
- package/dist/views/afterAuth/page-view/utils/default-data/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/utils/default-data/index.js +2 -0
- package/dist/views/afterAuth/page-view/utils/default-data/index.js.map +1 -0
- package/dist/views/afterAuth/page-view/utils/local-data/index.esm.js +137 -0
- package/dist/views/afterAuth/page-view/utils/local-data/index.esm.js.map +1 -0
- package/dist/views/afterAuth/page-view/utils/local-data/index.js +2 -0
- package/dist/views/afterAuth/page-view/utils/local-data/index.js.map +1 -0
- package/dist/views/beforeAuth/index.d.ts +0 -1
- package/dist/views/form-builder/custom-form/index.esm.js +1151 -0
- package/dist/views/form-builder/custom-form/index.esm.js.map +1 -0
- package/dist/views/form-builder/custom-form/index.js +30 -0
- package/dist/views/form-builder/custom-form/index.js.map +1 -0
- package/dist/views/form-builder/element-edit-forms/checkbox/index.esm.js +327 -0
- package/dist/views/form-builder/element-edit-forms/checkbox/index.esm.js.map +1 -0
- package/dist/views/form-builder/element-edit-forms/checkbox/index.js +30 -0
- package/dist/views/form-builder/element-edit-forms/checkbox/index.js.map +1 -0
- package/dist/views/form-builder/element-edit-forms/column-width/index.esm.js +92 -0
- package/dist/views/form-builder/element-edit-forms/column-width/index.esm.js.map +1 -0
- package/dist/views/form-builder/element-edit-forms/column-width/index.js +4 -0
- package/dist/views/form-builder/element-edit-forms/column-width/index.js.map +1 -0
- package/dist/views/form-builder/element-edit-forms/field-select/index.esm.js +89 -0
- package/dist/views/form-builder/element-edit-forms/field-select/index.esm.js.map +1 -0
- package/dist/views/form-builder/element-edit-forms/field-select/index.js +3 -0
- package/dist/views/form-builder/element-edit-forms/field-select/index.js.map +1 -0
- package/dist/views/form-builder/element-edit-forms/section/index.esm.js +222 -0
- package/dist/views/form-builder/element-edit-forms/section/index.esm.js.map +1 -0
- package/dist/views/form-builder/element-edit-forms/section/index.js +15 -0
- package/dist/views/form-builder/element-edit-forms/section/index.js.map +1 -0
- package/dist/views/form-builder/element-edit-forms/select/index.esm.js +318 -0
- package/dist/views/form-builder/element-edit-forms/select/index.esm.js.map +1 -0
- package/dist/views/form-builder/element-edit-forms/select/index.js +25 -0
- package/dist/views/form-builder/element-edit-forms/select/index.js.map +1 -0
- package/dist/views/form-builder/element-edit-forms/table-form/index.esm.js +111 -0
- package/dist/views/form-builder/element-edit-forms/table-form/index.esm.js.map +1 -0
- package/dist/views/form-builder/element-edit-forms/table-form/index.js +5 -0
- package/dist/views/form-builder/element-edit-forms/table-form/index.js.map +1 -0
- package/dist/views/form-builder/element-edit-forms/text/index.esm.js +559 -0
- package/dist/views/form-builder/element-edit-forms/text/index.esm.js.map +1 -0
- package/dist/views/form-builder/element-edit-forms/text/index.js +31 -0
- package/dist/views/form-builder/element-edit-forms/text/index.js.map +1 -0
- package/dist/views/form-builder/field_properties/index.esm.js +216 -0
- package/dist/views/form-builder/field_properties/index.esm.js.map +1 -0
- package/dist/views/form-builder/field_properties/index.js +2 -0
- package/dist/views/form-builder/field_properties/index.js.map +1 -0
- package/dist/views/form-builder/form-fields/index.esm.js +355 -0
- package/dist/views/form-builder/form-fields/index.esm.js.map +1 -0
- package/dist/views/form-builder/form-fields/index.js +24 -0
- package/dist/views/form-builder/form-fields/index.js.map +1 -0
- package/dist/views/form-builder/redux/actionCreator/index.esm.js +1 -1
- package/dist/views/form-builder/redux/reducer/index.esm.js +6 -1
- package/dist/views/form-builder/redux/reducer/index.esm.js.map +1 -1
- package/dist/views/form-builder/redux/reducer/index.js +1 -1
- package/dist/views/form-builder/redux/reducer/index.js.map +1 -1
- package/dist/views/form-builder/utils/common/index.esm.js +285 -0
- package/dist/views/form-builder/utils/common/index.esm.js.map +1 -0
- package/dist/views/form-builder/utils/common/index.js +2 -0
- package/dist/views/form-builder/utils/common/index.js.map +1 -0
- package/dist/views/index.d.ts +1 -0
- package/dist/views/index.esm.js +90 -45
- package/dist/views/index.esm.js.map +1 -1
- package/dist/views/index.js +1 -1
- package/package.json +2 -1
- package/dist/components/activity-tag/activity-tag/index.esm.js +0 -154
- package/dist/components/activity-tag/activity-tag/index.esm.js.map +0 -1
- package/dist/components/activity-tag/activity-tag/index.js +0 -15
- package/dist/components/activity-tag/activity-tag/index.js.map +0 -1
- package/dist/components/charts/bar-chart/bar-chart/index.esm.js.map +0 -1
- package/dist/components/charts/bar-chart/bar-chart/index.js +0 -2
- package/dist/components/charts/bar-chart/bar-chart/index.js.map +0 -1
- package/dist/components/charts/donut-chart/donut-chart/index.esm.js +0 -86
- package/dist/components/charts/donut-chart/donut-chart/index.esm.js.map +0 -1
- package/dist/components/charts/donut-chart/donut-chart/index.js +0 -6
- package/dist/components/charts/donut-chart/donut-chart/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/Timeline/index.esm.js +0 -95
- package/dist/node_modules/@mui/lab/Timeline/Timeline/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/Timeline/index.js +0 -3
- package/dist/node_modules/@mui/lab/Timeline/Timeline/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/TimelineContext/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/Timeline/TimelineContext/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/TimelineContext/index.js +0 -2
- package/dist/node_modules/@mui/lab/Timeline/TimelineContext/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/timelineClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/Timeline/timelineClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/Timeline/timelineClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/Timeline/timelineClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineConnector/TimelineConnector/index.esm.js +0 -76
- package/dist/node_modules/@mui/lab/TimelineConnector/TimelineConnector/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineConnector/TimelineConnector/index.js +0 -3
- package/dist/node_modules/@mui/lab/TimelineConnector/TimelineConnector/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineConnector/timelineConnectorClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/TimelineConnector/timelineConnectorClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineConnector/timelineConnectorClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineConnector/timelineConnectorClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineContent/TimelineContent/index.esm.js +0 -91
- package/dist/node_modules/@mui/lab/TimelineContent/TimelineContent/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineContent/TimelineContent/index.js +0 -3
- package/dist/node_modules/@mui/lab/TimelineContent/TimelineContent/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineContent/timelineContentClasses/index.esm.js +0 -11
- package/dist/node_modules/@mui/lab/TimelineContent/timelineContentClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineContent/timelineContentClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineContent/timelineContentClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineDot/TimelineDot/index.esm.js +0 -118
- package/dist/node_modules/@mui/lab/TimelineDot/TimelineDot/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineDot/TimelineDot/index.js +0 -3
- package/dist/node_modules/@mui/lab/TimelineDot/TimelineDot/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineDot/timelineDotClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/TimelineDot/timelineDotClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineDot/timelineDotClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineDot/timelineDotClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineItem/TimelineItem/index.esm.js +0 -128
- package/dist/node_modules/@mui/lab/TimelineItem/TimelineItem/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineItem/TimelineItem/index.js +0 -3
- package/dist/node_modules/@mui/lab/TimelineItem/TimelineItem/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineItem/timelineItemClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/TimelineItem/timelineItemClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineItem/timelineItemClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineItem/timelineItemClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineOppositeContent/timelineOppositeContentClasses/index.esm.js +0 -6
- package/dist/node_modules/@mui/lab/TimelineOppositeContent/timelineOppositeContentClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineOppositeContent/timelineOppositeContentClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineOppositeContent/timelineOppositeContentClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineSeparator/TimelineSeparator/index.esm.js +0 -73
- package/dist/node_modules/@mui/lab/TimelineSeparator/TimelineSeparator/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineSeparator/TimelineSeparator/index.js +0 -3
- package/dist/node_modules/@mui/lab/TimelineSeparator/TimelineSeparator/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineSeparator/timelineSeparatorClasses/index.esm.js +0 -10
- package/dist/node_modules/@mui/lab/TimelineSeparator/timelineSeparatorClasses/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/TimelineSeparator/timelineSeparatorClasses/index.js +0 -2
- package/dist/node_modules/@mui/lab/TimelineSeparator/timelineSeparatorClasses/index.js.map +0 -1
- package/dist/node_modules/@mui/lab/internal/convertTimelinePositionToClass/index.esm.js +0 -8
- package/dist/node_modules/@mui/lab/internal/convertTimelinePositionToClass/index.esm.js.map +0 -1
- package/dist/node_modules/@mui/lab/internal/convertTimelinePositionToClass/index.js +0 -2
- package/dist/node_modules/@mui/lab/internal/convertTimelinePositionToClass/index.js.map +0 -1
- package/dist/node_modules/d3-shape/src/arc/index.esm.js +0 -134
- package/dist/node_modules/d3-shape/src/arc/index.esm.js.map +0 -1
- package/dist/node_modules/d3-shape/src/arc/index.js +0 -2
- package/dist/node_modules/d3-shape/src/arc/index.js.map +0 -1
- package/dist/node_modules/d3-shape/src/descending/index.esm.js +0 -7
- package/dist/node_modules/d3-shape/src/descending/index.esm.js.map +0 -1
- package/dist/node_modules/d3-shape/src/descending/index.js +0 -2
- package/dist/node_modules/d3-shape/src/descending/index.js.map +0 -1
- package/dist/node_modules/d3-shape/src/identity/index.esm.js +0 -7
- package/dist/node_modules/d3-shape/src/identity/index.esm.js.map +0 -1
- package/dist/node_modules/d3-shape/src/identity/index.js +0 -2
- package/dist/node_modules/d3-shape/src/identity/index.js.map +0 -1
- package/dist/node_modules/d3-shape/src/math/index.esm.js +0 -33
- package/dist/node_modules/d3-shape/src/math/index.esm.js.map +0 -1
- package/dist/node_modules/d3-shape/src/math/index.js +0 -2
- package/dist/node_modules/d3-shape/src/math/index.js.map +0 -1
- package/dist/node_modules/d3-shape/src/pie/index.esm.js +0 -56
- package/dist/node_modules/d3-shape/src/pie/index.esm.js.map +0 -1
- package/dist/node_modules/d3-shape/src/pie/index.js +0 -2
- package/dist/node_modules/d3-shape/src/pie/index.js.map +0 -1
- package/dist/views/beforeAuth/login/index/index.esm.js +0 -209
- package/dist/views/beforeAuth/login/index/index.esm.js.map +0 -1
- package/dist/views/beforeAuth/login/index/index.js +0 -20
- package/dist/views/beforeAuth/login/index/index.js.map +0 -1
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
const rows = [
|
|
2
|
+
{
|
|
3
|
+
name: "John",
|
|
4
|
+
age: 30,
|
|
5
|
+
gender: "Male",
|
|
6
|
+
company: "NASA",
|
|
7
|
+
location: "USA",
|
|
8
|
+
price: 1e4
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
name: "Sara",
|
|
12
|
+
age: 35,
|
|
13
|
+
gender: "Female",
|
|
14
|
+
company: "SpaceX",
|
|
15
|
+
location: "Russia",
|
|
16
|
+
price: 1e4
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
name: "Sara",
|
|
20
|
+
age: 35,
|
|
21
|
+
gender: "Female",
|
|
22
|
+
company: "SpaceX",
|
|
23
|
+
location: "Russia",
|
|
24
|
+
price: 1e4
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
name: "Sara",
|
|
28
|
+
age: 35,
|
|
29
|
+
gender: "Female",
|
|
30
|
+
company: "SpaceX",
|
|
31
|
+
location: "Russia",
|
|
32
|
+
price: 1e4
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: "Sara",
|
|
36
|
+
age: 35,
|
|
37
|
+
gender: "Female",
|
|
38
|
+
company: "SpaceX",
|
|
39
|
+
location: "Russia",
|
|
40
|
+
price: 1e4
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: "Sara",
|
|
44
|
+
age: 35,
|
|
45
|
+
gender: "Female",
|
|
46
|
+
company: "SpaceX",
|
|
47
|
+
location: "Russia",
|
|
48
|
+
price: 1e4
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
name: "Sara",
|
|
52
|
+
age: 35,
|
|
53
|
+
gender: "Female",
|
|
54
|
+
company: "SpaceX",
|
|
55
|
+
location: "Russia",
|
|
56
|
+
price: 1e4
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
name: "Sara",
|
|
60
|
+
age: 35,
|
|
61
|
+
gender: "Female",
|
|
62
|
+
company: "SpaceX",
|
|
63
|
+
location: "Russia",
|
|
64
|
+
price: 1e4
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
name: "Sara",
|
|
68
|
+
age: 35,
|
|
69
|
+
gender: "Female",
|
|
70
|
+
company: "SpaceX",
|
|
71
|
+
location: "Russia",
|
|
72
|
+
price: 1e4
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
name: "Sara",
|
|
76
|
+
age: 35,
|
|
77
|
+
gender: "Female",
|
|
78
|
+
company: "SpaceX",
|
|
79
|
+
location: "Russia",
|
|
80
|
+
price: 1e4
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
name: "Sara",
|
|
84
|
+
age: 35,
|
|
85
|
+
gender: "Female",
|
|
86
|
+
company: "SpaceX",
|
|
87
|
+
location: "Russia",
|
|
88
|
+
price: 1e4
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
name: "Sara",
|
|
92
|
+
age: 35,
|
|
93
|
+
gender: "Female",
|
|
94
|
+
company: "SpaceX",
|
|
95
|
+
location: "Russia",
|
|
96
|
+
price: 1e4
|
|
97
|
+
}
|
|
98
|
+
];
|
|
99
|
+
const columns = [
|
|
100
|
+
{
|
|
101
|
+
type: "number",
|
|
102
|
+
header: "Age",
|
|
103
|
+
accessorKey: "age"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
header: "Gender",
|
|
107
|
+
type: "string",
|
|
108
|
+
accessorKey: "gender"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
header: "Company",
|
|
112
|
+
type: "string",
|
|
113
|
+
accessorKey: "company"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
header: "Name",
|
|
117
|
+
type: "string",
|
|
118
|
+
accessorKey: "name"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
header: "Location",
|
|
122
|
+
type: "string",
|
|
123
|
+
accessorKey: "location"
|
|
124
|
+
//simple recommended way to define a column
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
header: "Price",
|
|
128
|
+
type: "number",
|
|
129
|
+
accessorKey: "price"
|
|
130
|
+
}
|
|
131
|
+
];
|
|
132
|
+
const columnOrder = ["age", "gender", "company", "name", "location", "price"];
|
|
133
|
+
const local = { rows, columns, columnOrder };
|
|
134
|
+
export {
|
|
135
|
+
local
|
|
136
|
+
};
|
|
137
|
+
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../../../../../src/views/afterAuth/page-view/utils/local-data.ts"],"sourcesContent":["const rows = [\r\n {\r\n name: \"John\",\r\n age: 30,\r\n gender: \"Male\",\r\n company: \"NASA\",\r\n location: \"USA\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n];\r\n\r\nconst columns = [\r\n {\r\n type: \"number\",\r\n header: \"Age\",\r\n accessorKey: \"age\",\r\n },\r\n {\r\n header: \"Gender\",\r\n type: \"string\",\r\n accessorKey: \"gender\",\r\n },\r\n {\r\n header: \"Company\",\r\n type: \"string\",\r\n accessorKey: \"company\",\r\n },\r\n {\r\n header: \"Name\",\r\n type: \"string\",\r\n accessorKey: \"name\",\r\n },\r\n {\r\n header: \"Location\",\r\n type: \"string\",\r\n accessorKey: \"location\", //simple recommended way to define a column\r\n },\r\n {\r\n header: \"Price\",\r\n type: \"number\",\r\n accessorKey: \"price\",\r\n },\r\n];\r\n\r\nconst columnOrder = [\"age\", \"gender\", \"company\", \"name\", \"location\", \"price\"];\r\n\r\nexport const local = { rows, columns, columnOrder };\r\n"],"names":[],"mappings":"AAAA,MAAM,OAAO;AAAA,EACX;AAAA,IACE,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,EAAA;AAAA,EAET;AAAA,IACE,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,EAAA;AAAA,EAET;AAAA,IACE,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,EAAA;AAAA,EAET;AAAA,IACE,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,EAAA;AAAA,EAET;AAAA,IACE,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,EAAA;AAAA,EAET;AAAA,IACE,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,EAAA;AAAA,EAET;AAAA,IACE,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,EAAA;AAAA,EAET;AAAA,IACE,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,EAAA;AAAA,EAET;AAAA,IACE,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,EAAA;AAAA,EAET;AAAA,IACE,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,EAAA;AAAA,EAET;AAAA,IACE,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,EAAA;AAAA,EAET;AAAA,IACE,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,EAAA;AAEX;AAEA,MAAM,UAAU;AAAA,EACd;AAAA,IACE,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,aAAa;AAAA;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAEjB;AAEA,MAAM,cAAc,CAAC,OAAO,UAAU,WAAW,QAAQ,YAAY,OAAO;AAErE,MAAM,QAAQ,EAAE,MAAM,SAAS,YAAA;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.local={rows:[{name:"John",age:30,gender:"Male",company:"NASA",location:"USA",price:1e4},{name:"Sara",age:35,gender:"Female",company:"SpaceX",location:"Russia",price:1e4},{name:"Sara",age:35,gender:"Female",company:"SpaceX",location:"Russia",price:1e4},{name:"Sara",age:35,gender:"Female",company:"SpaceX",location:"Russia",price:1e4},{name:"Sara",age:35,gender:"Female",company:"SpaceX",location:"Russia",price:1e4},{name:"Sara",age:35,gender:"Female",company:"SpaceX",location:"Russia",price:1e4},{name:"Sara",age:35,gender:"Female",company:"SpaceX",location:"Russia",price:1e4},{name:"Sara",age:35,gender:"Female",company:"SpaceX",location:"Russia",price:1e4},{name:"Sara",age:35,gender:"Female",company:"SpaceX",location:"Russia",price:1e4},{name:"Sara",age:35,gender:"Female",company:"SpaceX",location:"Russia",price:1e4},{name:"Sara",age:35,gender:"Female",company:"SpaceX",location:"Russia",price:1e4},{name:"Sara",age:35,gender:"Female",company:"SpaceX",location:"Russia",price:1e4}],columns:[{type:"number",header:"Age",accessorKey:"age"},{header:"Gender",type:"string",accessorKey:"gender"},{header:"Company",type:"string",accessorKey:"company"},{header:"Name",type:"string",accessorKey:"name"},{header:"Location",type:"string",accessorKey:"location"},{header:"Price",type:"number",accessorKey:"price"}],columnOrder:["age","gender","company","name","location","price"]};
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../src/views/afterAuth/page-view/utils/local-data.ts"],"sourcesContent":["const rows = [\r\n {\r\n name: \"John\",\r\n age: 30,\r\n gender: \"Male\",\r\n company: \"NASA\",\r\n location: \"USA\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n {\r\n name: \"Sara\",\r\n age: 35,\r\n gender: \"Female\",\r\n company: \"SpaceX\",\r\n location: \"Russia\",\r\n price: 10000,\r\n },\r\n];\r\n\r\nconst columns = [\r\n {\r\n type: \"number\",\r\n header: \"Age\",\r\n accessorKey: \"age\",\r\n },\r\n {\r\n header: \"Gender\",\r\n type: \"string\",\r\n accessorKey: \"gender\",\r\n },\r\n {\r\n header: \"Company\",\r\n type: \"string\",\r\n accessorKey: \"company\",\r\n },\r\n {\r\n header: \"Name\",\r\n type: \"string\",\r\n accessorKey: \"name\",\r\n },\r\n {\r\n header: \"Location\",\r\n type: \"string\",\r\n accessorKey: \"location\", //simple recommended way to define a column\r\n },\r\n {\r\n header: \"Price\",\r\n type: \"number\",\r\n accessorKey: \"price\",\r\n },\r\n];\r\n\r\nconst columnOrder = [\"age\", \"gender\", \"company\", \"name\", \"location\", \"price\"];\r\n\r\nexport const local = { rows, columns, columnOrder };\r\n"],"names":["rows","name","age","gender","company","location","price","columns","type","header","accessorKey","columnOrder"],"mappings":"kFAsIqB,CAAEA,KAtIV,CACX,CACEC,KAAM,OACNC,IAAK,GACLC,OAAQ,OACRC,QAAS,OACTC,SAAU,MACVC,MAAO,KAET,CACEL,KAAM,OACNC,IAAK,GACLC,OAAQ,SACRC,QAAS,SACTC,SAAU,SACVC,MAAO,KAET,CACEL,KAAM,OACNC,IAAK,GACLC,OAAQ,SACRC,QAAS,SACTC,SAAU,SACVC,MAAO,KAET,CACEL,KAAM,OACNC,IAAK,GACLC,OAAQ,SACRC,QAAS,SACTC,SAAU,SACVC,MAAO,KAET,CACEL,KAAM,OACNC,IAAK,GACLC,OAAQ,SACRC,QAAS,SACTC,SAAU,SACVC,MAAO,KAET,CACEL,KAAM,OACNC,IAAK,GACLC,OAAQ,SACRC,QAAS,SACTC,SAAU,SACVC,MAAO,KAET,CACEL,KAAM,OACNC,IAAK,GACLC,OAAQ,SACRC,QAAS,SACTC,SAAU,SACVC,MAAO,KAET,CACEL,KAAM,OACNC,IAAK,GACLC,OAAQ,SACRC,QAAS,SACTC,SAAU,SACVC,MAAO,KAET,CACEL,KAAM,OACNC,IAAK,GACLC,OAAQ,SACRC,QAAS,SACTC,SAAU,SACVC,MAAO,KAET,CACEL,KAAM,OACNC,IAAK,GACLC,OAAQ,SACRC,QAAS,SACTC,SAAU,SACVC,MAAO,KAET,CACEL,KAAM,OACNC,IAAK,GACLC,OAAQ,SACRC,QAAS,SACTC,SAAU,SACVC,MAAO,KAET,CACEL,KAAM,OACNC,IAAK,GACLC,OAAQ,SACRC,QAAS,SACTC,SAAU,SACVC,MAAO,MAuCkBC,QAnCb,CACd,CACEC,KAAM,SACNC,OAAQ,MACRC,YAAa,OAEf,CACED,OAAQ,SACRD,KAAM,SACNE,YAAa,UAEf,CACED,OAAQ,UACRD,KAAM,SACNE,YAAa,WAEf,CACED,OAAQ,OACRD,KAAM,SACNE,YAAa,QAEf,CACED,OAAQ,WACRD,KAAM,SACNE,YAAa,YAEf,CACED,OAAQ,QACRD,KAAM,SACNE,YAAa,UAMqBC,YAFlB,CAAC,MAAO,SAAU,UAAW,OAAQ,WAAY"}
|