@ganpatiinfo/gids-web-dom-reference 13.0.0 → 14.1.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/CHANGELOG.md +67 -0
- package/dist/components/GidsCrossTable/GidsCrossTable.d.ts +18 -0
- package/dist/components/GidsCrossTable/GidsCrossTable.d.ts.map +1 -0
- package/dist/components/GidsCrossTable/GidsCrossTable.js +141 -0
- package/dist/components/GidsCrossTable/GidsCrossTable.js.map +1 -0
- package/dist/components/GidsCrossTableBody/GidsCrossTableBody.d.ts +13 -0
- package/dist/components/GidsCrossTableBody/GidsCrossTableBody.d.ts.map +1 -0
- package/dist/components/GidsCrossTableBody/GidsCrossTableBody.js +79 -0
- package/dist/components/GidsCrossTableBody/GidsCrossTableBody.js.map +1 -0
- package/dist/components/GidsCrossTableRow/GidsCrossTableRow.d.ts +13 -0
- package/dist/components/GidsCrossTableRow/GidsCrossTableRow.d.ts.map +1 -0
- package/dist/components/GidsCrossTableRow/GidsCrossTableRow.js +128 -0
- package/dist/components/GidsCrossTableRow/GidsCrossTableRow.js.map +1 -0
- package/dist/components/GidsDialog/GidsDialog.d.ts +13 -0
- package/dist/components/GidsDialog/GidsDialog.d.ts.map +1 -0
- package/dist/components/GidsDialog/GidsDialog.js +102 -0
- package/dist/components/GidsDialog/GidsDialog.js.map +1 -0
- package/dist/components/GidsHeaderNavigation/GidsHeaderNavigation.d.ts +8 -0
- package/dist/components/GidsHeaderNavigation/GidsHeaderNavigation.d.ts.map +1 -0
- package/dist/components/GidsHeaderNavigation/GidsHeaderNavigation.js +29 -0
- package/dist/components/GidsHeaderNavigation/GidsHeaderNavigation.js.map +1 -0
- package/dist/components/GidsHeaderNavigationItem/GidsHeaderNavigationItem.d.ts +8 -0
- package/dist/components/GidsHeaderNavigationItem/GidsHeaderNavigationItem.d.ts.map +1 -0
- package/dist/components/GidsHeaderNavigationItem/GidsHeaderNavigationItem.js +57 -0
- package/dist/components/GidsHeaderNavigationItem/GidsHeaderNavigationItem.js.map +1 -0
- package/dist/components/GidsMatrixTable/GidsMatrixTable.d.ts +20 -0
- package/dist/components/GidsMatrixTable/GidsMatrixTable.d.ts.map +1 -1
- package/dist/components/GidsMatrixTable/GidsMatrixTable.js +5 -0
- package/dist/components/GidsMatrixTable/GidsMatrixTable.js.map +1 -1
- package/dist/components/GidsMatrixTableBody/GidsMatrixTableBody.d.ts +20 -0
- package/dist/components/GidsMatrixTableBody/GidsMatrixTableBody.d.ts.map +1 -1
- package/dist/components/GidsMatrixTableBody/GidsMatrixTableBody.js +5 -0
- package/dist/components/GidsMatrixTableBody/GidsMatrixTableBody.js.map +1 -1
- package/dist/components/GidsMenu/GidsMenu.d.ts +1 -1
- package/dist/components/GidsMenu/GidsMenu.d.ts.map +1 -1
- package/dist/components/GidsMenu/GidsMenu.js +10 -1
- package/dist/components/GidsMenu/GidsMenu.js.map +1 -1
- package/dist/components/GidsProfile/GidsProfile.d.ts +8 -0
- package/dist/components/GidsProfile/GidsProfile.d.ts.map +1 -0
- package/dist/components/GidsProfile/GidsProfile.js +58 -0
- package/dist/components/GidsProfile/GidsProfile.js.map +1 -0
- package/dist/components/GidsProfileMenu/GidsProfileMenu.d.ts +7 -0
- package/dist/components/GidsProfileMenu/GidsProfileMenu.d.ts.map +1 -0
- package/dist/components/GidsProfileMenu/GidsProfileMenu.js +25 -0
- package/dist/components/GidsProfileMenu/GidsProfileMenu.js.map +1 -0
- package/dist/components/GidsProfileMenuHeader/GidsProfileMenuHeader.d.ts +7 -0
- package/dist/components/GidsProfileMenuHeader/GidsProfileMenuHeader.d.ts.map +1 -0
- package/dist/components/GidsProfileMenuHeader/GidsProfileMenuHeader.js +24 -0
- package/dist/components/GidsProfileMenuHeader/GidsProfileMenuHeader.js.map +1 -0
- package/dist/components/GidsSkeleton/GidsSkeleton.d.ts +8 -0
- package/dist/components/GidsSkeleton/GidsSkeleton.d.ts.map +1 -0
- package/dist/components/GidsSkeleton/GidsSkeleton.js +16 -0
- package/dist/components/GidsSkeleton/GidsSkeleton.js.map +1 -0
- package/dist/components/GidsTable/GidsTable.d.ts +1 -1
- package/dist/components/GidsTable/GidsTable.d.ts.map +1 -1
- package/dist/components/GidsTable/GidsTable.js +27 -2
- package/dist/components/GidsTable/GidsTable.js.map +1 -1
- package/dist/components/GidsTableFooter/GidsTableFooter.d.ts +2 -2
- package/dist/components/GidsTableFooter/GidsTableFooter.d.ts.map +1 -1
- package/dist/components/GidsTableFooter/GidsTableFooter.js +2 -24
- package/dist/components/GidsTableFooter/GidsTableFooter.js.map +1 -1
- package/dist/components/GidsTableFooterControl/GidsTableFooterControl.d.ts +1 -1
- package/dist/components/GidsTableFooterControl/GidsTableFooterControl.d.ts.map +1 -1
- package/dist/components/GidsTableFooterControl/GidsTableFooterControl.js +5 -3
- package/dist/components/GidsTableFooterControl/GidsTableFooterControl.js.map +1 -1
- package/dist/components/GidsTableHeader/GidsTableHeader.d.ts +1 -1
- package/dist/components/GidsTableHeader/GidsTableHeader.d.ts.map +1 -1
- package/dist/components/GidsTableHeader/GidsTableHeader.js +1 -3
- package/dist/components/GidsTableHeader/GidsTableHeader.js.map +1 -1
- package/dist/components/GidsTableRow/GidsTableRow.d.ts +1 -1
- package/dist/components/GidsTableRow/GidsTableRow.d.ts.map +1 -1
- package/dist/components/GidsTableRow/GidsTableRow.js +3 -3
- package/dist/components/GidsTableRow/GidsTableRow.js.map +1 -1
- package/dist/components/GidsTransferList/GidsTransferList.d.ts +8 -0
- package/dist/components/GidsTransferList/GidsTransferList.d.ts.map +1 -0
- package/dist/components/GidsTransferList/GidsTransferList.js +25 -0
- package/dist/components/GidsTransferList/GidsTransferList.js.map +1 -0
- package/dist/components/_GidsDialogControl/GidsDialogControl.d.ts +10 -0
- package/dist/components/_GidsDialogControl/GidsDialogControl.d.ts.map +1 -0
- package/dist/components/_GidsDialogControl/GidsDialogControl.js +133 -0
- package/dist/components/_GidsDialogControl/GidsDialogControl.js.map +1 -0
- package/dist/index.d.ts +120 -108
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +120 -108
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/components/GidsCrossTable/GidsCrossTable.ts +259 -0
- package/src/components/GidsCrossTableBody/GidsCrossTableBody.ts +171 -0
- package/src/components/GidsCrossTableRow/GidsCrossTableRow.ts +230 -0
- package/src/components/GidsDialog/GidsDialog.ts +161 -0
- package/src/components/GidsHeaderNavigation/GidsHeaderNavigation.ts +75 -0
- package/src/components/GidsHeaderNavigationItem/GidsHeaderNavigationItem.ts +103 -0
- package/src/components/GidsMatrixTable/GidsMatrixTable.ts +20 -0
- package/src/components/GidsMatrixTableBody/GidsMatrixTableBody.ts +21 -0
- package/src/components/GidsMenu/GidsMenu.ts +15 -0
- package/src/components/GidsProfile/GidsProfile.ts +120 -0
- package/src/components/GidsProfileMenu/GidsProfileMenu.ts +60 -0
- package/src/components/GidsProfileMenuHeader/GidsProfileMenuHeader.ts +66 -0
- package/src/components/GidsSkeleton/GidsSkeleton.ts +40 -0
- package/src/components/GidsTable/GidsTable.ts +41 -4
- package/src/components/GidsTableFooter/GidsTableFooter.ts +1 -39
- package/src/components/GidsTableFooterControl/GidsTableFooterControl.ts +9 -2
- package/src/components/GidsTableHeader/GidsTableHeader.ts +0 -4
- package/src/components/GidsTableRow/GidsTableRow.ts +2 -4
- package/src/components/GidsTransferList/GidsTransferList.ts +58 -0
- package/src/components/_GidsDialogControl/GidsDialogControl.ts +198 -0
- package/src/index.ts +120 -108
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsTable.js","sourceRoot":"","sources":["../../../src/components/GidsTable/GidsTable.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,iBAAiB,EACjB,eAAe,GACf,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,gBAAgB,EAAe,MAAM,sBAAsB,CAAC;AAWrE,OAAO,EACN,mBAAmB,GAEnB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAEN,kBAAkB,GAClB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAEN,gBAAgB,GAChB,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"GidsTable.js","sourceRoot":"","sources":["../../../src/components/GidsTable/GidsTable.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,11 +3,11 @@ import { IconAppearance, IconName } from '@ganpatiinfo/gids-web-theme-interface'
|
|
|
3
3
|
import { DomChildren } from '../../utils/domUtils';
|
|
4
4
|
import { GidsTableFooterActionEvent } from '@ganpatiinfo/gids-core-shared';
|
|
5
5
|
export type GidsTableFooterNativeInputForwardedDomProps = Partial<Omit<HTMLInputElement, 'value' | 'readOnly' | 'name' | 'disabled'>>;
|
|
6
|
-
export type GidsTableFooterBaseWebProps = GidsTableFooterWebProps<GidsTableEntryTypographyStyle, IconName, IconAppearance, DomChildren
|
|
6
|
+
export type GidsTableFooterBaseWebProps = GidsTableFooterWebProps<GidsTableEntryTypographyStyle, IconName, IconAppearance, DomChildren>;
|
|
7
7
|
export type GidsTableFooterActionBaseEvent = GidsTableFooterActionEvent<Event, GidsTableEntryTypographyStyle, IconName, IconAppearance>;
|
|
8
8
|
export interface GidsTableFooterDomProps extends GidsTableFooterBaseWebProps {
|
|
9
9
|
extraClasses?: string;
|
|
10
10
|
onFooterAction?: (event: GidsTableFooterActionBaseEvent) => void;
|
|
11
11
|
}
|
|
12
|
-
export declare const GidsTableFooterDom: ({ appearance, labelTypography, textAlignment,
|
|
12
|
+
export declare const GidsTableFooterDom: ({ appearance, labelTypography, textAlignment, entryAlignment, colorSwatchLabelColor, colorSwatchLabelPosition, colorSwatchLabelTypography, colorSwatchSize, colorSwatchShape, colorSwatchShadow, colorSwatchBorderRadius, colorSwatchApplyBorders, colorSwatchBorderWidth, progressBarSize, progressBarEndCap, avatarSize, avatarGroupAppearance, avatarGroupLayout, statusTagAppearance, statusTagSize, progressBarContainerMinWidth, displayTagsOrientation, statusTagsOrientation, progressBarsOrientation, colorSwatchesOrientation, badgesOrientation, children, footerItems, onFooterAction, extraClasses, }: GidsTableFooterDomProps) => HTMLTableSectionElement;
|
|
13
13
|
//# sourceMappingURL=GidsTableFooter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsTableFooter.d.ts","sourceRoot":"","sources":["../../../src/components/GidsTableFooter/GidsTableFooter.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,6BAA6B,EAG7B,KAAK,uBAAuB,EAC5B,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACN,cAAc,EACd,QAAQ,EACR,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAoB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"GidsTableFooter.d.ts","sourceRoot":"","sources":["../../../src/components/GidsTableFooter/GidsTableFooter.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,6BAA6B,EAG7B,KAAK,uBAAuB,EAC5B,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACN,cAAc,EACd,QAAQ,EACR,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAoB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAK3E,MAAM,MAAM,2CAA2C,GAAG,OAAO,CAChE,IAAI,CAAC,gBAAgB,EAAE,OAAO,GAAG,UAAU,GAAG,MAAM,GAAG,UAAU,CAAC,CAClE,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,uBAAuB,CAChE,6BAA6B,EAC7B,QAAQ,EACR,cAAc,EACd,WAAW,CACX,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG,0BAA0B,CACtE,KAAK,EACL,6BAA6B,EAC7B,QAAQ,EACR,cAAc,CACd,CAAC;AAEF,MAAM,WAAW,uBAAwB,SAAQ,2BAA2B;IAC3E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,8BAA8B,KAAK,IAAI,CAAC;CACjE;AAED,eAAO,MAAM,kBAAkB,GAAI,olBAkChC,uBAAuB,4BA6CzB,CAAC"}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { GidsTableFooterWebUtils, isValidChildren, } from '@ganpatiinfo/gids-web-shared';
|
|
2
2
|
import { appendAsChildren } from '../../utils/domUtils';
|
|
3
3
|
import { GidsTableRowDom } from '../GidsTableRow/GidsTableRow';
|
|
4
|
-
import { GidsTableFooterControlDom } from '../GidsTableFooterControl/GidsTableFooterControl';
|
|
5
|
-
import { GidsTableEntryDom } from '../GidsTableEntry/GidsTableEntry';
|
|
6
4
|
const { getGidsTableFooterClassNames } = GidsTableFooterWebUtils;
|
|
7
5
|
export const GidsTableFooterDom = ({
|
|
8
6
|
// Table Entry Props
|
|
9
|
-
appearance = 'none', labelTypography = 'label-medium', textAlignment = 'center',
|
|
7
|
+
appearance = 'none', labelTypography = 'label-medium', textAlignment = 'center', entryAlignment = 'center', colorSwatchLabelColor = 'default', colorSwatchLabelPosition = 'left', colorSwatchLabelTypography = 'label-medium', colorSwatchSize = 'sm', colorSwatchShape = 'oval', colorSwatchShadow = 'shadow-overlay', colorSwatchBorderRadius = 'none', colorSwatchApplyBorders = true, colorSwatchBorderWidth = 'thick', progressBarSize = 'sm', progressBarEndCap = true, avatarSize = 'sm', avatarGroupAppearance = 'spread', avatarGroupLayout = 'wrap', statusTagAppearance = 'subtle', statusTagSize = 'sm', progressBarContainerMinWidth = 200, displayTagsOrientation = 'horizontal', statusTagsOrientation = 'horizontal', progressBarsOrientation = 'horizontal', colorSwatchesOrientation = 'horizontal', badgesOrientation = 'horizontal',
|
|
10
8
|
// Footer Props
|
|
11
|
-
|
|
9
|
+
children, footerItems, onFooterAction, extraClasses, }) => {
|
|
12
10
|
const tableFooter = document.createElement('tfoot');
|
|
13
11
|
tableFooter.className = getGidsTableFooterClassNames(extraClasses);
|
|
14
12
|
if (isValidChildren(children)) {
|
|
@@ -19,8 +17,6 @@ footerControlSettings, footerControlChildren, children, footerItems, onFooterAct
|
|
|
19
17
|
const rowContent = GidsTableRowDom({
|
|
20
18
|
rows: footerItems,
|
|
21
19
|
rowType: 'footer',
|
|
22
|
-
leadingActions,
|
|
23
|
-
trailingActions,
|
|
24
20
|
entryAlignment,
|
|
25
21
|
colorSwatchLabelColor,
|
|
26
22
|
colorSwatchLabelPosition,
|
|
@@ -52,24 +48,6 @@ footerControlSettings, footerControlChildren, children, footerItems, onFooterAct
|
|
|
52
48
|
tableFooter.append(rowContent);
|
|
53
49
|
}
|
|
54
50
|
}
|
|
55
|
-
const isValidFooterChildren = isValidChildren(footerControlChildren);
|
|
56
|
-
if (isValidFooterChildren ||
|
|
57
|
-
(footerControlSettings && Object.keys(footerControlSettings).length > 0)) {
|
|
58
|
-
const colSpan = footerItems?.length ?? 1;
|
|
59
|
-
tableFooter.append(GidsTableRowDom({
|
|
60
|
-
appearance,
|
|
61
|
-
rowType: 'footer',
|
|
62
|
-
children: GidsTableEntryDom({
|
|
63
|
-
appearance,
|
|
64
|
-
colSpan,
|
|
65
|
-
entryType: 'footer',
|
|
66
|
-
children: GidsTableFooterControlDom({
|
|
67
|
-
...footerControlSettings,
|
|
68
|
-
children: footerControlChildren,
|
|
69
|
-
}),
|
|
70
|
-
}),
|
|
71
|
-
}));
|
|
72
|
-
}
|
|
73
51
|
return tableFooter;
|
|
74
52
|
};
|
|
75
53
|
//# sourceMappingURL=GidsTableFooter.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsTableFooter.js","sourceRoot":"","sources":["../../../src/components/GidsTableFooter/GidsTableFooter.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,uBAAuB,EACvB,eAAe,GAEf,MAAM,8BAA8B,CAAC;AAKtC,OAAO,EAAE,gBAAgB,EAAe,MAAM,sBAAsB,CAAC;AAErE,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"GidsTableFooter.js","sourceRoot":"","sources":["../../../src/components/GidsTableFooter/GidsTableFooter.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,uBAAuB,EACvB,eAAe,GAEf,MAAM,8BAA8B,CAAC;AAKtC,OAAO,EAAE,gBAAgB,EAAe,MAAM,sBAAsB,CAAC;AAErE,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAE/D,MAAM,EAAE,4BAA4B,EAAE,GAAG,uBAAuB,CAAC;AAyBjE,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC;AAClC,oBAAoB;AACpB,UAAU,GAAG,MAAM,EACnB,eAAe,GAAG,cAAc,EAChC,aAAa,GAAG,QAAQ,EACxB,cAAc,GAAG,QAAQ,EACzB,qBAAqB,GAAG,SAAS,EACjC,wBAAwB,GAAG,MAAM,EACjC,0BAA0B,GAAG,cAAc,EAC3C,eAAe,GAAG,IAAI,EACtB,gBAAgB,GAAG,MAAM,EACzB,iBAAiB,GAAG,gBAAgB,EACpC,uBAAuB,GAAG,MAAM,EAChC,uBAAuB,GAAG,IAAI,EAC9B,sBAAsB,GAAG,OAAO,EAChC,eAAe,GAAG,IAAI,EACtB,iBAAiB,GAAG,IAAI,EACxB,UAAU,GAAG,IAAI,EACjB,qBAAqB,GAAG,QAAQ,EAChC,iBAAiB,GAAG,MAAM,EAC1B,mBAAmB,GAAG,QAAQ,EAC9B,aAAa,GAAG,IAAI,EACpB,4BAA4B,GAAG,GAAG,EAClC,sBAAsB,GAAG,YAAY,EACrC,qBAAqB,GAAG,YAAY,EACpC,uBAAuB,GAAG,YAAY,EACtC,wBAAwB,GAAG,YAAY,EACvC,iBAAiB,GAAG,YAAY;AAEhC,eAAe;AACf,QAAQ,EACR,WAAW,EACX,cAAc,EACd,YAAY,GACa,EAAE,EAAE;IAC7B,MAAM,WAAW,GAAG,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;IACpD,WAAW,CAAC,SAAS,GAAG,4BAA4B,CAAC,YAAY,CAAC,CAAC;IAEnE,IAAI,eAAe,CAAc,QAAQ,CAAC,EAAE,CAAC;QAC5C,gBAAgB,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;IACzC,CAAC;SAAM,CAAC;QACP,IAAI,WAAW,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC3C,MAAM,UAAU,GAAG,eAAe,CAAC;gBAClC,IAAI,EAAE,WAAW;gBACjB,OAAO,EAAE,QAAQ;gBACjB,cAAc;gBACd,qBAAqB;gBACrB,wBAAwB;gBACxB,0BAA0B;gBAC1B,eAAe;gBACf,gBAAgB;gBAChB,iBAAiB;gBACjB,uBAAuB;gBACvB,uBAAuB;gBACvB,sBAAsB;gBACtB,eAAe;gBACf,iBAAiB;gBACjB,UAAU;gBACV,qBAAqB;gBACrB,iBAAiB;gBACjB,mBAAmB;gBACnB,aAAa;gBACb,4BAA4B;gBAC5B,sBAAsB;gBACtB,qBAAqB;gBACrB,uBAAuB;gBACvB,wBAAwB;gBACxB,iBAAiB;gBACjB,aAAa;gBACb,eAAe;gBACf,UAAU;gBACV,WAAW,EAAE,cAAc;aAC3B,CAAC,CAAC;YAEH,WAAW,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;QAChC,CAAC;IACF,CAAC;IAED,OAAO,WAAW,CAAC;AACpB,CAAC,CAAC"}
|
|
@@ -6,6 +6,6 @@ export type GidsTableFooterControlBaseWebProps = GidsTableFooterControlWebProps<
|
|
|
6
6
|
export interface GidsTableFooterControlDomProps extends GidsTableFooterControlBaseWebProps {
|
|
7
7
|
extraClasses?: string;
|
|
8
8
|
}
|
|
9
|
-
export declare const GidsTableFooterControlDom: ({ children, bulkStatus, rangeStatus, tableViewControllerSettings, paginatorSettings, tableViewControllerVisible, paginatorVisible, extraClasses, }: GidsTableFooterControlDomProps) => HTMLDivElement;
|
|
9
|
+
export declare const GidsTableFooterControlDom: ({ appearance, children, bulkStatus, rangeStatus, tableViewControllerSettings, paginatorSettings, tableViewControllerVisible, paginatorVisible, extraClasses, }: GidsTableFooterControlDomProps) => HTMLDivElement;
|
|
10
10
|
export {};
|
|
11
11
|
//# sourceMappingURL=GidsTableFooterControl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsTableFooterControl.d.ts","sourceRoot":"","sources":["../../../src/components/GidsTableFooterControl/GidsTableFooterControl.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,8BAA8B,EAGnC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,uCAAuC,CAAC;AACjE,OAAO,EAAoB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AASrE,KAAK,yBAAyB,GAAG,OAAO,CACvC,IAAI,CAAC,gBAAgB,EAAE,OAAO,GAAG,UAAU,GAAG,MAAM,GAAG,UAAU,CAAC,CAClE,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG,8BAA8B,CAC9E,QAAQ,EACR,WAAW,EACX,yBAAyB,EACzB,WAAW,EACX,KAAK,CACL,CAAC;AAEF,MAAM,WAAW,8BAA+B,SAAQ,kCAAkC;IACzF,YAAY,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,yBAAyB,GAAI,
|
|
1
|
+
{"version":3,"file":"GidsTableFooterControl.d.ts","sourceRoot":"","sources":["../../../src/components/GidsTableFooterControl/GidsTableFooterControl.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,8BAA8B,EAGnC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,uCAAuC,CAAC;AACjE,OAAO,EAAoB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AASrE,KAAK,yBAAyB,GAAG,OAAO,CACvC,IAAI,CAAC,gBAAgB,EAAE,OAAO,GAAG,UAAU,GAAG,MAAM,GAAG,UAAU,CAAC,CAClE,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG,8BAA8B,CAC9E,QAAQ,EACR,WAAW,EACX,yBAAyB,EACzB,WAAW,EACX,KAAK,CACL,CAAC;AAEF,MAAM,WAAW,8BAA+B,SAAQ,kCAAkC;IACzF,YAAY,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,yBAAyB,GAAI,gKAUvC,8BAA8B,KAAG,cA4HnC,CAAC"}
|
|
@@ -6,10 +6,12 @@ import { GidsDropdownMenuGroupDom } from '../GidsDropdownMenuGroup/GidsDropdownM
|
|
|
6
6
|
import { GidsDropdownMenuDom } from '../GidsDropdownMenu/GidsDropdownMenu';
|
|
7
7
|
import { GidsDropdownItemDom } from '../GidsDropdownItem/GidsDropdownItem';
|
|
8
8
|
const { getGidsTableFooterControlClassNames } = GidsTableFooterControlWebUtils;
|
|
9
|
-
export const GidsTableFooterControlDom = ({ children, bulkStatus, rangeStatus, tableViewControllerSettings, paginatorSettings, tableViewControllerVisible, paginatorVisible, extraClasses, }) => {
|
|
9
|
+
export const GidsTableFooterControlDom = ({ appearance = 'surface-default', children, bulkStatus, rangeStatus, tableViewControllerSettings, paginatorSettings, tableViewControllerVisible, paginatorVisible, extraClasses, }) => {
|
|
10
10
|
const tableFooterControl = document.createElement('div');
|
|
11
|
-
tableFooterControl.className =
|
|
12
|
-
|
|
11
|
+
tableFooterControl.className = getGidsTableFooterControlClassNames({ appearance }, extraClasses);
|
|
12
|
+
if (appearance) {
|
|
13
|
+
tableFooterControl.setAttribute('control-appearance', appearance);
|
|
14
|
+
}
|
|
13
15
|
if (isValidChildren(children)) {
|
|
14
16
|
appendAsChildren(tableFooterControl, children);
|
|
15
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsTableFooterControl.js","sourceRoot":"","sources":["../../../src/components/GidsTableFooterControl/GidsTableFooterControl.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,8BAA8B,EAC9B,eAAe,GACf,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EAAE,gBAAgB,EAAe,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AAC1F,OAAO,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAC3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAE3E,MAAM,EAAE,mCAAmC,EAAE,GAAG,8BAA8B,CAAC;AAkB/E,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,EACzC,QAAQ,EACR,UAAU,EACV,WAAW,EACX,2BAA2B,EAC3B,iBAAiB,EACjB,0BAA0B,EAC1B,gBAAgB,EAChB,YAAY,GACoB,EAAkB,EAAE;IACpD,MAAM,kBAAkB,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;IACzD,kBAAkB,CAAC,SAAS
|
|
1
|
+
{"version":3,"file":"GidsTableFooterControl.js","sourceRoot":"","sources":["../../../src/components/GidsTableFooterControl/GidsTableFooterControl.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,6 +8,6 @@ export interface GidsTableHeaderDomProps extends GidsTableHeaderBaseWebProps {
|
|
|
8
8
|
extraClasses?: string;
|
|
9
9
|
onHeaderAction?: (event: GidsTableHeaderActionBaseEvent) => void;
|
|
10
10
|
}
|
|
11
|
-
export declare const GidsTableHeaderDom: ({ headerItems, appearance, labelTypography, textAlignment,
|
|
11
|
+
export declare const GidsTableHeaderDom: ({ headerItems, appearance, labelTypography, textAlignment, onHeaderAction, extraClasses, entryAlignment, colorSwatchLabelColor, colorSwatchLabelPosition, colorSwatchLabelTypography, colorSwatchSize, colorSwatchShape, colorSwatchShadow, colorSwatchBorderRadius, colorSwatchApplyBorders, colorSwatchBorderWidth, progressBarSize, progressBarEndCap, avatarSize, avatarGroupAppearance, avatarGroupLayout, statusTagAppearance, statusTagSize, progressBarContainerMinWidth, displayTagsOrientation, statusTagsOrientation, progressBarsOrientation, colorSwatchesOrientation, badgesOrientation, children, }: GidsTableHeaderDomProps) => HTMLTableSectionElement;
|
|
12
12
|
export {};
|
|
13
13
|
//# sourceMappingURL=GidsTableHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsTableHeader.d.ts","sourceRoot":"","sources":["../../../src/components/GidsTableHeader/GidsTableHeader.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,6BAA6B,EAC7B,uBAAuB,EAGvB,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAC3E,OAAO,EACN,cAAc,EACd,QAAQ,EACR,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAoB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIrE,KAAK,2BAA2B,GAAG,uBAAuB,CACzD,6BAA6B,EAC7B,QAAQ,EACR,cAAc,EACd,WAAW,CACX,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG,0BAA0B,CACtE,KAAK,EACL,6BAA6B,EAC7B,QAAQ,EACR,cAAc,CACd,CAAC;AAEF,MAAM,WAAW,uBAAwB,SAAQ,2BAA2B;IAC3E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,8BAA8B,KAAK,IAAI,CAAC;CACjE;AAED,eAAO,MAAM,kBAAkB,GAAI,
|
|
1
|
+
{"version":3,"file":"GidsTableHeader.d.ts","sourceRoot":"","sources":["../../../src/components/GidsTableHeader/GidsTableHeader.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,6BAA6B,EAC7B,uBAAuB,EAGvB,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAC3E,OAAO,EACN,cAAc,EACd,QAAQ,EACR,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAoB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIrE,KAAK,2BAA2B,GAAG,uBAAuB,CACzD,6BAA6B,EAC7B,QAAQ,EACR,cAAc,EACd,WAAW,CACX,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG,0BAA0B,CACtE,KAAK,EACL,6BAA6B,EAC7B,QAAQ,EACR,cAAc,CACd,CAAC;AAEF,MAAM,WAAW,uBAAwB,SAAQ,2BAA2B;IAC3E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,8BAA8B,KAAK,IAAI,CAAC;CACjE;AAED,eAAO,MAAM,kBAAkB,GAAI,olBA+BhC,uBAAuB,4BA6CzB,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { GidsTableHeaderWebUtils, isValidChildren, } from '@ganpatiinfo/gids-web
|
|
|
2
2
|
import { GidsTableRowDom } from '../GidsTableRow/GidsTableRow';
|
|
3
3
|
import { appendAsChildren } from '../../utils/domUtils';
|
|
4
4
|
const { getGidsTableHeaderClassNames } = GidsTableHeaderWebUtils;
|
|
5
|
-
export const GidsTableHeaderDom = ({ headerItems = [], appearance = 'none', labelTypography = 'label-medium', textAlignment = 'center',
|
|
5
|
+
export const GidsTableHeaderDom = ({ headerItems = [], appearance = 'none', labelTypography = 'label-medium', textAlignment = 'center', onHeaderAction, extraClasses, entryAlignment = 'center', colorSwatchLabelColor = 'default', colorSwatchLabelPosition = 'left', colorSwatchLabelTypography = 'label-medium', colorSwatchSize = 'sm', colorSwatchShape = 'oval', colorSwatchShadow = 'shadow-overlay', colorSwatchBorderRadius = 'none', colorSwatchApplyBorders = true, colorSwatchBorderWidth = 'thick', progressBarSize = 'sm', progressBarEndCap = true, avatarSize = 'sm', avatarGroupAppearance = 'spread', avatarGroupLayout = 'wrap', statusTagAppearance = 'subtle', statusTagSize = 'sm', progressBarContainerMinWidth = 200, displayTagsOrientation = 'horizontal', statusTagsOrientation = 'horizontal', progressBarsOrientation = 'horizontal', colorSwatchesOrientation = 'horizontal', badgesOrientation = 'horizontal', children, }) => {
|
|
6
6
|
const tableHeader = document.createElement('thead');
|
|
7
7
|
tableHeader.className = getGidsTableHeaderClassNames(extraClasses);
|
|
8
8
|
if (isValidChildren(children)) {
|
|
@@ -13,8 +13,6 @@ export const GidsTableHeaderDom = ({ headerItems = [], appearance = 'none', labe
|
|
|
13
13
|
const rowContent = GidsTableRowDom({
|
|
14
14
|
rows: headerItems,
|
|
15
15
|
rowType: 'header',
|
|
16
|
-
leadingActions,
|
|
17
|
-
trailingActions,
|
|
18
16
|
entryAlignment,
|
|
19
17
|
colorSwatchLabelColor,
|
|
20
18
|
colorSwatchLabelPosition,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsTableHeader.js","sourceRoot":"","sources":["../../../src/components/GidsTableHeader/GidsTableHeader.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,uBAAuB,EACvB,eAAe,GACf,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAM/D,OAAO,EAAE,gBAAgB,EAAe,MAAM,sBAAsB,CAAC;AAErE,MAAM,EAAE,4BAA4B,EAAE,GAAG,uBAAuB,CAAC;AAqBjE,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,EAClC,WAAW,GAAG,EAAE,EAChB,UAAU,GAAG,MAAM,EACnB,eAAe,GAAG,cAAc,EAChC,aAAa,GAAG,QAAQ,EACxB,cAAc,
|
|
1
|
+
{"version":3,"file":"GidsTableHeader.js","sourceRoot":"","sources":["../../../src/components/GidsTableHeader/GidsTableHeader.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,uBAAuB,EACvB,eAAe,GACf,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAM/D,OAAO,EAAE,gBAAgB,EAAe,MAAM,sBAAsB,CAAC;AAErE,MAAM,EAAE,4BAA4B,EAAE,GAAG,uBAAuB,CAAC;AAqBjE,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,EAClC,WAAW,GAAG,EAAE,EAChB,UAAU,GAAG,MAAM,EACnB,eAAe,GAAG,cAAc,EAChC,aAAa,GAAG,QAAQ,EACxB,cAAc,EACd,YAAY,EACZ,cAAc,GAAG,QAAQ,EACzB,qBAAqB,GAAG,SAAS,EACjC,wBAAwB,GAAG,MAAM,EACjC,0BAA0B,GAAG,cAAc,EAC3C,eAAe,GAAG,IAAI,EACtB,gBAAgB,GAAG,MAAM,EACzB,iBAAiB,GAAG,gBAAgB,EACpC,uBAAuB,GAAG,MAAM,EAChC,uBAAuB,GAAG,IAAI,EAC9B,sBAAsB,GAAG,OAAO,EAChC,eAAe,GAAG,IAAI,EACtB,iBAAiB,GAAG,IAAI,EACxB,UAAU,GAAG,IAAI,EACjB,qBAAqB,GAAG,QAAQ,EAChC,iBAAiB,GAAG,MAAM,EAC1B,mBAAmB,GAAG,QAAQ,EAC9B,aAAa,GAAG,IAAI,EACpB,4BAA4B,GAAG,GAAG,EAClC,sBAAsB,GAAG,YAAY,EACrC,qBAAqB,GAAG,YAAY,EACpC,uBAAuB,GAAG,YAAY,EACtC,wBAAwB,GAAG,YAAY,EACvC,iBAAiB,GAAG,YAAY,EAChC,QAAQ,GACiB,EAAE,EAAE;IAC7B,MAAM,WAAW,GAAG,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;IACpD,WAAW,CAAC,SAAS,GAAG,4BAA4B,CAAC,YAAY,CAAC,CAAC;IAEnE,IAAI,eAAe,CAAc,QAAQ,CAAC,EAAE,CAAC;QAC5C,gBAAgB,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;IACzC,CAAC;SAAM,CAAC;QACP,IAAI,WAAW,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC3C,MAAM,UAAU,GAAG,eAAe,CAAC;gBAClC,IAAI,EAAE,WAAW;gBACjB,OAAO,EAAE,QAAQ;gBACjB,cAAc;gBACd,qBAAqB;gBACrB,wBAAwB;gBACxB,0BAA0B;gBAC1B,eAAe;gBACf,gBAAgB;gBAChB,iBAAiB;gBACjB,uBAAuB;gBACvB,uBAAuB;gBACvB,sBAAsB;gBACtB,eAAe;gBACf,iBAAiB;gBACjB,UAAU;gBACV,qBAAqB;gBACrB,iBAAiB;gBACjB,mBAAmB;gBACnB,aAAa;gBACb,4BAA4B;gBAC5B,sBAAsB;gBACtB,qBAAqB;gBACrB,uBAAuB;gBACvB,wBAAwB;gBACxB,iBAAiB;gBACjB,aAAa;gBACb,eAAe;gBACf,UAAU;gBACV,WAAW,EAAE,cAAc;aAC3B,CAAC,CAAC;YAEH,WAAW,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;QAChC,CAAC;IACF,CAAC;IAED,OAAO,WAAW,CAAC;AACpB,CAAC,CAAC"}
|
|
@@ -8,6 +8,6 @@ export interface GidsTableRowDomProps extends GidsTableRowBaseWebProps {
|
|
|
8
8
|
extraClasses?: string;
|
|
9
9
|
onRowAction?: (event: GidsTableRowActionBaseEvent) => void;
|
|
10
10
|
}
|
|
11
|
-
export declare const GidsTableRowDom: ({ rows, rowType,
|
|
11
|
+
export declare const GidsTableRowDom: ({ rows, rowType, onRowAction, textAlignment, appearance, labelTypography, entryAlignment, colorSwatchLabelColor, colorSwatchLabelPosition, colorSwatchLabelTypography, colorSwatchSize, colorSwatchShape, colorSwatchShadow, colorSwatchBorderRadius, colorSwatchApplyBorders, colorSwatchBorderWidth, progressBarSize, progressBarEndCap, avatarSize, avatarGroupAppearance, avatarGroupLayout, statusTagAppearance, statusTagSize, progressBarContainerMinWidth, displayTagsOrientation, statusTagsOrientation, progressBarsOrientation, colorSwatchesOrientation, badgesOrientation, actionsBackgroundColor, actionsContentColor, backgroundColor, contentColor, children, extraClasses, }: GidsTableRowDomProps) => HTMLElement | DocumentFragment;
|
|
12
12
|
export {};
|
|
13
13
|
//# sourceMappingURL=GidsTableRow.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsTableRow.d.ts","sourceRoot":"","sources":["../../../src/components/GidsTableRow/GidsTableRow.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,6BAA6B,EAC7B,KAAK,oBAAoB,EAGzB,MAAM,8BAA8B,CAAC;AAKtC,OAAO,EACN,cAAc,EACd,QAAQ,EACR,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EAAoB,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAIxE,KAAK,wBAAwB,GAAG,oBAAoB,CACnD,6BAA6B,EAC7B,QAAQ,EACR,cAAc,EACd,WAAW,CACX,CAAC;AACF,MAAM,MAAM,2BAA2B,GAAG,uBAAuB,CAChE,KAAK,EACL,6BAA6B,EAC7B,QAAQ,EACR,cAAc,CACd,CAAC;AAEF,MAAM,WAAW,oBAAqB,SAAQ,wBAAwB;IACrE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,2BAA2B,KAAK,IAAI,CAAC;CAC3D;AAED,eAAO,MAAM,eAAe,GAAI,
|
|
1
|
+
{"version":3,"file":"GidsTableRow.d.ts","sourceRoot":"","sources":["../../../src/components/GidsTableRow/GidsTableRow.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,6BAA6B,EAC7B,KAAK,oBAAoB,EAGzB,MAAM,8BAA8B,CAAC;AAKtC,OAAO,EACN,cAAc,EACd,QAAQ,EACR,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EAAoB,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAIxE,KAAK,wBAAwB,GAAG,oBAAoB,CACnD,6BAA6B,EAC7B,QAAQ,EACR,cAAc,EACd,WAAW,CACX,CAAC;AACF,MAAM,MAAM,2BAA2B,GAAG,uBAAuB,CAChE,KAAK,EACL,6BAA6B,EAC7B,QAAQ,EACR,cAAc,CACd,CAAC;AAEF,MAAM,WAAW,oBAAqB,SAAQ,wBAAwB;IACrE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,2BAA2B,KAAK,IAAI,CAAC;CAC3D;AAED,eAAO,MAAM,eAAe,GAAI,+pBAoC7B,oBAAoB,KAAG,WAAW,GAAG,gBA8EvC,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { GidsTableRowWebUtils, isValidChildren, } from '@ganpatiinfo/gids-web-sh
|
|
|
2
2
|
import { GidsTableEntryDom, } from '../GidsTableEntry/GidsTableEntry.js';
|
|
3
3
|
import { appendAsChildren } from '../../utils/domUtils.js';
|
|
4
4
|
const { getGidsTableRowClassNames } = GidsTableRowWebUtils;
|
|
5
|
-
export const GidsTableRowDom = ({ rows, rowType = 'body',
|
|
5
|
+
export const GidsTableRowDom = ({ rows, rowType = 'body', onRowAction, textAlignment = 'center', appearance = 'none', labelTypography = 'label-medium', entryAlignment = 'center', colorSwatchLabelColor = 'default', colorSwatchLabelPosition = 'left', colorSwatchLabelTypography = 'label-medium', colorSwatchSize = 'sm', colorSwatchShape = 'oval', colorSwatchShadow = 'shadow-overlay', colorSwatchBorderRadius = 'none', colorSwatchApplyBorders = true, colorSwatchBorderWidth = 'thick', progressBarSize = 'sm', progressBarEndCap = true, avatarSize = 'sm', avatarGroupAppearance, avatarGroupLayout, statusTagAppearance = 'subtle', statusTagSize = 'sm', progressBarContainerMinWidth = 200, displayTagsOrientation = 'horizontal', statusTagsOrientation = 'horizontal', progressBarsOrientation = 'horizontal', colorSwatchesOrientation = 'horizontal', badgesOrientation = 'horizontal', actionsBackgroundColor, actionsContentColor, backgroundColor, contentColor, children, extraClasses, }) => {
|
|
6
6
|
const rowClassName = getGidsTableRowClassNames(extraClasses);
|
|
7
7
|
// 3. Handling Horizontal Layout (Standard Single Row)
|
|
8
8
|
const tableRow = document.createElement('tr');
|
|
@@ -33,8 +33,8 @@ export const GidsTableRowDom = ({ rows, rowType = 'body', leadingActions, traili
|
|
|
33
33
|
contentColor,
|
|
34
34
|
label: rowLabel,
|
|
35
35
|
entryType: rowType,
|
|
36
|
-
leadingActions,
|
|
37
|
-
trailingActions,
|
|
36
|
+
leadingActions: row?.leadingActions ?? [],
|
|
37
|
+
trailingActions: row?.trailingActions ?? [],
|
|
38
38
|
entryAlignment,
|
|
39
39
|
colorSwatchLabelColor,
|
|
40
40
|
colorSwatchLabelPosition,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsTableRow.js","sourceRoot":"","sources":["../../../src/components/GidsTableRow/GidsTableRow.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,oBAAoB,EACpB,eAAe,GACf,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAEN,iBAAiB,GACjB,MAAM,qCAAqC,CAAC;AAM7C,OAAO,EAAE,gBAAgB,EAAe,MAAM,yBAAyB,CAAC;AAExE,MAAM,EAAE,yBAAyB,EAAE,GAAG,oBAAoB,CAAC;AAoB3D,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,EAC/B,IAAI,EACJ,OAAO,GAAG,MAAM,EAChB,
|
|
1
|
+
{"version":3,"file":"GidsTableRow.js","sourceRoot":"","sources":["../../../src/components/GidsTableRow/GidsTableRow.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type GidsTransferListWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
+
type GidsTransferListBaseWebProps = GidsTransferListWebProps<Event>;
|
|
3
|
+
export interface GidsTransferListDomProps extends GidsTransferListBaseWebProps {
|
|
4
|
+
extraClasses?: string;
|
|
5
|
+
}
|
|
6
|
+
export declare const GidsTransferListDom: ({ leftListHeading, rightListHeading, moveAllVisible, transferListType, leftListItems, rightListItems, onTransferAction, onTransferListSelect, listsMaxHeight, extraClasses, }: GidsTransferListDomProps) => HTMLElement;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=GidsTransferList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GidsTransferList.d.ts","sourceRoot":"","sources":["../../../src/components/GidsTransferList/GidsTransferList.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,wBAAwB,EAE7B,MAAM,8BAA8B,CAAC;AAItC,KAAK,4BAA4B,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAIpE,MAAM,WAAW,wBAAyB,SAAQ,4BAA4B;IAC7E,YAAY,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,mBAAmB,GAAI,+KAWjC,wBAAwB,KAAG,WA+B7B,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { GidsTransferListWebUtils, } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
+
const { getGidsTransferListClassNames } = GidsTransferListWebUtils;
|
|
3
|
+
export const GidsTransferListDom = ({ leftListHeading = 'Choices', rightListHeading = 'Choosen', moveAllVisible = false, transferListType = 'basic', leftListItems = [], rightListItems = [], onTransferAction, onTransferListSelect, listsMaxHeight = '200px', extraClasses, }) => {
|
|
4
|
+
const transferList = document.createElement('gids-transfer-list');
|
|
5
|
+
transferList.transferListType = transferListType;
|
|
6
|
+
if (transferListType === 'enhanced' && leftListHeading) {
|
|
7
|
+
transferList.leftListHeading = leftListHeading;
|
|
8
|
+
}
|
|
9
|
+
if (transferListType === 'enhanced' && rightListHeading) {
|
|
10
|
+
transferList.rightListHeading = rightListHeading;
|
|
11
|
+
}
|
|
12
|
+
transferList.moveAllVisible = moveAllVisible;
|
|
13
|
+
transferList.leftListItems = leftListItems;
|
|
14
|
+
transferList.rightListItems = rightListItems;
|
|
15
|
+
transferList.listsMaxHeight = listsMaxHeight;
|
|
16
|
+
transferList.className = getGidsTransferListClassNames(extraClasses);
|
|
17
|
+
if (onTransferAction) {
|
|
18
|
+
transferList.onTransferAction = onTransferAction;
|
|
19
|
+
}
|
|
20
|
+
if (onTransferListSelect) {
|
|
21
|
+
transferList.onTransferListSelect = onTransferListSelect;
|
|
22
|
+
}
|
|
23
|
+
return transferList;
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=GidsTransferList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GidsTransferList.js","sourceRoot":"","sources":["../../../src/components/GidsTransferList/GidsTransferList.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,wBAAwB,GACxB,MAAM,8BAA8B,CAAC;AAEtC,MAAM,EAAE,6BAA6B,EAAE,GAAG,wBAAwB,CAAC;AAUnE,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,EACnC,eAAe,GAAG,SAAS,EAC3B,gBAAgB,GAAG,SAAS,EAC5B,cAAc,GAAG,KAAK,EACtB,gBAAgB,GAAG,OAAO,EAC1B,aAAa,GAAG,EAAE,EAClB,cAAc,GAAG,EAAE,EACnB,gBAAgB,EAChB,oBAAoB,EACpB,cAAc,GAAG,OAAO,EACxB,YAAY,GACc,EAAe,EAAE;IAC3C,MAAM,YAAY,GAAG,QAAQ,CAAC,aAAa,CAC1C,oBAAoB,CACO,CAAC;IAE7B,YAAY,CAAC,gBAAgB,GAAG,gBAAgB,CAAC;IAEjD,IAAI,gBAAgB,KAAK,UAAU,IAAI,eAAe,EAAE,CAAC;QACxD,YAAY,CAAC,eAAe,GAAG,eAAe,CAAC;IAChD,CAAC;IAED,IAAI,gBAAgB,KAAK,UAAU,IAAI,gBAAgB,EAAE,CAAC;QACzD,YAAY,CAAC,gBAAgB,GAAG,gBAAgB,CAAC;IAClD,CAAC;IAED,YAAY,CAAC,cAAc,GAAG,cAAc,CAAC;IAC7C,YAAY,CAAC,aAAa,GAAG,aAAa,CAAC;IAC3C,YAAY,CAAC,cAAc,GAAG,cAAc,CAAC;IAC7C,YAAY,CAAC,cAAc,GAAG,cAAc,CAAC;IAE7C,YAAY,CAAC,SAAS,GAAG,6BAA6B,CAAC,YAAY,CAAC,CAAC;IAErE,IAAI,gBAAgB,EAAE,CAAC;QACtB,YAAY,CAAC,gBAAgB,GAAG,gBAAgB,CAAC;IAClD,CAAC;IAED,IAAI,oBAAoB,EAAE,CAAC;QAC1B,YAAY,CAAC,oBAAoB,GAAG,oBAAoB,CAAC;IAC1D,CAAC;IAED,OAAO,YAAY,CAAC;AACrB,CAAC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { GidsDialogControlWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
+
import { DomNodeOrString } from '../../utils/domUtils';
|
|
3
|
+
import { IconAppearance, IconName } from '@ganpatiinfo/gids-web-theme-interface';
|
|
4
|
+
type GidsDialogControlBaseWebProps = GidsDialogControlWebProps<DomNodeOrString, Event, IconName, IconAppearance>;
|
|
5
|
+
export interface GidsDialogControlDomProps extends GidsDialogControlBaseWebProps {
|
|
6
|
+
extraClasses?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const GidsDialogControlDom: ({ variant, maxWidth, scrollMode, draggable, headerTitle, closeVisible, children, footerActions, onCloseDialogControl, headerDividerVisible, footerDividerVisible, onDialogControlFooterAction, extraClasses, }: GidsDialogControlDomProps) => HTMLDialogElement;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=GidsDialogControl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GidsDialogControl.d.ts","sourceRoot":"","sources":["../../../src/components/_GidsDialogControl/GidsDialogControl.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,yBAAyB,EAEzB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAGN,eAAe,EACf,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACN,cAAc,EACd,QAAQ,EACR,MAAM,uCAAuC,CAAC;AAO/C,KAAK,6BAA6B,GAAG,yBAAyB,CAC7D,eAAe,EACf,KAAK,EACL,QAAQ,EACR,cAAc,CACd,CAAC;AAEF,MAAM,WAAW,yBAA0B,SAAQ,6BAA6B;IAC/E,YAAY,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,oBAAoB,GAAI,gNAclC,yBAAyB,KAAG,iBAyJ9B,CAAC"}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { GidsDialogControlWebUtils, } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
+
import { appendAsChildren, } from '../../utils/domUtils';
|
|
3
|
+
import { GidsIconDom } from '../GidsIcon/GidsIcon';
|
|
4
|
+
import { GidsButtonDom } from '../GidsButton/GidsButton';
|
|
5
|
+
const { getGidsDialogControlClassNames, setupDialogControlDraggable } = GidsDialogControlWebUtils;
|
|
6
|
+
export const GidsDialogControlDom = ({ variant = 'alert', maxWidth = 'sm', scrollMode = 'paper', draggable = false, headerTitle, closeVisible = true, children, footerActions = [], onCloseDialogControl, headerDividerVisible = false, footerDividerVisible = false, onDialogControlFooterAction, extraClasses, }) => {
|
|
7
|
+
const dialogControl = document.createElement('dialog');
|
|
8
|
+
dialogControl.className = getGidsDialogControlClassNames({ variant, maxWidth, scrollMode }, extraClasses);
|
|
9
|
+
dialogControl.setAttribute('dialog-variant', variant);
|
|
10
|
+
dialogControl.setAttribute('max-width', maxWidth);
|
|
11
|
+
dialogControl.setAttribute('scroll-mode', scrollMode);
|
|
12
|
+
if (headerTitle) {
|
|
13
|
+
dialogControl.setAttribute('header-title', headerTitle);
|
|
14
|
+
}
|
|
15
|
+
if (draggable) {
|
|
16
|
+
dialogControl.setAttribute('dialog-draggable', 'true');
|
|
17
|
+
}
|
|
18
|
+
else {
|
|
19
|
+
dialogControl.removeAttribute('dialog-draggable');
|
|
20
|
+
}
|
|
21
|
+
if (closeVisible) {
|
|
22
|
+
dialogControl.setAttribute('close-visible', 'true');
|
|
23
|
+
}
|
|
24
|
+
else {
|
|
25
|
+
dialogControl.removeAttribute('close-visible');
|
|
26
|
+
}
|
|
27
|
+
// Dialog control header
|
|
28
|
+
const header = document.createElement('div');
|
|
29
|
+
header.className = headerDividerVisible
|
|
30
|
+
? 'gids-dialog-control__header gids-dialog-control__header-divider'
|
|
31
|
+
: 'gids-dialog-control__header';
|
|
32
|
+
if (headerTitle !== undefined) {
|
|
33
|
+
const headerTitleEl = document.createElement('h2');
|
|
34
|
+
headerTitleEl.className = 'gids-dialog-control__title';
|
|
35
|
+
headerTitleEl.textContent = headerTitle;
|
|
36
|
+
header.appendChild(headerTitleEl);
|
|
37
|
+
}
|
|
38
|
+
function onDialogControlClose(event) {
|
|
39
|
+
if (onCloseDialogControl) {
|
|
40
|
+
onCloseDialogControl({
|
|
41
|
+
originalEvent: event,
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
// Render structural Close Icon layout button if visible setting rule matches
|
|
46
|
+
if (closeVisible) {
|
|
47
|
+
const closeButton = GidsButtonDom({
|
|
48
|
+
appearance: 'subtle',
|
|
49
|
+
size: 'md',
|
|
50
|
+
width: 'intrinsic',
|
|
51
|
+
leadingIcon: GidsIconDom({ name: 'cross', size: 'md' }),
|
|
52
|
+
onClick: onDialogControlClose,
|
|
53
|
+
});
|
|
54
|
+
header.appendChild(closeButton);
|
|
55
|
+
}
|
|
56
|
+
dialogControl.appendChild(header);
|
|
57
|
+
// Dialog control body
|
|
58
|
+
if (children) {
|
|
59
|
+
const body = document.createElement('div');
|
|
60
|
+
body.className = 'gids-dialog-control__body';
|
|
61
|
+
appendAsChildren(body, children);
|
|
62
|
+
dialogControl.appendChild(body);
|
|
63
|
+
}
|
|
64
|
+
// Dialog control footer
|
|
65
|
+
if (footerActions !== undefined && footerActions.length > 0) {
|
|
66
|
+
const footer = document.createElement('div');
|
|
67
|
+
footer.className = footerDividerVisible
|
|
68
|
+
? 'gids-dialog-control__footer gids-dialog-control__footer-divider'
|
|
69
|
+
: 'gids-dialog-control__footer';
|
|
70
|
+
footerActions.forEach((action, indexI) => {
|
|
71
|
+
const buttonChildren = [];
|
|
72
|
+
// Append leading decorative graphic nodes safely if defined
|
|
73
|
+
if (action.leadingIconName) {
|
|
74
|
+
buttonChildren.push(GidsIconDom({
|
|
75
|
+
name: action.leadingIconName,
|
|
76
|
+
size: action?.leadingIconSize ?? 'md',
|
|
77
|
+
appearance: action?.leadingIconAppearance ?? 'filled',
|
|
78
|
+
}));
|
|
79
|
+
}
|
|
80
|
+
// Map textual action titles cleanly
|
|
81
|
+
if (action.buttonLabel) {
|
|
82
|
+
const labelSpan = document.createElement('span');
|
|
83
|
+
labelSpan.textContent = action.buttonLabel;
|
|
84
|
+
buttonChildren.push(labelSpan);
|
|
85
|
+
}
|
|
86
|
+
// Append trailing decorative graphic nodes safely if defined
|
|
87
|
+
if (action.trailingIconName) {
|
|
88
|
+
buttonChildren.push(GidsIconDom({
|
|
89
|
+
name: action.trailingIconName,
|
|
90
|
+
size: action.trailingIconSize,
|
|
91
|
+
appearance: action.trailingIconAppearance,
|
|
92
|
+
}));
|
|
93
|
+
}
|
|
94
|
+
const actionBtnAppearance = action?.appearance ?? 'default';
|
|
95
|
+
const actionBtnSize = action?.size ?? 'md';
|
|
96
|
+
const actionBtnWidth = action?.width ?? 'intrinsic';
|
|
97
|
+
const isDestructive = action?.destructive ?? false;
|
|
98
|
+
const isDisabled = action?.disabled ?? false;
|
|
99
|
+
const isLoading = action?.loading ?? false;
|
|
100
|
+
const isPositive = action?.positive ?? false;
|
|
101
|
+
const actionButton = GidsButtonDom({
|
|
102
|
+
appearance: actionBtnAppearance,
|
|
103
|
+
destructive: isDestructive,
|
|
104
|
+
disabled: isDisabled,
|
|
105
|
+
loading: isLoading,
|
|
106
|
+
positive: isPositive,
|
|
107
|
+
size: actionBtnSize,
|
|
108
|
+
width: actionBtnWidth,
|
|
109
|
+
children: buttonChildren,
|
|
110
|
+
onClick: (event) => onDialogControlFooterAction?.({
|
|
111
|
+
originalEvent: event,
|
|
112
|
+
appearance: actionBtnAppearance,
|
|
113
|
+
destructive: isDestructive,
|
|
114
|
+
disabled: isDisabled,
|
|
115
|
+
buttonLabel: action?.buttonLabel,
|
|
116
|
+
positive: isPositive,
|
|
117
|
+
size: actionBtnSize,
|
|
118
|
+
width: actionBtnWidth,
|
|
119
|
+
buttonId: action?.buttonId,
|
|
120
|
+
index: indexI,
|
|
121
|
+
}),
|
|
122
|
+
});
|
|
123
|
+
footer.appendChild(actionButton);
|
|
124
|
+
});
|
|
125
|
+
dialogControl.appendChild(footer);
|
|
126
|
+
}
|
|
127
|
+
// 5. Initialize Drag Rules Engine (Excludes layout-breaking fullscreen options)
|
|
128
|
+
if (draggable && variant !== 'full-screen') {
|
|
129
|
+
setupDialogControlDraggable(dialogControl, header);
|
|
130
|
+
}
|
|
131
|
+
return dialogControl;
|
|
132
|
+
};
|
|
133
|
+
//# sourceMappingURL=GidsDialogControl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GidsDialogControl.js","sourceRoot":"","sources":["../../../src/components/_GidsDialogControl/GidsDialogControl.ts"],"names":[],"mappings":"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"}
|