@ganpatiinfo/gids-react-web 13.0.0 → 14.0.0
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/components/GidsBaseCard/GidsBaseCard.d.ts +2 -2
- package/dist/components/GidsBaseCard/GidsBaseCard.d.ts.map +1 -1
- package/dist/components/GidsBaseCard/GidsBaseCard.js +2 -2
- package/dist/components/GidsBaseCard/GidsBaseCard.js.map +1 -1
- package/dist/components/GidsBasicTableBody/GidsBasicTableBody.d.ts +3 -2
- package/dist/components/GidsBasicTableBody/GidsBasicTableBody.d.ts.map +1 -1
- package/dist/components/GidsBasicTableBody/GidsBasicTableBody.js +2 -2
- package/dist/components/GidsBasicTableBody/GidsBasicTableBody.js.map +1 -1
- package/dist/components/GidsBasicTableCell/GidsBasicTableCell.d.ts +4 -3
- package/dist/components/GidsBasicTableCell/GidsBasicTableCell.d.ts.map +1 -1
- package/dist/components/GidsBasicTableCell/GidsBasicTableCell.js +10 -3
- package/dist/components/GidsBasicTableCell/GidsBasicTableCell.js.map +1 -1
- package/dist/components/GidsBasicTableHead/GidsBasicTableHead.d.ts.map +1 -1
- package/dist/components/GidsBasicTableHead/GidsBasicTableHead.js +1 -1
- package/dist/components/GidsBasicTableHead/GidsBasicTableHead.js.map +1 -1
- package/dist/components/GidsBasicTableHeader/GidsBasicTableHeader.d.ts +3 -2
- package/dist/components/GidsBasicTableHeader/GidsBasicTableHeader.d.ts.map +1 -1
- package/dist/components/GidsBasicTableHeader/GidsBasicTableHeader.js.map +1 -1
- package/dist/components/GidsBasicTableRow/GidsBasicTableRow.d.ts +4 -3
- package/dist/components/GidsBasicTableRow/GidsBasicTableRow.d.ts.map +1 -1
- package/dist/components/GidsBasicTableRow/GidsBasicTableRow.js +3 -3
- package/dist/components/GidsBasicTableRow/GidsBasicTableRow.js.map +1 -1
- package/dist/components/GidsBox/GidsBox.d.ts +1 -1
- package/dist/components/GidsBox/GidsBox.js +1 -1
- package/dist/components/GidsBreadcrumb/GidsBreadcrumb.d.ts +1 -1
- package/dist/components/GidsBreadcrumb/GidsBreadcrumb.js +1 -1
- package/dist/components/GidsBreadcrumbItem/GidsBreadcrumbItem.d.ts +1 -1
- package/dist/components/GidsBreadcrumbItem/GidsBreadcrumbItem.js +1 -1
- package/dist/components/GidsBsTable/GidsBsTable.d.ts +4 -3
- package/dist/components/GidsBsTable/GidsBsTable.d.ts.map +1 -1
- package/dist/components/GidsBsTable/GidsBsTable.js +2 -2
- package/dist/components/GidsBsTable/GidsBsTable.js.map +1 -1
- package/dist/components/GidsCard/GidsCard.d.ts +2 -2
- package/dist/components/GidsCard/GidsCard.d.ts.map +1 -1
- package/dist/components/GidsCard/GidsCard.js +2 -2
- package/dist/components/GidsCard/GidsCard.js.map +1 -1
- package/dist/components/GidsCompoundButton/GidsCompoundButton.d.ts +2 -2
- package/dist/components/GidsCompoundButton/GidsCompoundButton.js +2 -2
- package/dist/components/GidsContainer/GidsContainer.d.ts +1 -1
- package/dist/components/GidsContainer/GidsContainer.js +1 -1
- package/dist/components/GidsLabel/GidsLabel.d.ts +2 -2
- package/dist/components/GidsLabel/GidsLabel.d.ts.map +1 -1
- package/dist/components/GidsLabel/GidsLabel.js +2 -2
- package/dist/components/GidsLabel/GidsLabel.js.map +1 -1
- package/dist/components/GidsSectionNotice/GidsSectionNotice.d.ts +1 -1
- package/dist/components/GidsSectionNotice/GidsSectionNotice.js +1 -1
- package/dist/components/_GidsPaginationItem/GidsPaginationItem.d.ts +2 -2
- package/dist/components/_GidsPaginationItem/GidsPaginationItem.js +2 -2
- package/package.json +9 -9
|
@@ -8,7 +8,7 @@ export interface GidsBaseCardProps extends GidsBaseCardCommonProps<ReactNode>, O
|
|
|
8
8
|
* **Basic Usage**
|
|
9
9
|
*
|
|
10
10
|
* ```tsx
|
|
11
|
-
* import { GidsBaseCard } from '@
|
|
11
|
+
* import { GidsBaseCard } from '@ganpatiinfo/gids-react-web';
|
|
12
12
|
*
|
|
13
13
|
* export const MyComponent = () => (
|
|
14
14
|
* <GidsBaseCard cardType="empty" />
|
|
@@ -18,7 +18,7 @@ export interface GidsBaseCardProps extends GidsBaseCardCommonProps<ReactNode>, O
|
|
|
18
18
|
* **Advanced Usage**
|
|
19
19
|
*
|
|
20
20
|
* ```tsx
|
|
21
|
-
* import { GidsBaseCard } from '@
|
|
21
|
+
* import { GidsBaseCard } from '@ganpatiinfo/gids-react-web';
|
|
22
22
|
*
|
|
23
23
|
* export const MyComponent = () => (
|
|
24
24
|
* <GidsBaseCard cardType="content">
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBaseCard.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBaseCard/GidsBaseCard.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAE7E,OAAc,EACb,KAAK,GAAG,EACR,KAAK,wBAAwB,EAC7B,KAAK,SAAS,EACd,MAAM,OAAO,CAAC;AAIf,MAAM,WAAW,iBAChB,
|
|
1
|
+
{"version":3,"file":"GidsBaseCard.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBaseCard/GidsBaseCard.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAE7E,OAAc,EACb,KAAK,GAAG,EACR,KAAK,wBAAwB,EAC7B,KAAK,SAAS,EACd,MAAM,OAAO,CAAC;AAIf,MAAM,WAAW,iBAChB,SACC,uBAAuB,CAAC,SAAS,CAAC,EAClC,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;CAAG;AAElE;;;;;;;;;;;;;;;;;;;;;;;;;;IA0BI;AACJ,eAAO,MAAM,YAAY,GAAI,wDAM1B,iBAAiB,KAAG,GAAG,CAAC,OAS1B,CAAC"}
|
|
@@ -7,7 +7,7 @@ const { getGidsBaseCardClassNames } = GidsBaseCardWebUtils;
|
|
|
7
7
|
* **Basic Usage**
|
|
8
8
|
*
|
|
9
9
|
* ```tsx
|
|
10
|
-
* import { GidsBaseCard } from '@
|
|
10
|
+
* import { GidsBaseCard } from '@ganpatiinfo/gids-react-web';
|
|
11
11
|
*
|
|
12
12
|
* export const MyComponent = () => (
|
|
13
13
|
* <GidsBaseCard cardType="empty" />
|
|
@@ -17,7 +17,7 @@ const { getGidsBaseCardClassNames } = GidsBaseCardWebUtils;
|
|
|
17
17
|
* **Advanced Usage**
|
|
18
18
|
*
|
|
19
19
|
* ```tsx
|
|
20
|
-
* import { GidsBaseCard } from '@
|
|
20
|
+
* import { GidsBaseCard } from '@ganpatiinfo/gids-react-web';
|
|
21
21
|
*
|
|
22
22
|
* export const MyComponent = () => (
|
|
23
23
|
* <GidsBaseCard cardType="content">
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBaseCard.js","sourceRoot":"","sources":["../../../src/components/GidsBaseCard/GidsBaseCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,KAIN,MAAM,OAAO,CAAC;AAEf,MAAM,EAAE,yBAAyB,EAAE,GAAG,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"GidsBaseCard.js","sourceRoot":"","sources":["../../../src/components/GidsBaseCard/GidsBaseCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,KAIN,MAAM,OAAO,CAAC;AAEf,MAAM,EAAE,yBAAyB,EAAE,GAAG,oBAAoB,CAAC;AAO3D;;;;;;;;;;;;;;;;;;;;;;;;;;IA0BI;AACJ,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,EAC5B,QAAQ,EACR,QAAQ,GAAG,OAAO,EAClB,UAAU,GAAG,SAAS,EACtB,SAAS,EACT,GAAG,IAAI,EACY,EAAe,EAAE;IACpC,OAAO,CACN,gCACK,IAAI,EACR,SAAS,EAAE,yBAAyB,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,EAAE,SAAS,CAAC,IAExE,QAAQ,CACJ,CACN,CAAC;AACH,CAAC,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React, { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
-
import { GidsBasicTableBodyWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
-
|
|
2
|
+
import { GidsBasicTableBodyWebProps, GidsBasicTableCellTypographyStyle } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
+
import { IconAppearance, IconName } from '@ganpatiinfo/gids-web-theme-interface';
|
|
4
|
+
type GidsBasicTableBodyBaseWebProps = GidsBasicTableBodyWebProps<GidsBasicTableCellTypographyStyle, IconName, IconAppearance> & Omit<ComponentPropsWithoutRef<'tbody'>, 'children'>;
|
|
4
5
|
export type GidsBasicTableBodyProps = GidsBasicTableBodyBaseWebProps;
|
|
5
6
|
export declare const GidsBasicTableBody: ({ width, tableBodyData, tableBorders, rowAppearance, rowLabelTypography, rowTextAlignment, className, }: GidsBasicTableBodyProps) => React.JSX.Element;
|
|
6
7
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBasicTableBody.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBasicTableBody/GidsBasicTableBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAC7D,OAAO,EACN,0BAA0B,EAE1B,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"GidsBasicTableBody.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBasicTableBody/GidsBasicTableBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAC7D,OAAO,EACN,0BAA0B,EAE1B,iCAAiC,EACjC,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EACN,cAAc,EACd,QAAQ,EACR,MAAM,uCAAuC,CAAC;AAK/C,KAAK,8BAA8B,GAAG,0BAA0B,CAC/D,iCAAiC,EACjC,QAAQ,EACR,cAAc,CACd,GACA,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,CAAC;AAErD,MAAM,MAAM,uBAAuB,GAAG,8BAA8B,CAAC;AAErE,eAAO,MAAM,kBAAkB,GAAI,yGAQhC,uBAAuB,sBA8BzB,CAAC"}
|
|
@@ -10,9 +10,9 @@ export const GidsBasicTableBody = ({ width = 'full', tableBodyData = [], tableBo
|
|
|
10
10
|
tableBodyData,
|
|
11
11
|
tableBorders,
|
|
12
12
|
});
|
|
13
|
-
return (React.createElement("tbody", { className: getGidsBasicTableBodyClassNames({ width }, className) }, constructedBodyData.map((constructedBody,
|
|
13
|
+
return (React.createElement("tbody", { className: getGidsBasicTableBodyClassNames({ width }, className) }, constructedBodyData.map((constructedBody, indexI) => {
|
|
14
14
|
const constructedBodyRowItems = constructedBody?.rowItems ?? [];
|
|
15
|
-
return (React.createElement(GidsBasicTableRow, { key: `${
|
|
15
|
+
return (React.createElement(GidsBasicTableRow, { key: `${indexI + 1}`, width: width, layout: "horizontal", isHeaderRow: false, rows: constructedBodyRowItems }));
|
|
16
16
|
})));
|
|
17
17
|
};
|
|
18
18
|
//# sourceMappingURL=GidsBasicTableBody.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBasicTableBody.js","sourceRoot":"","sources":["../../../src/components/GidsBasicTableBody/GidsBasicTableBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAC7D,OAAO,EAEN,0BAA0B,
|
|
1
|
+
{"version":3,"file":"GidsBasicTableBody.js","sourceRoot":"","sources":["../../../src/components/GidsBasicTableBody/GidsBasicTableBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAC7D,OAAO,EAEN,0BAA0B,GAE1B,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AAM3E,MAAM,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,GACrE,0BAA0B,CAAC;AAW5B,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,EAClC,KAAK,GAAG,MAAM,EACd,aAAa,GAAG,EAAE,EAClB,YAAY,GAAG,MAAM,EACrB,aAAa,GAAG,MAAM,EACtB,kBAAkB,GAAG,cAAc,EACnC,gBAAgB,GAAG,QAAQ,EAC3B,SAAS,GACgB,EAAE,EAAE;IAC7B,MAAM,mBAAmB,GAAG,2BAA2B,CAIrD;QACD,aAAa;QACb,kBAAkB;QAClB,gBAAgB;QAChB,aAAa;QACb,YAAY;KACZ,CAAC,CAAC;IAEH,OAAO,CACN,+BAAO,SAAS,EAAE,+BAA+B,CAAC,EAAE,KAAK,EAAE,EAAE,SAAS,CAAC,IACrE,mBAAmB,CAAC,GAAG,CAAC,CAAC,eAAe,EAAE,MAAM,EAAE,EAAE;QACpD,MAAM,uBAAuB,GAAG,eAAe,EAAE,QAAQ,IAAI,EAAE,CAAC;QAEhE,OAAO,CACN,oBAAC,iBAAiB,IACjB,GAAG,EAAE,GAAG,MAAM,GAAG,CAAC,EAAE,EACpB,KAAK,EAAE,KAAK,EACZ,MAAM,EAAC,YAAY,EACnB,WAAW,EAAE,KAAK,EAClB,IAAI,EAAE,uBAAuB,GAC5B,CACF,CAAC;IACH,CAAC,CAAC,CACK,CACR,CAAC;AACH,CAAC,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React, { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
-
import { type GidsBasicTableCellWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
-
|
|
4
|
-
export
|
|
2
|
+
import { GidsBasicTableCellTypographyStyle, type GidsBasicTableCellWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
+
import { IconAppearance, IconName } from '@ganpatiinfo/gids-web-theme-interface';
|
|
4
|
+
export type GidsBasicTableCellProps = GidsBasicTableCellWebProps<GidsBasicTableCellTypographyStyle, IconName, IconAppearance> & Omit<ComponentPropsWithoutRef<'td'> & ComponentPropsWithoutRef<'th'>, 'children'>;
|
|
5
|
+
export declare const GidsBasicTableCell: ({ id, uniqueKey, extraData, label, cellDataType, displayTags, width, appearance, borderSides, borderRadiusSides, textAlignment, labelTypography, isHeaderCell, className, ...restProps }: GidsBasicTableCellProps) => React.JSX.Element;
|
|
5
6
|
//# sourceMappingURL=GidsBasicTableCell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBasicTableCell.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBasicTableCell/GidsBasicTableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAC7D,OAAO,
|
|
1
|
+
{"version":3,"file":"GidsBasicTableCell.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBasicTableCell/GidsBasicTableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAC7D,OAAO,EACN,iCAAiC,EAEjC,KAAK,0BAA0B,EAC/B,MAAM,8BAA8B,CAAC;AAGtC,OAAO,EACN,cAAc,EACd,QAAQ,EACR,MAAM,uCAAuC,CAAC;AAO/C,MAAM,MAAM,uBAAuB,GAAG,0BAA0B,CAC/D,iCAAiC,EACjC,QAAQ,EACR,cAAc,CACd,GACA,IAAI,CACH,wBAAwB,CAAC,IAAI,CAAC,GAAG,wBAAwB,CAAC,IAAI,CAAC,EAC/D,UAAU,CACV,CAAC;AAEH,eAAO,MAAM,kBAAkB,GAAI,0LAgBhC,uBAAuB,sBAwDzB,CAAC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { GidsBasicTableCellWebUtils, } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
+
import { GidsDisplayTag } from '../GidsDisplayTag/GidsDisplayTag';
|
|
4
|
+
import { GidsIcon } from '../GidsIcon/GidsIcon';
|
|
3
5
|
const { getGidsBasicTableCellClassNames, getGidsBasicTableCellLabelTypographyClass, } = GidsBasicTableCellWebUtils;
|
|
4
|
-
export const GidsBasicTableCell = ({ label, width = 'full', appearance = 'none', borderSides = [], borderRadiusSides = [], textAlignment = 'center', labelTypography = 'label-medium', isHeaderCell = false, className, ...restProps }) => {
|
|
6
|
+
export const GidsBasicTableCell = ({ id, uniqueKey, extraData, label, cellDataType = 'text', displayTags = [], width = 'full', appearance = 'none', borderSides = [], borderRadiusSides = [], textAlignment = 'center', labelTypography = 'label-medium', isHeaderCell = false, className, ...restProps }) => {
|
|
5
7
|
const CellTag = isHeaderCell ? 'th' : 'td';
|
|
6
8
|
return (React.createElement(CellTag, { ...restProps, className: getGidsBasicTableCellClassNames({
|
|
7
9
|
borderSides,
|
|
@@ -9,7 +11,12 @@ export const GidsBasicTableCell = ({ label, width = 'full', appearance = 'none',
|
|
|
9
11
|
appearance,
|
|
10
12
|
textAlignment,
|
|
11
13
|
width,
|
|
12
|
-
}, className) },
|
|
13
|
-
React.createElement("span", { className: `${getGidsBasicTableCellLabelTypographyClass(labelTypography)}` }, label))
|
|
14
|
+
}, className), id: id, "unique-key": uniqueKey, "extra-data": JSON.stringify(extraData) },
|
|
15
|
+
cellDataType === 'text' && label && label !== '' ? (React.createElement("span", { className: `${getGidsBasicTableCellLabelTypographyClass(labelTypography)}` }, label)) : undefined,
|
|
16
|
+
cellDataType === 'display-tag' &&
|
|
17
|
+
displayTags &&
|
|
18
|
+
displayTags.length > 0 ? (React.createElement("div", { className: "gids-basic-table-cell__display-tags-container" }, displayTags.map((displayTag) => {
|
|
19
|
+
return (React.createElement(GidsDisplayTag, { label: displayTag?.label ?? '', appearance: displayTag?.displayTagAppearance ?? 'subtle', size: displayTag?.displayTagSize ?? 'xs', icon: displayTag?.displayTagIcon ? (React.createElement(GidsIcon, { name: displayTag.displayTagIcon, size: displayTag?.displayTagSize ?? 'xs', appearance: displayTag?.displayTagIconAppearance ?? 'regular' })) : undefined, color: displayTag?.displayTagColor ?? 'accent-5' }));
|
|
20
|
+
}))) : undefined));
|
|
14
21
|
};
|
|
15
22
|
//# sourceMappingURL=GidsBasicTableCell.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBasicTableCell.js","sourceRoot":"","sources":["../../../src/components/GidsBasicTableCell/GidsBasicTableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAC7D,OAAO,
|
|
1
|
+
{"version":3,"file":"GidsBasicTableCell.js","sourceRoot":"","sources":["../../../src/components/GidsBasicTableCell/GidsBasicTableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAC7D,OAAO,EAEN,0BAA0B,GAE1B,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAMhD,MAAM,EACL,+BAA+B,EAC/B,yCAAyC,GACzC,GAAG,0BAA0B,CAAC;AAY/B,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,EAClC,EAAE,EACF,SAAS,EACT,SAAS,EACT,KAAK,EACL,YAAY,GAAG,MAAM,EACrB,WAAW,GAAG,EAAE,EAChB,KAAK,GAAG,MAAM,EACd,UAAU,GAAG,MAAM,EACnB,WAAW,GAAG,EAAE,EAChB,iBAAiB,GAAG,EAAE,EACtB,aAAa,GAAG,QAAQ,EACxB,eAAe,GAAG,cAAc,EAChC,YAAY,GAAG,KAAK,EACpB,SAAS,EACT,GAAG,SAAS,EACa,EAAE,EAAE;IAC7B,MAAM,OAAO,GAAG,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;IAE3C,OAAO,CACN,oBAAC,OAAO,OACH,SAAS,EACb,SAAS,EAAE,+BAA+B,CACzC;YACC,WAAW;YACX,iBAAiB;YACjB,UAAU;YACV,aAAa;YACb,KAAK;SACL,EACD,SAAS,CACT,EACD,EAAE,EAAE,EAAE,gBACM,SAAS,gBACT,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC;QAEpC,YAAY,KAAK,MAAM,IAAI,KAAK,IAAI,KAAK,KAAK,EAAE,CAAC,CAAC,CAAC,CACnD,8BACC,SAAS,EAAE,GAAG,yCAAyC,CAAC,eAAe,CAAC,EAAE,IAEzE,KAAK,CACA,CACP,CAAC,CAAC,CAAC,SAAS;QACZ,YAAY,KAAK,aAAa;YAC/B,WAAW;YACX,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CACxB,6BAAK,SAAS,EAAC,+CAA+C,IAC5D,WAAW,CAAC,GAAG,CAAC,CAAC,UAAU,EAAE,EAAE;YAC/B,OAAO,CACN,oBAAC,cAAc,IACd,KAAK,EAAE,UAAU,EAAE,KAAK,IAAI,EAAE,EAC9B,UAAU,EAAE,UAAU,EAAE,oBAAoB,IAAI,QAAQ,EACxD,IAAI,EAAE,UAAU,EAAE,cAAc,IAAI,IAAI,EACxC,IAAI,EACH,UAAU,EAAE,cAAc,CAAC,CAAC,CAAC,CAC5B,oBAAC,QAAQ,IACR,IAAI,EAAE,UAAU,CAAC,cAAc,EAC/B,IAAI,EAAE,UAAU,EAAE,cAAc,IAAI,IAAI,EACxC,UAAU,EACT,UAAU,EAAE,wBAAwB,IAAI,SAAS,GAEjD,CACF,CAAC,CAAC,CAAC,SAAS,EAEd,KAAK,EAAE,UAAU,EAAE,eAAe,IAAI,UAAU,GAC/C,CACF,CAAC;QACH,CAAC,CAAC,CACG,CACN,CAAC,CAAC,CAAC,SAAS,CACJ,CACV,CAAC;AACH,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBasicTableHead.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBasicTableHead/GidsBasicTableHead.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,wBAAwB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC7E,OAAO,EAEN,qBAAqB,EACrB,KAAK,0BAA0B,EAC/B,MAAM,8BAA8B,CAAC;AAKtC,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AAIxE,KAAK,sBAAsB,GAAG,wBAAwB,CAAC,OAAO,aAAa,CAAC,CAAC;AAC7E,MAAM,MAAM,qCAAqC,GAChD,sBAAsB,CAAC,YAAY,CAAC,CAAC;AAEtC,UAAU,8BACT,SACC,IAAI,CACH,0BAA0B,CACzB,SAAS,EACT,KAAK,EACL,SAAS,EACT,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC,EAAE,KAAK,CAAC,CAC9C,EACD,YAAY,CACZ,EACD,IAAI,CACH,qBAAqB,CAAC,SAAS,EAAE,wBAAwB,CAAC,OAAO,CAAC,CAAC,EACnE,YAAY,GAAG,cAAc,CAC7B,EACD,IAAI,CACH,sBAAsB,EACtB,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAC7C;CAAG;AAEN,MAAM,WAAW,uBAAwB,SAAQ,8BAA8B;IAC9E,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC;IAC1D,UAAU,CAAC,EAAE,qCAAqC,CAAC;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,kBAAkB,GAAI,iyBA6ChC,uBAAuB,
|
|
1
|
+
{"version":3,"file":"GidsBasicTableHead.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBasicTableHead/GidsBasicTableHead.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,wBAAwB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC7E,OAAO,EAEN,qBAAqB,EACrB,KAAK,0BAA0B,EAC/B,MAAM,8BAA8B,CAAC;AAKtC,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AAIxE,KAAK,sBAAsB,GAAG,wBAAwB,CAAC,OAAO,aAAa,CAAC,CAAC;AAC7E,MAAM,MAAM,qCAAqC,GAChD,sBAAsB,CAAC,YAAY,CAAC,CAAC;AAEtC,UAAU,8BACT,SACC,IAAI,CACH,0BAA0B,CACzB,SAAS,EACT,KAAK,EACL,SAAS,EACT,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC,EAAE,KAAK,CAAC,CAC9C,EACD,YAAY,CACZ,EACD,IAAI,CACH,qBAAqB,CAAC,SAAS,EAAE,wBAAwB,CAAC,OAAO,CAAC,CAAC,EACnE,YAAY,GAAG,cAAc,CAC7B,EACD,IAAI,CACH,sBAAsB,EACtB,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAC7C;CAAG;AAEN,MAAM,WAAW,uBAAwB,SAAQ,8BAA8B;IAC9E,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC;IAC1D,UAAU,CAAC,EAAE,qCAAqC,CAAC;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,kBAAkB,GAAI,iyBA6ChC,uBAAuB,sBAsFzB,CAAC"}
|
|
@@ -12,7 +12,7 @@ export const GidsBasicTableHead = ({ actionGroup = false, allFiltersTabVisible =
|
|
|
12
12
|
return (React.createElement("div", { className: getGidsBasicTableHeadClassNames({ borderSides, borderRadiusSides, headAppearance }, className) },
|
|
13
13
|
React.createElement("div", { className: "gids-basic-table-head__content-wrapper" },
|
|
14
14
|
tabVisible && tabItems.length > 0 ? (React.createElement(GidsTab, { appearance: tabAppearance, width: tabWidth, activeTabId: tabProps?.activeTabId ?? undefined, onPressGidsTab: tabProps?.onPressGidsTab }, tabItems.map((tabItem, index) => {
|
|
15
|
-
return (React.createElement(GidsTabItem, { ...tabItem, itemId: tabItem?.itemId ?? `${index + 1}` }));
|
|
15
|
+
return (React.createElement(GidsTabItem, { key: `${tabItem?.itemId}_${index}`, ...tabItem, itemId: tabItem?.itemId ?? `${index + 1}` }));
|
|
16
16
|
}))) : undefined,
|
|
17
17
|
children && childrenPosition === 'top-most' ? children : undefined,
|
|
18
18
|
searchVisible ? (React.createElement(GidsSearchBar, { ...restProps, type: "default", appearance: "default", status: "default", leadingIcon: leadingIcon, leadingLabel: leadingLabel, trailingLabel: trailingLabel, loading: loading, readOnly: readOnly, onGidsSearchBarClear: onGidsSearchBarClear, onChange: onChange, onInput: onInput, onFocus: onFocus, onBlur: onBlur, value: value, disabled: searchDisabled, inputProps: inputProps })) : undefined,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBasicTableHead.js","sourceRoot":"","sources":["../../../src/components/GidsBasicTableHead/GidsBasicTableHead.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwD,MAAM,OAAO,CAAC;AAC7E,OAAO,EACN,0BAA0B,GAG1B,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AACxE,OAAO,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAGpE,MAAM,EAAE,+BAA+B,EAAE,GAAG,0BAA0B,CAAC;AAgCvE,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,EAClC,WAAW,GAAG,KAAK,EACnB,oBAAoB,GAAG,KAAK,EAC5B,qBAAqB,GAAG,KAAK,EAC7B,sBAAsB,GAAG,IAAI,EAC7B,+BAA+B,GAAG,SAAS,EAC3C,cAAc,GAAG,EAAE,EACnB,gBAAgB,GAAG,EAAE,EACrB,UAAU,GAAG,IAAI,EACjB,0BAA0B,GAAG,IAAI,EACjC,sBAAsB,EACtB,0BAA0B,EAC1B,+BAA+B,EAC/B,2BAA2B,EAC3B,2BAA2B,EAC3B,wCAAwC,EACxC,oCAAoC,EACpC,uBAAuB,EACvB,iBAAiB,GAAG,KAAK,EACzB,cAAc,GAAG,KAAK,EACtB,cAAc,EACd,eAAe,EACf,aAAa,GAAG,IAAI,EACpB,cAAc,GAAG,IAAI,EACrB,gBAAgB,GAAG,UAAU,EAC7B,UAAU,GAAG,KAAK,EAClB,QAAQ,EACR,WAAW,GAAG,EAAE,EAChB,iBAAiB,GAAG,EAAE,EACtB,WAAW,EACX,YAAY,EACZ,aAAa,EACb,OAAO,EACP,QAAQ,EACR,oBAAoB,EACpB,QAAQ,EACR,OAAO,EACP,OAAO,EACP,MAAM,EACN,KAAK,GAAG,EAAE,EACV,UAAU,EACV,SAAS,EACT,cAAc,GAAG,iBAAiB,EAClC,QAAQ,EACR,GAAG,SAAS,EACa,EAAE,EAAE;IAC7B,MAAM,QAAQ,GACb,QAAQ,EAAE,QAAQ,IAAI,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;IAC7E,MAAM,aAAa,GAAG,QAAQ,EAAE,UAAU,IAAI,YAAY,CAAC;IAC3D,MAAM,QAAQ,GAAG,QAAQ,EAAE,KAAK,IAAI,MAAM,CAAC;IAE3C,OAAO,CACN,6BACC,SAAS,EAAE,+BAA+B,CACzC,EAAE,WAAW,EAAE,iBAAiB,EAAE,cAAc,EAAE,EAClD,SAAS,CACT;QAED,6BAAK,SAAS,EAAC,wCAAwC;YACrD,UAAU,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CACpC,oBAAC,OAAO,IACP,UAAU,EAAE,aAAa,EACzB,KAAK,EAAE,QAAQ,EACf,WAAW,EAAE,QAAQ,EAAE,WAAW,IAAI,SAAS,EAC/C,cAAc,EAAE,QAAQ,EAAE,cAAc,IAEvC,QAAQ,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,KAAK,EAAE,EAAE;gBAChC,OAAO,CACN,oBAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"GidsBasicTableHead.js","sourceRoot":"","sources":["../../../src/components/GidsBasicTableHead/GidsBasicTableHead.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React, { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
-
import { GidsBasicTableHeaderWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
-
|
|
2
|
+
import { GidsBasicTableCellTypographyStyle, GidsBasicTableHeaderWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
+
import { IconAppearance, IconName } from '@ganpatiinfo/gids-web-theme-interface';
|
|
4
|
+
export type GidsBasicTableHeaderProps = GidsBasicTableHeaderWebProps<GidsBasicTableCellTypographyStyle, IconName, IconAppearance> & Omit<ComponentPropsWithoutRef<'thead'>, 'children'>;
|
|
4
5
|
export declare const GidsBasicTableHeader: ({ width, headerCells, appearance, labelTypography, textAlignment, layout, className, ...restProps }: GidsBasicTableHeaderProps) => React.JSX.Element;
|
|
5
6
|
//# sourceMappingURL=GidsBasicTableHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBasicTableHeader.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBasicTableHeader/GidsBasicTableHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAC7D,OAAO,
|
|
1
|
+
{"version":3,"file":"GidsBasicTableHeader.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBasicTableHeader/GidsBasicTableHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAC7D,OAAO,EACN,iCAAiC,EACjC,4BAA4B,EAE5B,MAAM,8BAA8B,CAAC;AAGtC,OAAO,EACN,cAAc,EACd,QAAQ,EACR,MAAM,uCAAuC,CAAC;AAI/C,MAAM,MAAM,yBAAyB,GAAG,4BAA4B,CACnE,iCAAiC,EACjC,QAAQ,EACR,cAAc,CACd,GACA,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,CAAC;AAErD,eAAO,MAAM,oBAAoB,GAAI,qGASlC,yBAAyB,sBA2C3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBasicTableHeader.js","sourceRoot":"","sources":["../../../src/components/GidsBasicTableHeader/GidsBasicTableHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAC7D,OAAO,EAGN,4BAA4B,GAC5B,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;
|
|
1
|
+
{"version":3,"file":"GidsBasicTableHeader.js","sourceRoot":"","sources":["../../../src/components/GidsBasicTableHeader/GidsBasicTableHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAC7D,OAAO,EAGN,4BAA4B,GAC5B,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AAO3E,MAAM,EAAE,iCAAiC,EAAE,GAAG,4BAA4B,CAAC;AAS3E,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,EACpC,KAAK,GAAG,MAAM,EACd,WAAW,GAAG,EAAE,EAChB,UAAU,GAAG,MAAM,EACnB,eAAe,GAAG,cAAc,EAChC,aAAa,GAAG,QAAQ,EACxB,MAAM,GAAG,YAAY,EACrB,SAAS,EACT,GAAG,SAAS,EACe,EAAE,EAAE;IAC/B,MAAM,oBAAoB,GAAG,iCAAiC,CAC7D,EAAE,KAAK,EAAE,EACT,SAAS,CACT,CAAC;IAEF,MAAM,qBAAqB,GAAG,GAI1B,EAAE;QACL,MAAM,iBAAiB,GAIjB,WAAW,CAAC,GAAG,CACpB,CACC,IAAI,EAKH,EAAE,CAAC,CAAC;YACL,UAAU,EAAE,0CAA0C;YACtD,eAAe,EAAE,0CAA0C;YAC3D,aAAa,EAAE,8CAA8C;YAC7D,GAAG,IAAI,EAAE,2EAA2E;SACpF,CAAC,CACF,CAAC;QAEF,OAAO,iBAAiB,CAAC;IAC1B,CAAC,CAAC;IAEF,OAAO,CACN,kCAAW,SAAS,EAAE,SAAS,EAAE,oBAAoB;QACpD,oBAAC,iBAAiB,IACjB,IAAI,EAAE,qBAAqB,EAAE,EAC7B,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,MAAM,EACd,WAAW,SACV,CACK,CACR,CAAC;AACH,CAAC,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React, { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
-
import { type GidsBasicTableRowWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
-
|
|
4
|
-
export
|
|
2
|
+
import { GidsBasicTableCellTypographyStyle, type GidsBasicTableRowWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
+
import { IconAppearance, IconName } from '@ganpatiinfo/gids-web-theme-interface';
|
|
4
|
+
export type GidsBasicTableRowProps = GidsBasicTableRowWebProps<GidsBasicTableCellTypographyStyle, IconName, IconAppearance> & Omit<ComponentPropsWithoutRef<'tr'>, 'children'>;
|
|
5
|
+
export declare const GidsBasicTableRow: ({ width, layout, rows, isHeaderRow, className, ...restProps }: GidsBasicTableRowProps) => React.JSX.Element;
|
|
5
6
|
//# sourceMappingURL=GidsBasicTableRow.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBasicTableRow.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBasicTableRow/GidsBasicTableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAC7D,OAAO,
|
|
1
|
+
{"version":3,"file":"GidsBasicTableRow.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBasicTableRow/GidsBasicTableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAC7D,OAAO,EACN,iCAAiC,EAEjC,KAAK,yBAAyB,EAC9B,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EACN,cAAc,EACd,QAAQ,EACR,MAAM,uCAAuC,CAAC;AAI/C,MAAM,MAAM,sBAAsB,GAAG,yBAAyB,CAC7D,iCAAiC,EACjC,QAAQ,EACR,cAAc,CACd,GACA,IAAI,CAAC,wBAAwB,CAAC,IAAI,CAAC,EAAE,UAAU,CAAC,CAAC;AAElD,eAAO,MAAM,iBAAiB,GAAI,+DAO/B,sBAAsB,sBAqCxB,CAAC"}
|
|
@@ -2,12 +2,12 @@ import React from 'react';
|
|
|
2
2
|
import { GidsBasicTableRowWebUtils, } from '@ganpatiinfo/gids-web-shared';
|
|
3
3
|
import { GidsBasicTableCell } from '../GidsBasicTableCell/GidsBasicTableCell';
|
|
4
4
|
const { getGidsBasicTableRowClassNames } = GidsBasicTableRowWebUtils;
|
|
5
|
-
export const GidsBasicTableRow = ({ width = 'full',
|
|
5
|
+
export const GidsBasicTableRow = ({ width = 'full', layout = 'horizontal', rows = [], isHeaderRow = false, className, ...restProps }) => {
|
|
6
6
|
const rowClassName = getGidsBasicTableRowClassNames({ width }, className);
|
|
7
7
|
// Layout 1: Vertical Layout (Each cell gets its own unique row)
|
|
8
8
|
if (layout === 'vertical') {
|
|
9
|
-
return (React.createElement(React.Fragment, null, rows.map((
|
|
10
|
-
React.createElement(GidsBasicTableCell, { ...
|
|
9
|
+
return (React.createElement(React.Fragment, null, rows.map((tableRow, index) => (React.createElement("tr", { ...restProps, key: `row-v-${index + 1}`, className: rowClassName },
|
|
10
|
+
React.createElement(GidsBasicTableCell, { ...tableRow, width: width, isHeaderCell: isHeaderRow }))))));
|
|
11
11
|
}
|
|
12
12
|
// Layout 2: Horizontal Layout (Standard single row mapping all cells)
|
|
13
13
|
return (React.createElement("tr", { ...restProps, className: rowClassName }, rows.map((row, index) => (React.createElement(GidsBasicTableCell, { key: `row-h-${index + 1}`, ...row, width: width, isHeaderCell: isHeaderRow })))));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBasicTableRow.js","sourceRoot":"","sources":["../../../src/components/GidsBasicTableRow/GidsBasicTableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAC7D,OAAO,
|
|
1
|
+
{"version":3,"file":"GidsBasicTableRow.js","sourceRoot":"","sources":["../../../src/components/GidsBasicTableRow/GidsBasicTableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAC7D,OAAO,EAEN,yBAAyB,GAEzB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAM9E,MAAM,EAAE,8BAA8B,EAAE,GAAG,yBAAyB,CAAC;AASrE,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,EACjC,KAAK,GAAG,MAAM,EACd,MAAM,GAAG,YAAY,EACrB,IAAI,GAAG,EAAE,EACT,WAAW,GAAG,KAAK,EACnB,SAAS,EACT,GAAG,SAAS,EACY,EAAE,EAAE;IAC5B,MAAM,YAAY,GAAG,8BAA8B,CAAC,EAAE,KAAK,EAAE,EAAE,SAAS,CAAC,CAAC;IAE1E,gEAAgE;IAChE,IAAI,MAAM,KAAK,UAAU,EAAE,CAAC;QAC3B,OAAO,CACN,0CACE,IAAI,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE,KAAK,EAAE,EAAE,CAAC,CAC9B,+BACK,SAAS,EACb,GAAG,EAAE,SAAS,KAAK,GAAG,CAAC,EAAE,EACzB,SAAS,EAAE,YAAY;YAEvB,oBAAC,kBAAkB,OACd,QAAQ,EACZ,KAAK,EAAE,KAAK,EACZ,YAAY,EAAE,WAAW,GACxB,CACE,CACL,CAAC,CACA,CACH,CAAC;IACH,CAAC;IAED,sEAAsE;IACtE,OAAO,CACN,+BAAQ,SAAS,EAAE,SAAS,EAAE,YAAY,IACxC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,KAAK,EAAE,EAAE,CAAC,CACzB,oBAAC,kBAAkB,IAClB,GAAG,EAAE,SAAS,KAAK,GAAG,CAAC,EAAE,KACrB,GAAG,EACP,KAAK,EAAE,KAAK,EACZ,YAAY,EAAE,WAAW,GACxB,CACF,CAAC,CACE,CACL,CAAC;AACH,CAAC,CAAC"}
|
|
@@ -7,7 +7,7 @@ export type GidsBoxProps<E extends PermittedGidsBoxElements> = GidsBoxWebProps<R
|
|
|
7
7
|
* **Usage**
|
|
8
8
|
*
|
|
9
9
|
* ```tsx
|
|
10
|
-
* import { GidsBox } from '@
|
|
10
|
+
* import { GidsBox } from '@ganpatiinfo/gids-react-web';
|
|
11
11
|
*
|
|
12
12
|
* export const MyComponent = () => (
|
|
13
13
|
* <GidsBox className="gids-box-demo__container-with-text" component="div">
|
|
@@ -7,7 +7,7 @@ const { getGidsBoxClassNames } = GidsBoxWebUtils;
|
|
|
7
7
|
* **Usage**
|
|
8
8
|
*
|
|
9
9
|
* ```tsx
|
|
10
|
-
* import { GidsBox } from '@
|
|
10
|
+
* import { GidsBox } from '@ganpatiinfo/gids-react-web';
|
|
11
11
|
*
|
|
12
12
|
* export const MyComponent = () => (
|
|
13
13
|
* <GidsBox className="gids-box-demo__container-with-text" component="div">
|
|
@@ -7,7 +7,7 @@ export type GidsBreadcrumbProps = GidsBreadcrumbCommonProps<ReactNode> & Omit<Co
|
|
|
7
7
|
* **Usage**
|
|
8
8
|
*
|
|
9
9
|
* ```tsx
|
|
10
|
-
* import { GidsBreadcrumb } from '@
|
|
10
|
+
* import { GidsBreadcrumb } from '@ganpatiinfo/gids-react-web';
|
|
11
11
|
*
|
|
12
12
|
* export const MyComponent = () => (
|
|
13
13
|
* <GidsBreadcrumb>
|
|
@@ -7,7 +7,7 @@ const { getGidsBreadcrumbClassNames } = GidsBreadcrumbWebUtils;
|
|
|
7
7
|
* **Usage**
|
|
8
8
|
*
|
|
9
9
|
* ```tsx
|
|
10
|
-
* import { GidsBreadcrumb } from '@
|
|
10
|
+
* import { GidsBreadcrumb } from '@ganpatiinfo/gids-react-web';
|
|
11
11
|
*
|
|
12
12
|
* export const MyComponent = () => (
|
|
13
13
|
* <GidsBreadcrumb>
|
|
@@ -11,7 +11,7 @@ export type GidsBreadcrumbItemProps = GidsBreadcrumbItemCommonProps<ReactNode |
|
|
|
11
11
|
* **Usage**
|
|
12
12
|
*
|
|
13
13
|
* ```tsx
|
|
14
|
-
* import { GidsBreadcrumbItem } from '@
|
|
14
|
+
* import { GidsBreadcrumbItem } from '@ganpatiinfo/gids-react-web';
|
|
15
15
|
*
|
|
16
16
|
* export const MyComponent = () => (
|
|
17
17
|
* <GidsBreadcrumbItem
|
|
@@ -8,7 +8,7 @@ const { getGidsBreadcrumbItemClassNames } = GidsBreadcrumbItemWebUtils;
|
|
|
8
8
|
* **Usage**
|
|
9
9
|
*
|
|
10
10
|
* ```tsx
|
|
11
|
-
* import { GidsBreadcrumbItem } from '@
|
|
11
|
+
* import { GidsBreadcrumbItem } from '@ganpatiinfo/gids-react-web';
|
|
12
12
|
*
|
|
13
13
|
* export const MyComponent = () => (
|
|
14
14
|
* <GidsBreadcrumbItem
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import React, { type ComponentPropsWithoutRef, type ReactNode } from 'react';
|
|
2
|
-
import { GidsBsTableWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
+
import { GidsBasicTableCellTypographyStyle, GidsBsTableWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
3
3
|
import { GidsBasicTableHeadProps } from '../GidsBasicTableHead/GidsBasicTableHead';
|
|
4
|
-
|
|
4
|
+
import { IconAppearance, IconName } from '@ganpatiinfo/gids-web-theme-interface';
|
|
5
|
+
type GidsBsTableBaseWebProps = Omit<GidsBsTableWebProps<GidsBasicTableCellTypographyStyle, IconName, IconAppearance, ReactNode, Event, ReactNode, Omit<ComponentPropsWithoutRef<'input'>, 'ref'>>, 'inputProps'> & GidsBasicTableHeadProps;
|
|
5
6
|
export type GidsBsTableProps = GidsBsTableBaseWebProps;
|
|
6
|
-
export declare const GidsBsTable: ({ topHeaderCells, tableBody, width, isTopHeaderVisible, isHeadVisible, topHeaderAppearance, topHeaderLabelTypography, topHeaderTextAlignment, rowAppearance, rowLabelTypography, rowTextAlignment, tableBorders, tableBorderRadius, tableBodyMaxHeight, className, actionGroup, allFiltersTabVisible, moreFiltersTabVisible, clearAllFiltersVisible, clearAllFiltersButtonAppearance, primaryFilters, secondaryFilters, filterSize, filterAllIsDefaultSelected, dropdownDividerVisible, onToggleActionBarAllFilter, onToggleActionBarDropdownFilter, onToggleActionBarMoreFilter, onToggleActionBarNoneFilter, onDropdownSelectionActionBarFilterChange, onMoreSelectionActionBarFilterChange, onClearAllFiltersButton, actionBarDisabled, searchDisabled, allFiltersData, moreFiltersData, searchVisible, filtersVisible, childrenPosition, tabVisible, tabProps, headBorderSides, headBorderRadiusSides, leadingIcon, leadingLabel, trailingLabel, loading, readOnly, onGidsSearchBarClear, onChange, onInput, onFocus, onBlur, headValue, inputProps,
|
|
7
|
+
export declare const GidsBsTable: ({ topHeaderCells, tableBody, width, isTopHeaderVisible, isHeadVisible, topHeaderAppearance, topHeaderLabelTypography, topHeaderTextAlignment, rowAppearance, rowLabelTypography, rowTextAlignment, tableBorders, tableBorderRadius, tableBodyMaxHeight, className, actionGroup, allFiltersTabVisible, moreFiltersTabVisible, clearAllFiltersVisible, clearAllFiltersButtonAppearance, primaryFilters, secondaryFilters, filterSize, filterAllIsDefaultSelected, dropdownDividerVisible, onToggleActionBarAllFilter, onToggleActionBarDropdownFilter, onToggleActionBarMoreFilter, onToggleActionBarNoneFilter, onDropdownSelectionActionBarFilterChange, onMoreSelectionActionBarFilterChange, onClearAllFiltersButton, actionBarDisabled, searchDisabled, allFiltersData, moreFiltersData, searchVisible, filtersVisible, children, childrenPosition, tabVisible, tabProps, headBorderSides, headBorderRadiusSides, leadingIcon, leadingLabel, trailingLabel, loading, readOnly, onGidsSearchBarClear, onChange, onInput, onFocus, onBlur, headValue, inputProps, headAppearance, ...restProps }: GidsBsTableProps) => React.JSX.Element;
|
|
7
8
|
export {};
|
|
8
9
|
//# sourceMappingURL=GidsBsTable.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBsTable.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBsTable/GidsBsTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,wBAAwB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC7E,OAAO,EACN,mBAAmB,EAEnB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAEN,uBAAuB,EACvB,MAAM,0CAA0C,CAAC;
|
|
1
|
+
{"version":3,"file":"GidsBsTable.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBsTable/GidsBsTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,wBAAwB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC7E,OAAO,EACN,iCAAiC,EACjC,mBAAmB,EAEnB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAEN,uBAAuB,EACvB,MAAM,0CAA0C,CAAC;AAGlD,OAAO,EACN,cAAc,EACd,QAAQ,EACR,MAAM,uCAAuC,CAAC;AAU/C,KAAK,uBAAuB,GAAG,IAAI,CAClC,mBAAmB,CAClB,iCAAiC,EACjC,QAAQ,EACR,cAAc,EACd,SAAS,EACT,KAAK,EACL,SAAS,EACT,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC,EAAE,KAAK,CAAC,CAC9C,EACD,YAAY,CACZ,GACA,uBAAuB,CAAC;AAEzB,MAAM,MAAM,gBAAgB,GAAG,uBAAuB,CAAC;AAEvD,eAAO,MAAM,WAAW,GAAI,miCA8DzB,gBAAgB,sBAyGlB,CAAC"}
|
|
@@ -8,7 +8,7 @@ export const GidsBsTable = ({
|
|
|
8
8
|
// Table properties
|
|
9
9
|
topHeaderCells = [], tableBody = [], width = 'full', isTopHeaderVisible = false, isHeadVisible = true, topHeaderAppearance = 'none', topHeaderLabelTypography = 'eyebrow-small', topHeaderTextAlignment = 'left', rowAppearance = 'none', rowLabelTypography = 'label-small', rowTextAlignment = 'left', tableBorders = 'none', tableBorderRadius = [], tableBodyMaxHeight = 200, className,
|
|
10
10
|
// Table Head properties
|
|
11
|
-
actionGroup = false, allFiltersTabVisible = false, moreFiltersTabVisible = false, clearAllFiltersVisible = true, clearAllFiltersButtonAppearance = 'primary', primaryFilters = [], secondaryFilters = [], filterSize = 'xs', filterAllIsDefaultSelected = true, dropdownDividerVisible, onToggleActionBarAllFilter, onToggleActionBarDropdownFilter, onToggleActionBarMoreFilter, onToggleActionBarNoneFilter, onDropdownSelectionActionBarFilterChange, onMoreSelectionActionBarFilterChange, onClearAllFiltersButton, actionBarDisabled = false, searchDisabled = false, allFiltersData, moreFiltersData, searchVisible = true, filtersVisible = true, childrenPosition = 'top-most', tabVisible = false, tabProps, headBorderSides = [], headBorderRadiusSides = [], leadingIcon, leadingLabel, trailingLabel, loading, readOnly, onGidsSearchBarClear, onChange, onInput, onFocus, onBlur, headValue = '', inputProps,
|
|
11
|
+
actionGroup = false, allFiltersTabVisible = false, moreFiltersTabVisible = false, clearAllFiltersVisible = true, clearAllFiltersButtonAppearance = 'primary', primaryFilters = [], secondaryFilters = [], filterSize = 'xs', filterAllIsDefaultSelected = true, dropdownDividerVisible, onToggleActionBarAllFilter, onToggleActionBarDropdownFilter, onToggleActionBarMoreFilter, onToggleActionBarNoneFilter, onDropdownSelectionActionBarFilterChange, onMoreSelectionActionBarFilterChange, onClearAllFiltersButton, actionBarDisabled = false, searchDisabled = false, allFiltersData, moreFiltersData, searchVisible = true, filtersVisible = true, children, childrenPosition = 'top-most', tabVisible = false, tabProps, headBorderSides = [], headBorderRadiusSides = [], leadingIcon, leadingLabel, trailingLabel, loading, readOnly, onGidsSearchBarClear, onChange, onInput, onFocus, onBlur, headValue = '', inputProps, headAppearance = 'surface-default', ...restProps }) => {
|
|
12
12
|
return (React.createElement("div", { className: getGidsBsTableClassNames({ width, tableBorders, tableBorderRadius }, className) },
|
|
13
13
|
isHeadVisible ? (React.createElement(GidsBasicTableHead, { ...restProps, actionGroup: actionGroup, allFiltersTabVisible: allFiltersTabVisible, moreFiltersTabVisible: moreFiltersTabVisible, clearAllFiltersVisible: clearAllFiltersVisible, clearAllFiltersButtonAppearance: clearAllFiltersButtonAppearance, primaryFilters: primaryFilters, secondaryFilters: secondaryFilters, filterSize: filterSize, filterAllIsDefaultSelected: filterAllIsDefaultSelected, dropdownDividerVisible: dropdownDividerVisible, onToggleActionBarAllFilter: onToggleActionBarAllFilter, onToggleActionBarDropdownFilter: onToggleActionBarDropdownFilter, onToggleActionBarMoreFilter: onToggleActionBarMoreFilter, onToggleActionBarNoneFilter: onToggleActionBarNoneFilter, onDropdownSelectionActionBarFilterChange: onDropdownSelectionActionBarFilterChange, onMoreSelectionActionBarFilterChange: onMoreSelectionActionBarFilterChange, onClearAllFiltersButton: onClearAllFiltersButton, actionBarDisabled: actionBarDisabled, searchDisabled: searchDisabled, allFiltersData: allFiltersData, moreFiltersData: moreFiltersData, searchVisible: searchVisible, filtersVisible: filtersVisible, childrenPosition: childrenPosition, tabVisible: tabVisible, tabProps: tabProps, borderSides: headBorderSides, borderRadiusSides: headBorderRadiusSides, leadingIcon: leadingIcon, leadingLabel: leadingLabel, trailingLabel: trailingLabel, loading: loading, readOnly: readOnly, onGidsSearchBarClear: onGidsSearchBarClear, onChange: onChange, onInput: onInput, onFocus: onFocus, onBlur: onBlur, value: headValue, inputProps: inputProps, headAppearance: headAppearance }, children ? children : undefined)) : undefined,
|
|
14
14
|
React.createElement("div", { className: "gids-bs-table__scroll-container", style: (tableBodyMaxHeight
|
|
@@ -16,7 +16,7 @@ actionGroup = false, allFiltersTabVisible = false, moreFiltersTabVisible = false
|
|
|
16
16
|
: {}) },
|
|
17
17
|
React.createElement("table", { className: getBsTableClasses({ width, isHeadVisible }) },
|
|
18
18
|
isTopHeaderVisible && topHeaderCells && topHeaderCells.length > 0 ? (React.createElement(GidsBasicTableHeader, { appearance: topHeaderAppearance, labelTypography: topHeaderLabelTypography, textAlignment: topHeaderTextAlignment, headerCells: getCustomisedTopHeaderCells({
|
|
19
|
-
topHeaderCells,
|
|
19
|
+
topHeaderCells: topHeaderCells,
|
|
20
20
|
tableBorders,
|
|
21
21
|
}), width: isHeadVisible ? 'full' : width })) : undefined,
|
|
22
22
|
tableBody && tableBody.length > 0 ? (React.createElement(GidsBasicTableBody, { width: width, tableBodyData: tableBody, tableBorders: getBsTableBodyBorder({ tableBorders }), rowAppearance: rowAppearance, rowLabelTypography: rowLabelTypography, rowTextAlignment: rowTextAlignment })) : undefined))));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBsTable.js","sourceRoot":"","sources":["../../../src/components/GidsBsTable/GidsBsTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwD,MAAM,OAAO,CAAC;AAC7E,OAAO,
|
|
1
|
+
{"version":3,"file":"GidsBsTable.js","sourceRoot":"","sources":["../../../src/components/GidsBsTable/GidsBsTable.tsx"],"names":[],"mappings":"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"}
|
|
@@ -8,7 +8,7 @@ export interface GidsCardProps extends GidsCardCommonProps<ReactNode, string, st
|
|
|
8
8
|
* **Basic Usage**
|
|
9
9
|
*
|
|
10
10
|
* ```tsx
|
|
11
|
-
* import { GidsCard } from '@
|
|
11
|
+
* import { GidsCard } from '@ganpatiinfo/gids-react-web';
|
|
12
12
|
*
|
|
13
13
|
* export const MyComponent = () => (
|
|
14
14
|
* <GidsCard
|
|
@@ -24,7 +24,7 @@ export interface GidsCardProps extends GidsCardCommonProps<ReactNode, string, st
|
|
|
24
24
|
* **Advanced Usage**
|
|
25
25
|
*
|
|
26
26
|
* ```tsx
|
|
27
|
-
* import { GidsCard } from '@
|
|
27
|
+
* import { GidsCard } from '@ganpatiinfo/gids-react-web';
|
|
28
28
|
*
|
|
29
29
|
* export const MyComponent = () => (
|
|
30
30
|
* <GidsCard
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsCard.d.ts","sourceRoot":"","sources":["../../../src/components/GidsCard/GidsCard.tsx"],"names":[],"mappings":"AAAA,OAAc,EACb,KAAK,GAAG,EACR,KAAK,wBAAwB,EAC7B,KAAK,SAAS,EACd,MAAM,OAAO,CAAC;AACf,OAAO,EACN,KAAK,mBAAmB,EAExB,MAAM,+BAA+B,CAAC;AAQvC,MAAM,WAAW,aAChB,
|
|
1
|
+
{"version":3,"file":"GidsCard.d.ts","sourceRoot":"","sources":["../../../src/components/GidsCard/GidsCard.tsx"],"names":[],"mappings":"AAAA,OAAc,EACb,KAAK,GAAG,EACR,KAAK,wBAAwB,EAC7B,KAAK,SAAS,EACd,MAAM,OAAO,CAAC;AACf,OAAO,EACN,KAAK,mBAAmB,EAExB,MAAM,+BAA+B,CAAC;AAQvC,MAAM,WAAW,aAChB,SACC,mBAAmB,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,EAC9C,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;CAAG;AAElE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsDI;AACJ,eAAO,MAAM,QAAQ,GAAI,sIAWtB,aAAa,KAAG,GAAG,CAAC,OAmFtB,CAAC"}
|
|
@@ -11,7 +11,7 @@ const { isContentContainerVisible, isSimpleCard } = GidsCardCommonUtils;
|
|
|
11
11
|
* **Basic Usage**
|
|
12
12
|
*
|
|
13
13
|
* ```tsx
|
|
14
|
-
* import { GidsCard } from '@
|
|
14
|
+
* import { GidsCard } from '@ganpatiinfo/gids-react-web';
|
|
15
15
|
*
|
|
16
16
|
* export const MyComponent = () => (
|
|
17
17
|
* <GidsCard
|
|
@@ -27,7 +27,7 @@ const { isContentContainerVisible, isSimpleCard } = GidsCardCommonUtils;
|
|
|
27
27
|
* **Advanced Usage**
|
|
28
28
|
*
|
|
29
29
|
* ```tsx
|
|
30
|
-
* import { GidsCard } from '@
|
|
30
|
+
* import { GidsCard } from '@ganpatiinfo/gids-react-web';
|
|
31
31
|
*
|
|
32
32
|
* export const MyComponent = () => (
|
|
33
33
|
* <GidsCard
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsCard.js","sourceRoot":"","sources":["../../../src/components/GidsCard/GidsCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAIN,MAAM,OAAO,CAAC;AACf,OAAO,EAEN,mBAAmB,GACnB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAE/D,MAAM,EAAE,qBAAqB,EAAE,GAAG,gBAAgB,CAAC;AACnD,MAAM,EAAE,yBAAyB,EAAE,YAAY,EAAE,GAAG,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"GidsCard.js","sourceRoot":"","sources":["../../../src/components/GidsCard/GidsCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAIN,MAAM,OAAO,CAAC;AACf,OAAO,EAEN,mBAAmB,GACnB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAE/D,MAAM,EAAE,qBAAqB,EAAE,GAAG,gBAAgB,CAAC;AACnD,MAAM,EAAE,yBAAyB,EAAE,YAAY,EAAE,GAAG,mBAAmB,CAAC;AAOxE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsDI;AACJ,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,EACxB,QAAQ,EACR,cAAc,EACd,aAAa,EACb,OAAO,EACP,UAAU,EACV,WAAW,EACX,kBAAkB,EAClB,aAAa,EACb,SAAS,EACT,GAAG,IAAI,EACQ,EAAe,EAAE;IAChC,MAAM,SAAS,GAAG,GAAG,EAAE;QACtB,QAAQ,cAAc,EAAE,CAAC;YACxB,KAAK,QAAQ;gBACZ,OAAO,CACN,oBAAC,UAAU,IACV,UAAU,EAAC,OAAO,EAClB,IAAI,EAAC,IAAI,EACT,QAAQ,EAAE,aAAa,IAAI,EAAE,GAC5B,CACF,CAAC;YAEH;gBACC,OAAO,CACN,6BACC,GAAG,EAAE,aAAa,EAClB,GAAG,EAAC,UAAU,EACd,SAAS,EAAC,kBAAkB,GAC3B,CACF,CAAC;QACJ,CAAC;IACF,CAAC,CAAC;IAEF,OAAO,CACN,gCACK,IAAI,EACR,SAAS,EAAE,qBAAqB,CAC/B,EAAE,YAAY,EAAE,YAAY,CAAC,EAAE,aAAa,EAAE,aAAa,EAAE,CAAC,EAAE,EAChE,SAAS,CACT;QAED,oBAAC,YAAY,IACZ,QAAQ,EAAC,SAAS,EAClB,UAAU,EAAE,kBAAkB,EAC9B,SAAS,EACR,YAAY,CAAC,EAAE,aAAa,EAAE,aAAa,EAAE,CAAC;gBAC7C,CAAC,CAAC,6BAA6B;gBAC/B,CAAC,CAAC,+BAA+B;YAGnC,6BACC,SAAS,EACR,YAAY,CAAC,EAAE,aAAa,EAAE,aAAa,EAAE,CAAC;oBAC7C,CAAC,CAAC,wCAAwC;oBAC1C,CAAC,CAAC,0CAA0C;gBAG7C,aAAa,CAAC,CAAC,CAAC,CAChB,6BACC,SAAS,EACR,cAAc,KAAK,QAAQ;wBAC1B,CAAC,CAAC,oCAAoC;wBACtC,CAAC,CAAC,mCAAmC,IAGtC,SAAS,EAAE,CACP,CACN,CAAC,CAAC,CAAC,IAAI;gBACP,yBAAyB,CAAC;oBAC1B,OAAO;oBACP,UAAU;oBACV,WAAW;oBACX,QAAQ;iBACR,CAAC,CAAC,CAAC,CAAC,CACJ,6BAAK,SAAS,EAAC,8BAA8B;oBAC3C,OAAO,IAAI,OAAO,KAAK,EAAE,CAAC,CAAC,CAAC,CAC5B,6BAAK,SAAS,EAAC,oBAAoB,IAAE,OAAO,CAAO,CACnD,CAAC,CAAC,CAAC,IAAI;oBACP,UAAU,IAAI,UAAU,KAAK,EAAE,CAAC,CAAC,CAAC,CAClC,6BAAK,SAAS,EAAC,uBAAuB,IAAE,UAAU,CAAO,CACzD,CAAC,CAAC,CAAC,IAAI;oBACP,WAAW,IAAI,WAAW,KAAK,EAAE,CAAC,CAAC,CAAC,CACpC,2BAAG,SAAS,EAAC,wBAAwB,IAAE,WAAW,CAAK,CACvD,CAAC,CAAC,CAAC,IAAI;oBACP,QAAQ,CAAC,CAAC,CAAC,CACX,6BAAK,SAAS,EAAC,qBAAqB,IAAE,QAAQ,CAAO,CACrD,CAAC,CAAC,CAAC,IAAI,CACH,CACN,CAAC,CAAC,CAAC,IAAI,CACH,CACQ,CACV,CACN,CAAC;AACH,CAAC,CAAC"}
|
|
@@ -13,7 +13,7 @@ export type GidsCompoundButtonProps = GidsCompoundButtonCommonProps<IconName, Re
|
|
|
13
13
|
* This is the basic and default usage of GidsCompoundButton
|
|
14
14
|
*
|
|
15
15
|
* ```tsx
|
|
16
|
-
* import { GidsCompoundButton } from '@
|
|
16
|
+
* import { GidsCompoundButton } from '@ganpatiinfo/gids-react-web';
|
|
17
17
|
*
|
|
18
18
|
* export const MyComponent = () => (
|
|
19
19
|
* <GidsCompoundButton>
|
|
@@ -27,7 +27,7 @@ export type GidsCompoundButtonProps = GidsCompoundButtonCommonProps<IconName, Re
|
|
|
27
27
|
* This is the advanced usage of GidsCompoundButton
|
|
28
28
|
*
|
|
29
29
|
* ```tsx
|
|
30
|
-
* import { GidsCompoundButton } from '@
|
|
30
|
+
* import { GidsCompoundButton } from '@ganpatiinfo/gids-react-web';
|
|
31
31
|
*
|
|
32
32
|
* export const MyComponent = () => (
|
|
33
33
|
* <GidsCompoundButton
|
|
@@ -12,7 +12,7 @@ const { getGidsCompoundButtonClassNames } = GidsCompoundButtonWebUtils;
|
|
|
12
12
|
* This is the basic and default usage of GidsCompoundButton
|
|
13
13
|
*
|
|
14
14
|
* ```tsx
|
|
15
|
-
* import { GidsCompoundButton } from '@
|
|
15
|
+
* import { GidsCompoundButton } from '@ganpatiinfo/gids-react-web';
|
|
16
16
|
*
|
|
17
17
|
* export const MyComponent = () => (
|
|
18
18
|
* <GidsCompoundButton>
|
|
@@ -26,7 +26,7 @@ const { getGidsCompoundButtonClassNames } = GidsCompoundButtonWebUtils;
|
|
|
26
26
|
* This is the advanced usage of GidsCompoundButton
|
|
27
27
|
*
|
|
28
28
|
* ```tsx
|
|
29
|
-
* import { GidsCompoundButton } from '@
|
|
29
|
+
* import { GidsCompoundButton } from '@ganpatiinfo/gids-react-web';
|
|
30
30
|
*
|
|
31
31
|
* export const MyComponent = () => (
|
|
32
32
|
* <GidsCompoundButton
|
|
@@ -9,7 +9,7 @@ export type GidsContainerProps = GidsContainerWebProps<ReactNode> & ComponentPro
|
|
|
9
9
|
* **Usage**
|
|
10
10
|
*
|
|
11
11
|
* ```tsx
|
|
12
|
-
* import { GidsContainer } from '@
|
|
12
|
+
* import { GidsContainer } from '@ganpatiinfo/gids-react-web';
|
|
13
13
|
*
|
|
14
14
|
* export const MyComponent = () => (
|
|
15
15
|
* <GidsContainer
|
|
@@ -7,7 +7,7 @@ const { getGidsContainerClassNames } = GidsContainerWebUtils;
|
|
|
7
7
|
* **Usage**
|
|
8
8
|
*
|
|
9
9
|
* ```tsx
|
|
10
|
-
* import { GidsContainer } from '@
|
|
10
|
+
* import { GidsContainer } from '@ganpatiinfo/gids-react-web';
|
|
11
11
|
*
|
|
12
12
|
* export const MyComponent = () => (
|
|
13
13
|
* <GidsContainer
|
|
@@ -7,7 +7,7 @@ export type GidsLabelProps = GidsLabelWebProps<ReactNode> & ComponentPropsWithRe
|
|
|
7
7
|
* **Usage**
|
|
8
8
|
*
|
|
9
9
|
* ```tsx
|
|
10
|
-
* import { GidsLabel } from '@
|
|
10
|
+
* import { GidsLabel } from '@ganpatiinfo/gids-react-web';
|
|
11
11
|
*
|
|
12
12
|
* export const MyComponent = () => (
|
|
13
13
|
* <GidsLabel>First Name</GidsLabel>
|
|
@@ -18,7 +18,7 @@ export type GidsLabelProps = GidsLabelWebProps<ReactNode> & ComponentPropsWithRe
|
|
|
18
18
|
* **Usage**
|
|
19
19
|
*
|
|
20
20
|
* ```tsx
|
|
21
|
-
* import { GidsLabel, GidsLabelInfo } from '@
|
|
21
|
+
* import { GidsLabel, GidsLabelInfo } from '@ganpatiinfo/gids-react-web';
|
|
22
22
|
*
|
|
23
23
|
* export const MyComponent = () => (
|
|
24
24
|
* <GidsLabel
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsLabel.d.ts","sourceRoot":"","sources":["../../../src/components/GidsLabel/GidsLabel.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"GidsLabel.d.ts","sourceRoot":"","sources":["../../../src/components/GidsLabel/GidsLabel.tsx"],"names":[],"mappings":"AACA,OAAO,EACN,KAAK,iBAAiB,EAEtB,MAAM,8BAA8B,CAAC;AACtC,OAAO,KAAK,EAAE,EAAE,KAAK,qBAAqB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAK1E,MAAM,MAAM,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC,GACxD,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAE9B;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4BI;AAEJ,wBAAgB,SAAS,CAAC,EACzB,QAAQ,EACR,QAAQ,EACR,gBAAgB,EAChB,4BAA4B,EAC5B,4BAA4B,EAC5B,IAAI,EACJ,OAAO,EACP,OAAO,EACP,SAAS,EACT,eAAe,EACf,GAAG,IAAI,EACP,EAAE,cAAc,qBAmBhB"}
|
|
@@ -9,7 +9,7 @@ const { getGidsLabelClassNames } = GidsLabelWebUtils;
|
|
|
9
9
|
* **Usage**
|
|
10
10
|
*
|
|
11
11
|
* ```tsx
|
|
12
|
-
* import { GidsLabel } from '@
|
|
12
|
+
* import { GidsLabel } from '@ganpatiinfo/gids-react-web';
|
|
13
13
|
*
|
|
14
14
|
* export const MyComponent = () => (
|
|
15
15
|
* <GidsLabel>First Name</GidsLabel>
|
|
@@ -20,7 +20,7 @@ const { getGidsLabelClassNames } = GidsLabelWebUtils;
|
|
|
20
20
|
* **Usage**
|
|
21
21
|
*
|
|
22
22
|
* ```tsx
|
|
23
|
-
* import { GidsLabel, GidsLabelInfo } from '@
|
|
23
|
+
* import { GidsLabel, GidsLabelInfo } from '@ganpatiinfo/gids-react-web';
|
|
24
24
|
*
|
|
25
25
|
* export const MyComponent = () => (
|
|
26
26
|
* <GidsLabel
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsLabel.js","sourceRoot":"","sources":["../../../src/components/GidsLabel/GidsLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,
|
|
1
|
+
{"version":3,"file":"GidsLabel.js","sourceRoot":"","sources":["../../../src/components/GidsLabel/GidsLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAEN,iBAAiB,GACjB,MAAM,8BAA8B,CAAC;AACtC,OAAO,KAAqD,MAAM,OAAO,CAAC;AAE1E,MAAM,EAAE,gBAAgB,EAAE,GAAG,oBAAoB,CAAC;AAClD,MAAM,EAAE,sBAAsB,EAAE,GAAG,iBAAiB,CAAC;AAKrD;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4BI;AAEJ,MAAM,UAAU,SAAS,CAAC,EACzB,QAAQ,EACR,QAAQ,EACR,gBAAgB,EAChB,4BAA4B,EAC5B,4BAA4B,EAC5B,IAAI,EACJ,OAAO,EACP,OAAO,EACP,SAAS,EACT,eAAe,EACf,GAAG,IAAI,EACS;IAChB,MAAM,aAAa,GAAG,gBAAgB,CAAC;QACtC,QAAQ;QACR,gBAAgB;QAChB,4BAA4B;QAC5B,4BAA4B;QAC5B,eAAe;KACf,CAAC,CAAC;IACH,OAAO,CACN,6BAAK,SAAS,EAAE,sBAAsB,CAAC,EAAE,QAAQ,EAAE,EAAE,SAAS,CAAC,KAAM,IAAI;QACxE,+BAAO,OAAO,EAAE,OAAO,EAAE,EAAE,EAAE,OAAO;YAClC,QAAQ;YACR,aAAa,KAAK,SAAS,IAAI,CAC/B,8BAAM,SAAS,EAAC,+BAA+B,IAAE,aAAa,CAAQ,CACtE,CACM;QACP,IAAI,CACA,CACN,CAAC;AACH,CAAC"}
|
|
@@ -9,7 +9,7 @@ export type GidsSectionNoticeProps = GidsSectionNoticeCommonProps<string, ReactN
|
|
|
9
9
|
* **Usage**
|
|
10
10
|
*
|
|
11
11
|
* ```tsx
|
|
12
|
-
* import { GidsSectionNotice, GidsButton } from '@
|
|
12
|
+
* import { GidsSectionNotice, GidsButton } from '@ganpatiinfo/gids-react-web';
|
|
13
13
|
*
|
|
14
14
|
* export const MyComponent = () => (
|
|
15
15
|
* <GidsSectionNotice>
|
|
@@ -12,7 +12,7 @@ const { getSectionNoticeIconName } = GidsSectionNoticeCommonUtils;
|
|
|
12
12
|
* **Usage**
|
|
13
13
|
*
|
|
14
14
|
* ```tsx
|
|
15
|
-
* import { GidsSectionNotice, GidsButton } from '@
|
|
15
|
+
* import { GidsSectionNotice, GidsButton } from '@ganpatiinfo/gids-react-web';
|
|
16
16
|
*
|
|
17
17
|
* export const MyComponent = () => (
|
|
18
18
|
* <GidsSectionNotice>
|
|
@@ -9,7 +9,7 @@ export type GidsPaginationItemProps = GidsPaginationItemCommonProps<ReactNode, s
|
|
|
9
9
|
* **Text Usage**
|
|
10
10
|
*
|
|
11
11
|
* ```tsx
|
|
12
|
-
* import { GidsPaginationItem } from '@
|
|
12
|
+
* import { GidsPaginationItem } from '@ganpatiinfo/gids-react-web';
|
|
13
13
|
*
|
|
14
14
|
* export const MyComponent = () => (
|
|
15
15
|
* <GidsPaginationItem
|
|
@@ -29,7 +29,7 @@ export type GidsPaginationItemProps = GidsPaginationItemCommonProps<ReactNode, s
|
|
|
29
29
|
* **Icon Usage**
|
|
30
30
|
*
|
|
31
31
|
* ```tsx
|
|
32
|
-
* import { GidsPaginationItem } from '@
|
|
32
|
+
* import { GidsPaginationItem } from '@ganpatiinfo/gids-react-web';
|
|
33
33
|
*
|
|
34
34
|
* export const MyComponent = () => (
|
|
35
35
|
* <GidsPaginationItem
|
|
@@ -10,7 +10,7 @@ const { getPaginationItemIconSize } = GidsPaginationItemCommonUtils;
|
|
|
10
10
|
* **Text Usage**
|
|
11
11
|
*
|
|
12
12
|
* ```tsx
|
|
13
|
-
* import { GidsPaginationItem } from '@
|
|
13
|
+
* import { GidsPaginationItem } from '@ganpatiinfo/gids-react-web';
|
|
14
14
|
*
|
|
15
15
|
* export const MyComponent = () => (
|
|
16
16
|
* <GidsPaginationItem
|
|
@@ -30,7 +30,7 @@ const { getPaginationItemIconSize } = GidsPaginationItemCommonUtils;
|
|
|
30
30
|
* **Icon Usage**
|
|
31
31
|
*
|
|
32
32
|
* ```tsx
|
|
33
|
-
* import { GidsPaginationItem } from '@
|
|
33
|
+
* import { GidsPaginationItem } from '@ganpatiinfo/gids-react-web';
|
|
34
34
|
*
|
|
35
35
|
* export const MyComponent = () => (
|
|
36
36
|
* <GidsPaginationItem
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ganpatiinfo/gids-react-web",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "This package is react web package with all components",
|
|
6
6
|
"homepage": "https://ganpatiinfo-design-system.onrender.com/",
|
|
@@ -38,23 +38,23 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@ganpatiinfo/gids-web-theme-interface": "
|
|
41
|
+
"@ganpatiinfo/gids-web-theme-interface": "6.0.0",
|
|
42
42
|
"react": "^18.2.0 || ^19.0.0",
|
|
43
43
|
"react-dom": "^18.2.0 || ^19.0.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@ganpatiinfo/gids-core-shared": "^
|
|
47
|
-
"@ganpatiinfo/gids-core-web": "^
|
|
48
|
-
"@ganpatiinfo/gids-web-shared": "^
|
|
46
|
+
"@ganpatiinfo/gids-core-shared": "^12.0.0",
|
|
47
|
+
"@ganpatiinfo/gids-core-web": "^13.0.0",
|
|
48
|
+
"@ganpatiinfo/gids-web-shared": "^11.0.0",
|
|
49
49
|
"@stencil/react-output-target": "^1.4.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@fontsource/inter": "^5.2.8",
|
|
53
53
|
"@fontsource/libre-caslon-text": "^5.2.7",
|
|
54
|
-
"@ganpatiinfo/gids-storybook-theme": "^
|
|
55
|
-
"@ganpatiinfo/gids-storybook-utilities": "^
|
|
56
|
-
"@ganpatiinfo/gids-web-dom-reference": "^
|
|
57
|
-
"@ganpatiinfo/gids-web-theme-ganpatiinfo": "^
|
|
54
|
+
"@ganpatiinfo/gids-storybook-theme": "^8.0.0",
|
|
55
|
+
"@ganpatiinfo/gids-storybook-utilities": "^5.0.0",
|
|
56
|
+
"@ganpatiinfo/gids-web-dom-reference": "^12.0.0",
|
|
57
|
+
"@ganpatiinfo/gids-web-theme-ganpatiinfo": "^7.0.0",
|
|
58
58
|
"@jest/globals": "^30.2.0",
|
|
59
59
|
"@storybook/addon-a11y": "^10.2.17",
|
|
60
60
|
"@storybook/addon-docs": "^10.2.17",
|