@ganpatiinfo/gids-web-dom-reference 2.0.6 → 2.0.8
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 +25 -0
- package/dist/components/GidsAvatar/GidsAvatar.d.ts +7 -0
- package/dist/components/GidsAvatar/GidsAvatar.d.ts.map +1 -0
- package/dist/components/GidsAvatar/GidsAvatar.js +42 -0
- package/dist/components/GidsAvatar/GidsAvatar.js.map +1 -0
- package/dist/components/GidsAvatarGroup/GidsAvatarGroup.d.ts +7 -0
- package/dist/components/GidsAvatarGroup/GidsAvatarGroup.d.ts.map +1 -0
- package/dist/components/GidsAvatarGroup/GidsAvatarGroup.js +10 -0
- package/dist/components/GidsAvatarGroup/GidsAvatarGroup.js.map +1 -0
- package/dist/components/GidsBadge/GidsBadge.d.ts +1 -1
- package/dist/components/GidsBadge/GidsBadge.d.ts.map +1 -1
- package/dist/components/GidsBadge/GidsBadge.js +1 -1
- package/dist/components/GidsBadge/GidsBadge.js.map +1 -1
- package/dist/components/GidsButton/GidsButton.d.ts +1 -1
- package/dist/components/GidsButton/GidsButton.d.ts.map +1 -1
- package/dist/components/GidsButton/GidsButton.js +2 -2
- package/dist/components/GidsButton/GidsButton.js.map +1 -1
- package/dist/components/GidsCheckbox/GidsCheckbox.d.ts.map +1 -1
- package/dist/components/GidsCheckbox/GidsCheckbox.js +2 -2
- package/dist/components/GidsCheckbox/GidsCheckbox.js.map +1 -1
- package/dist/components/GidsCheckboxGroup/GidsCheckboxGroup.d.ts +1 -1
- package/dist/components/GidsCheckboxGroup/GidsCheckboxGroup.d.ts.map +1 -1
- package/dist/components/GidsCheckboxGroup/GidsCheckboxGroup.js +1 -1
- package/dist/components/GidsCheckboxGroup/GidsCheckboxGroup.js.map +1 -1
- package/dist/components/GidsDisplayTag/GidsDisplayTag.d.ts +1 -1
- package/dist/components/GidsDisplayTag/GidsDisplayTag.d.ts.map +1 -1
- package/dist/components/GidsDivider/GidsDivider.d.ts.map +1 -1
- package/dist/components/GidsIcon/GidsIcon.d.ts.map +1 -1
- package/dist/components/GidsInputTag/GidsInputTag.d.ts +7 -0
- package/dist/components/GidsInputTag/GidsInputTag.d.ts.map +1 -0
- package/dist/components/GidsInputTag/GidsInputTag.js +38 -0
- package/dist/components/GidsInputTag/GidsInputTag.js.map +1 -0
- package/dist/components/GidsInputTag/_GidsInputTagButton/GidsInputTagButton.d.ts +6 -0
- package/dist/components/GidsInputTag/_GidsInputTagButton/GidsInputTagButton.d.ts.map +1 -0
- package/dist/components/GidsInputTag/_GidsInputTagButton/GidsInputTagButton.js +17 -0
- package/dist/components/GidsInputTag/_GidsInputTagButton/GidsInputTagButton.js.map +1 -0
- package/dist/components/GidsLabel/GidsLabel.d.ts +1 -1
- package/dist/components/GidsLabel/GidsLabel.d.ts.map +1 -1
- package/dist/components/GidsLabel/GidsLabel.js +1 -1
- package/dist/components/GidsLabel/GidsLabel.js.map +1 -1
- package/dist/components/GidsLabel/GidsLabelInfo/GidsLabelInfo.d.ts.map +1 -1
- package/dist/components/GidsLabel/GidsLabelInfo/GidsLabelInfo.js +2 -2
- package/dist/components/GidsLabel/GidsLabelInfo/GidsLabelInfo.js.map +1 -1
- package/dist/components/GidsLink/GidsLink.d.ts +1 -1
- package/dist/components/GidsLink/GidsLink.d.ts.map +1 -1
- package/dist/components/GidsLink/GidsLink.js +1 -1
- package/dist/components/GidsLink/GidsLink.js.map +1 -1
- package/dist/components/GidsRadio/GidsRadio.d.ts +1 -1
- package/dist/components/GidsRadio/GidsRadio.d.ts.map +1 -1
- package/dist/components/GidsRadio/GidsRadio.js +2 -2
- package/dist/components/GidsRadio/GidsRadio.js.map +1 -1
- package/dist/components/GidsRadioGroup/GidsRadioGroup.d.ts +1 -1
- package/dist/components/GidsRadioGroup/GidsRadioGroup.d.ts.map +1 -1
- package/dist/components/GidsRadioGroup/GidsRadioGroup.js +1 -1
- package/dist/components/GidsRadioGroup/GidsRadioGroup.js.map +1 -1
- package/dist/components/GidsSpinner/GidsSpinner.d.ts.map +1 -1
- package/dist/components/GidsSpinner/GidsSpinner.js +1 -1
- package/dist/components/GidsSpinner/GidsSpinner.js.map +1 -1
- package/dist/components/GidsSwitch/GidsSwitch.d.ts +1 -1
- package/dist/components/GidsSwitch/GidsSwitch.d.ts.map +1 -1
- package/dist/components/GidsSwitch/GidsSwitch.js +2 -2
- package/dist/components/GidsSwitch/GidsSwitch.js.map +1 -1
- package/dist/components/GidsSwitchGroup/GidsSwitchGroup.d.ts +1 -1
- package/dist/components/GidsSwitchGroup/GidsSwitchGroup.d.ts.map +1 -1
- package/dist/components/GidsSwitchGroup/GidsSwitchGroup.js +1 -1
- package/dist/components/GidsSwitchGroup/GidsSwitchGroup.js.map +1 -1
- package/dist/components/GidsTagGroup/GidsTagGroup.d.ts +7 -0
- package/dist/components/GidsTagGroup/GidsTagGroup.d.ts.map +1 -0
- package/dist/components/GidsTagGroup/GidsTagGroup.js +10 -0
- package/dist/components/GidsTagGroup/GidsTagGroup.js.map +1 -0
- package/dist/components/GidsToggleButton/GidsToggleButton.d.ts +1 -1
- package/dist/components/GidsToggleButton/GidsToggleButton.d.ts.map +1 -1
- package/dist/components/GidsToggleButton/GidsToggleButton.js +2 -2
- package/dist/components/GidsToggleButton/GidsToggleButton.js.map +1 -1
- package/dist/components/_GidsCheckboxControl/GidsCheckboxControl.d.ts.map +1 -1
- package/dist/components/_GidsCheckboxControl/GidsCheckboxControl.js +2 -2
- package/dist/components/_GidsCheckboxControl/GidsCheckboxControl.js.map +1 -1
- package/dist/components/_GidsRadioControl/GidsRadioControl.d.ts.map +1 -1
- package/dist/components/_GidsRadioControl/GidsRadioControl.js +1 -1
- package/dist/components/_GidsRadioControl/GidsRadioControl.js.map +1 -1
- package/dist/components/_GidsSpinnerControl/GidsSpinnerControl.d.ts.map +1 -1
- package/dist/components/_GidsSwitchControl/GidsSwitchControl.d.ts.map +1 -1
- package/dist/components/_GidsSwitchControl/GidsSwitchControl.js +2 -2
- package/dist/components/_GidsSwitchControl/GidsSwitchControl.js.map +1 -1
- package/dist/index.d.ts +26 -21
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +26 -21
- package/dist/index.js.map +1 -1
- package/dist/utils/domUtils.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/components/GidsAvatar/GidsAvatar.ts +66 -0
- package/src/components/GidsAvatarGroup/GidsAvatarGroup.ts +27 -0
- package/src/components/GidsBadge/GidsBadge.ts +1 -1
- package/src/components/GidsButton/GidsButton.ts +2 -2
- package/src/components/GidsCheckbox/GidsCheckbox.ts +2 -2
- package/src/components/GidsCheckboxGroup/GidsCheckboxGroup.ts +1 -1
- package/src/components/GidsDisplayTag/GidsDisplayTag.ts +1 -1
- package/src/components/GidsInputTag/GidsInputTag.ts +62 -0
- package/src/components/GidsInputTag/_GidsInputTagButton/GidsInputTagButton.ts +31 -0
- package/src/components/GidsLabel/GidsLabel.ts +1 -1
- package/src/components/GidsLabel/GidsLabelInfo/GidsLabelInfo.ts +2 -2
- package/src/components/GidsLink/GidsLink.ts +1 -1
- package/src/components/GidsRadio/GidsRadio.ts +3 -3
- package/src/components/GidsRadioGroup/GidsRadioGroup.ts +1 -1
- package/src/components/GidsSpinner/GidsSpinner.ts +1 -1
- package/src/components/GidsSwitch/GidsSwitch.ts +3 -3
- package/src/components/GidsSwitchGroup/GidsSwitchGroup.ts +1 -1
- package/src/components/GidsTagGroup/GidsTagGroup.ts +22 -0
- package/src/components/GidsToggleButton/GidsToggleButton.ts +2 -2
- package/src/components/_GidsCheckboxControl/GidsCheckboxControl.ts +2 -2
- package/src/components/_GidsRadioControl/GidsRadioControl.ts +1 -1
- package/src/components/_GidsSwitchControl/GidsSwitchControl.ts +2 -2
- package/src/index.ts +26 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @ganpatiinfo/gids-web-dom-reference
|
|
2
2
|
|
|
3
|
+
## 2.0.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2a43b1b: Added `InputTag` dom reference.
|
|
8
|
+
Added `TagGroup` dom reference
|
|
9
|
+
- Updated dependencies [2a43b1b]
|
|
10
|
+
- Updated dependencies [2a43b1b]
|
|
11
|
+
- Updated dependencies [2a43b1b]
|
|
12
|
+
- @ganpatiinfo/gids-web-theme-interface@2.0.7
|
|
13
|
+
- @ganpatiinfo/gids-web-shared@2.0.8
|
|
14
|
+
- @ganpatiinfo/gids-core-shared@2.0.8
|
|
15
|
+
|
|
16
|
+
## 2.0.7
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- c4000e6: Added `Avatar` and `AvatarGroup` components
|
|
21
|
+
- Updated dependencies [c4000e6]
|
|
22
|
+
- Updated dependencies [c4000e6]
|
|
23
|
+
- Updated dependencies [c4000e6]
|
|
24
|
+
- @ganpatiinfo/gids-web-shared@2.0.7
|
|
25
|
+
- @ganpatiinfo/gids-core-shared@2.0.7
|
|
26
|
+
- @ganpatiinfo/gids-web-theme-interface@2.0.6
|
|
27
|
+
|
|
3
28
|
## 2.0.6
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type GidsAvatarWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
+
import { type DomNodeOrString } from '../../utils/domUtils.js';
|
|
3
|
+
export type GidsAvatarDomProps = GidsAvatarWebProps<DomNodeOrString> & {
|
|
4
|
+
extraClasses?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const GidsAvatarDom: ({ appearance, color, size, badge, text, imageSrc, alt, iconTitleId, extraClasses, }: GidsAvatarDomProps) => HTMLElement;
|
|
7
|
+
//# sourceMappingURL=GidsAvatar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GidsAvatar.d.ts","sourceRoot":"","sources":["../../../src/components/GidsAvatar/GidsAvatar.ts"],"names":[],"mappings":"AACA,OAAO,EACN,KAAK,kBAAkB,EAEvB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAM/D,MAAM,MAAM,kBAAkB,GAAG,kBAAkB,CAAC,eAAe,CAAC,GAAG;IACtE,YAAY,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,qFAU3B,kBAAkB,KAAG,WAwCvB,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { GidsAvatarCommonUtils } from '@ganpatiinfo/gids-core-shared';
|
|
2
|
+
import { GidsAvatarWebUtils, } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
+
import { GidsIconDom } from '../GidsIcon/GidsIcon.js';
|
|
4
|
+
const { shouldTextBeHiddenFromAt } = GidsAvatarCommonUtils;
|
|
5
|
+
const { getGidsAvatarClassNames } = GidsAvatarWebUtils;
|
|
6
|
+
export const GidsAvatarDom = ({ appearance, color, size, badge, text, imageSrc, alt, iconTitleId, extraClasses, }) => {
|
|
7
|
+
const avatarElement = document.createElement('span');
|
|
8
|
+
avatarElement.className = getGidsAvatarClassNames({ color, size }, extraClasses);
|
|
9
|
+
if (appearance === 'image') {
|
|
10
|
+
const image = document.createElement('img');
|
|
11
|
+
image.src = imageSrc;
|
|
12
|
+
image.setAttribute('alt', alt ?? text ?? '');
|
|
13
|
+
image.width = 100;
|
|
14
|
+
image.height = 100;
|
|
15
|
+
avatarElement.append(image);
|
|
16
|
+
}
|
|
17
|
+
else if (appearance === 'icon') {
|
|
18
|
+
const icon = GidsIconDom({
|
|
19
|
+
name: 'user',
|
|
20
|
+
alt: alt ?? text,
|
|
21
|
+
titleId: iconTitleId,
|
|
22
|
+
});
|
|
23
|
+
avatarElement.append(icon);
|
|
24
|
+
}
|
|
25
|
+
else {
|
|
26
|
+
const displayText = document.createElement('span');
|
|
27
|
+
if (shouldTextBeHiddenFromAt({ text, alt })) {
|
|
28
|
+
displayText.setAttribute('aria-hidden', 'true');
|
|
29
|
+
}
|
|
30
|
+
else {
|
|
31
|
+
displayText.setAttribute('role', 'img');
|
|
32
|
+
displayText.setAttribute('aria-label', alt ?? text);
|
|
33
|
+
}
|
|
34
|
+
displayText.append(text);
|
|
35
|
+
avatarElement.append(displayText);
|
|
36
|
+
}
|
|
37
|
+
if (badge) {
|
|
38
|
+
avatarElement.append(badge);
|
|
39
|
+
}
|
|
40
|
+
return avatarElement;
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=GidsAvatar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GidsAvatar.js","sourceRoot":"","sources":["../../../src/components/GidsAvatar/GidsAvatar.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAEN,kBAAkB,GAClB,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEtD,MAAM,EAAE,wBAAwB,EAAE,GAAG,qBAAqB,CAAC;AAC3D,MAAM,EAAE,uBAAuB,EAAE,GAAG,kBAAkB,CAAC;AAMvD,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,EAC7B,UAAU,EACV,KAAK,EACL,IAAI,EACJ,KAAK,EACL,IAAI,EACJ,QAAQ,EACR,GAAG,EACH,WAAW,EACX,YAAY,GACQ,EAAe,EAAE;IACrC,MAAM,aAAa,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IACrD,aAAa,CAAC,SAAS,GAAG,uBAAuB,CAChD,EAAE,KAAK,EAAE,IAAI,EAAE,EACf,YAAY,CACZ,CAAC;IAEF,IAAI,UAAU,KAAK,OAAO,EAAE,CAAC;QAC5B,MAAM,KAAK,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;QAC5C,KAAK,CAAC,GAAG,GAAG,QAAS,CAAC;QACtB,KAAK,CAAC,YAAY,CAAC,KAAK,EAAE,GAAG,IAAI,IAAI,IAAI,EAAE,CAAC,CAAC;QAC7C,KAAK,CAAC,KAAK,GAAG,GAAG,CAAC;QAClB,KAAK,CAAC,MAAM,GAAG,GAAG,CAAC;QAEnB,aAAa,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAC7B,CAAC;SAAM,IAAI,UAAU,KAAK,MAAM,EAAE,CAAC;QAClC,MAAM,IAAI,GAAG,WAAW,CAAC;YACxB,IAAI,EAAE,MAAM;YACZ,GAAG,EAAE,GAAG,IAAI,IAAI;YAChB,OAAO,EAAE,WAAW;SACpB,CAAC,CAAC;QACH,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;SAAM,CAAC;QACP,MAAM,WAAW,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;QACnD,IAAI,wBAAwB,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC;YAC7C,WAAW,CAAC,YAAY,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;QACjD,CAAC;aAAM,CAAC;YACP,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;YACxC,WAAW,CAAC,YAAY,CAAC,YAAY,EAAE,GAAG,IAAI,IAAK,CAAC,CAAC;QACtD,CAAC;QAED,WAAW,CAAC,MAAM,CAAC,IAAK,CAAC,CAAC;QAC1B,aAAa,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;IACnC,CAAC;IAED,IAAI,KAAK,EAAE,CAAC;QACX,aAAa,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAC7B,CAAC;IAED,OAAO,aAAa,CAAC;AACtB,CAAC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type GidsAvatarGroupCommonProps } from '@ganpatiinfo/gids-core-shared';
|
|
2
|
+
import { type DomChildren } from '../../utils/domUtils.js';
|
|
3
|
+
export type GidsAvatarGroupDomProps = GidsAvatarGroupCommonProps<DomChildren> & {
|
|
4
|
+
extraClasses?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const GidsAvatarGroupDom: ({ appearance, layout, children, extraClasses, }: GidsAvatarGroupDomProps) => HTMLSpanElement;
|
|
7
|
+
//# sourceMappingURL=GidsAvatarGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GidsAvatarGroup.d.ts","sourceRoot":"","sources":["../../../src/components/GidsAvatarGroup/GidsAvatarGroup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAEhF,OAAO,EAAoB,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAI7E,MAAM,MAAM,uBAAuB,GAClC,0BAA0B,CAAC,WAAW,CAAC,GAAG;IACzC,YAAY,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEH,eAAO,MAAM,kBAAkB,GAAI,iDAKhC,uBAAuB,KAAG,eAU5B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { GidsAvatarGroupWebUtils } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
+
import { appendAsChildren } from '../../utils/domUtils.js';
|
|
3
|
+
const { getGidsAvatarGroupClassNames } = GidsAvatarGroupWebUtils;
|
|
4
|
+
export const GidsAvatarGroupDom = ({ appearance, layout, children, extraClasses, }) => {
|
|
5
|
+
const avatarGroup = document.createElement('span');
|
|
6
|
+
avatarGroup.className = getGidsAvatarGroupClassNames({ appearance, layout }, extraClasses);
|
|
7
|
+
appendAsChildren(avatarGroup, children);
|
|
8
|
+
return avatarGroup;
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=GidsAvatarGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GidsAvatarGroup.js","sourceRoot":"","sources":["../../../src/components/GidsAvatarGroup/GidsAvatarGroup.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,gBAAgB,EAAoB,MAAM,yBAAyB,CAAC;AAE7E,MAAM,EAAE,4BAA4B,EAAE,GAAG,uBAAuB,CAAC;AAOjE,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,EAClC,UAAU,EACV,MAAM,EACN,QAAQ,EACR,YAAY,GACa,EAAmB,EAAE;IAC9C,MAAM,WAAW,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IACnD,WAAW,CAAC,SAAS,GAAG,4BAA4B,CACnD,EAAE,UAAU,EAAE,MAAM,EAAE,EACtB,YAAY,CACZ,CAAC;IAEF,gBAAgB,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;IAExC,OAAO,WAAW,CAAC;AACpB,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type GidsBadgeCommonProps } from '@ganpatiinfo/gids-core-shared';
|
|
2
|
-
import { DomChildren } from '../../utils/domUtils';
|
|
2
|
+
import { DomChildren } from '../../utils/domUtils.js';
|
|
3
3
|
export interface GidsBadgeDomProps extends GidsBadgeCommonProps<DomChildren> {
|
|
4
4
|
}
|
|
5
5
|
export declare const GidsBadgeDom: ({ appearance, count, accessibleText, type, outline, }: GidsBadgeDomProps) => HTMLSpanElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBadge.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBadge/GidsBadge.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,oBAAoB,EAEzB,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EAAoB,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsBadge.d.ts","sourceRoot":"","sources":["../../../src/components/GidsBadge/GidsBadge.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,oBAAoB,EAEzB,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EAAoB,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKxE,MAAM,WAAW,iBAAkB,SAAQ,oBAAoB,CAAC,WAAW,CAAC;CAAG;AAE/E,eAAO,MAAM,YAAY,GAAI,uDAM1B,iBAAiB,KAAG,eAkCtB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GidsBadgeCommonUtils, } from '@ganpatiinfo/gids-core-shared';
|
|
2
2
|
import { GidsBadgeWebUtils, nonEmpty } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
-
import { appendAsChildren } from '../../utils/domUtils';
|
|
3
|
+
import { appendAsChildren } from '../../utils/domUtils.js';
|
|
4
4
|
const { getDisplayContent, shouldIncludeA11yText } = GidsBadgeCommonUtils;
|
|
5
5
|
const { getGidsBadgeClassNames } = GidsBadgeWebUtils;
|
|
6
6
|
export const GidsBadgeDom = ({ appearance, count, accessibleText, type, outline, }) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsBadge.js","sourceRoot":"","sources":["../../../src/components/GidsBadge/GidsBadge.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,oBAAoB,GACpB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAe,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsBadge.js","sourceRoot":"","sources":["../../../src/components/GidsBadge/GidsBadge.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,oBAAoB,GACpB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAe,MAAM,yBAAyB,CAAC;AAExE,MAAM,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,GAAG,oBAAoB,CAAC;AAC1E,MAAM,EAAE,sBAAsB,EAAE,GAAG,iBAAiB,CAAC;AAIrD,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,EAC5B,UAAU,EACV,KAAK,EACL,cAAc,EACd,IAAI,EACJ,OAAO,GACY,EAAmB,EAAE;IACxC,MAAM,KAAK,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAC7C,KAAK,CAAC,SAAS,GAAG,sBAAsB,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC;IAExE,MAAM,eAAe,GAAG,qBAAqB,CAC5C,IAAI,EACJ,KAAK,EACL,QAAQ,CAAC,cAAc,CAAC,CACxB,CAAC;IAEF,IAAI,eAAe,EAAE,CAAC;QACrB,MAAM,QAAQ,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;QAChD,QAAQ,CAAC,SAAS,GAAG,sBAAsB,CAAC;QAC5C,gBAAgB,CACf,QAAQ,EACR,cAAc,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAClE,CAAC;QACF,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;IAC7B,CAAC;IAED,IAAI,IAAI,KAAK,cAAc,EAAE,CAAC;QAC7B,MAAM,gBAAgB,GAAG,iBAAiB,CAAC,KAAK,EAAE,cAAc,CAAC,CAAC;QAClE,IAAI,eAAe,EAAE,CAAC;YACrB,MAAM,oBAAoB,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;YAC5D,oBAAoB,CAAC,YAAY,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;YAEzD,gBAAgB,CAAC,oBAAoB,EAAE,gBAAgB,CAAC,CAAC;YACzD,KAAK,CAAC,WAAW,CAAC,oBAAoB,CAAC,CAAC;QACzC,CAAC;aAAM,CAAC;YACP,gBAAgB,CAAC,KAAK,EAAE,gBAAgB,CAAC,CAAC;QAC3C,CAAC;IACF,CAAC;IAED,OAAO,KAAK,CAAC;AACd,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PermittedGidsButtonElements, type GidsButtonWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
-
import { type DomChildren } from '../../utils/domUtils';
|
|
2
|
+
import { type DomChildren } from '../../utils/domUtils.js';
|
|
3
3
|
export interface GidsButtonDomProps<ButtonElement extends PermittedGidsButtonElements> extends GidsButtonWebProps<DomChildren, DomChildren, ButtonElement> {
|
|
4
4
|
type?: 'button' | 'submit' | 'reset';
|
|
5
5
|
href?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsButton.d.ts","sourceRoot":"","sources":["../../../src/components/GidsButton/GidsButton.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,2BAA2B,EAC3B,KAAK,kBAAkB,EACvB,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EAAoB,KAAK,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsButton.d.ts","sourceRoot":"","sources":["../../../src/components/GidsButton/GidsButton.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,2BAA2B,EAC3B,KAAK,kBAAkB,EACvB,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EAAoB,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAI7E,MAAM,WAAW,kBAAkB,CAClC,aAAa,SAAS,2BAA2B,CAChD,SAAQ,kBAAkB,CAAC,WAAW,EAAE,WAAW,EAAE,aAAa,CAAC;IACpE,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,iBAAiB,EAAE,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;CAC1D;AAED,eAAO,MAAM,aAAa,GACzB,aAAa,SAAS,2BAA2B,GAAG,QAAQ,EAC3D,4HAcC,kBAAkB,CAAC,aAAa,CAAC,KAAG,aAAa,SAAS,QAAQ,GAClE,iBAAiB,GACjB,iBAmDF,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GidsButtonWebUtils, nonEmpty, } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
-
import { GidsSpinnerControlDom } from '../_GidsSpinnerControl/GidsSpinnerControl';
|
|
3
|
-
import { appendAsChildren } from '../../utils/domUtils';
|
|
2
|
+
import { GidsSpinnerControlDom } from '../_GidsSpinnerControl/GidsSpinnerControl.js';
|
|
3
|
+
import { appendAsChildren } from '../../utils/domUtils.js';
|
|
4
4
|
const { getGidsButtonClassNames } = GidsButtonWebUtils;
|
|
5
5
|
export const GidsButtonDom = ({ as, appearance, size, disabled, destructive, loading, width, children, leadingIcon, trailingIcon, type, href, onClick, }) => {
|
|
6
6
|
const button = document.createElement(as || 'button');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsButton.js","sourceRoot":"","sources":["../../../src/components/GidsButton/GidsButton.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,kBAAkB,EAClB,QAAQ,GAGR,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsButton.js","sourceRoot":"","sources":["../../../src/components/GidsButton/GidsButton.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,kBAAkB,EAClB,QAAQ,GAGR,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,qBAAqB,EAAE,MAAM,8CAA8C,CAAC;AACrF,OAAO,EAAE,gBAAgB,EAAoB,MAAM,yBAAyB,CAAC;AAE7E,MAAM,EAAE,uBAAuB,EAAE,GAAG,kBAAkB,CAAC;AAUvD,MAAM,CAAC,MAAM,aAAa,GAAG,CAE3B,EACD,EAAE,EACF,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,WAAW,EACX,OAAO,EACP,KAAK,EACL,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,IAAI,EACJ,IAAI,EACJ,OAAO,GAC4B,EAEf,EAAE;IACtB,MAAM,MAAM,GAAG,QAAQ,CAAC,aAAa,CACpC,EAAE,IAAI,QAAQ,CAC4D,CAAC;IAE5E,MAAM,CAAC,SAAS,GAAG,uBAAuB,CACzC,EAAE,UAAU,EAAE,IAAI,EAAE,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,EACjD,CAAC,QAAQ,IAAI,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,CAC7D,CAAC;IAEF,IAAI,EAAE,KAAK,GAAG,EAAE,CAAC;QAChB,MAAM,CAAC,YAAY,CAAC,MAAM,EAAE,IAAI,IAAI,QAAQ,CAAC,CAAC;QAE9C,IAAI,QAAQ,EAAE,CAAC;YACd,MAAM,CAAC,YAAY,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;QACrC,CAAC;aAAM,CAAC;YACP,MAAM,CAAC,eAAe,CAAC,UAAU,CAAC,CAAC;QACpC,CAAC;IACF,CAAC;IAED,IAAI,EAAE,KAAK,GAAG,EAAE,CAAC;QAChB,IAAI,IAAI,EAAE,CAAC;YACV,MAAM,CAAC,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QACnC,CAAC;IACF,CAAC;IAED,MAAM,OAAO,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAC/C,OAAO,CAAC,SAAS,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;IAE9C,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;IAEvC,gBAAgB,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;IAEpC,MAAM,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;IAE5B,gBAAgB,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;IAEvC,IAAI,OAAO,EAAE,CAAC;QACb,MAAM,CAAC,WAAW,CACjB,qBAAqB,CAAC;YACrB,IAAI,EAAE,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI;YAC3C,aAAa,EAAE,IAAI;SAC/B,CAAC,CACF,CAAC;IACH,CAAC;IAEE,IAAI,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;QACtB,MAAM,CAAC,gBAAgB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAA;IAC7C,CAAC;IAEJ,OAAO,MAAM,CAAC;AACf,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsCheckbox.d.ts","sourceRoot":"","sources":["../../../src/components/GidsCheckbox/GidsCheckbox.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,UAAU,EAEf,KAAK,oBAAoB,EAEzB,MAAM,8BAA8B,CAAC;AAMtC,MAAM,WAAW,oBAChB,SAAQ,oBAAoB,CAC3B,OAAO,GAAG,OAAO,EAAE,GAAG,MAAM,GAAG,MAAM,EAAE,EACvC,OAAO,CACP;IACD,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IAC1D,SAAS,CAAC,EAAE,UAAU,CAAC;CACvB;AAED,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"GidsCheckbox.d.ts","sourceRoot":"","sources":["../../../src/components/GidsCheckbox/GidsCheckbox.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,UAAU,EAEf,KAAK,oBAAoB,EAEzB,MAAM,8BAA8B,CAAC;AAMtC,MAAM,WAAW,oBAChB,SAAQ,oBAAoB,CAC3B,OAAO,GAAG,OAAO,EAAE,GAAG,MAAM,GAAG,MAAM,EAAE,EACvC,OAAO,CACP;IACD,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IAC1D,SAAS,CAAC,EAAE,UAAU,CAAC;CACvB;AAED,eAAO,MAAM,eAAe,GAAI,mNAsB7B,oBAAoB,KAAG,cAiCzB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { generateId, GidsCheckboxWebUtils, } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
-
import { GidsCheckboxControlDom } from '../_GidsCheckboxControl/GidsCheckboxControl';
|
|
3
|
-
import { GidsLabelDom } from '../GidsLabel/GidsLabel';
|
|
2
|
+
import { GidsCheckboxControlDom } from '../_GidsCheckboxControl/GidsCheckboxControl.js';
|
|
3
|
+
import { GidsLabelDom } from '../GidsLabel/GidsLabel.js';
|
|
4
4
|
const { getGidsCheckboxClassNames } = GidsCheckboxWebUtils;
|
|
5
5
|
export const GidsCheckboxDom = ({
|
|
6
6
|
// Label props
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsCheckbox.js","sourceRoot":"","sources":["../../../src/components/GidsCheckbox/GidsCheckbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,UAAU,EAEV,oBAAoB,GACpB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,sBAAsB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsCheckbox.js","sourceRoot":"","sources":["../../../src/components/GidsCheckbox/GidsCheckbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,UAAU,EAEV,oBAAoB,GACpB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,sBAAsB,EAAE,MAAM,gDAAgD,CAAC;AACxF,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,MAAM,EAAE,yBAAyB,EAAE,GAAG,oBAAoB,CAAC;AAW3D,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC;AAC/B,cAAc;AACd,QAAQ,EACR,gBAAgB,EAChB,4BAA4B,EAC5B,4BAA4B,EAC5B,IAAI,EACJ,OAAO;AAEP,iBAAiB;AACjB,OAAO,EACP,cAAc,EACd,QAAQ,EACR,aAAa,EACb,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,KAAK,EACL,QAAQ;AAER,0BAA0B;AAC1B,SAAS,GACa,EAAkB,EAAE;IAC1C,MAAM,iBAAiB,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;IACxD,iBAAiB,CAAC,SAAS,GAAG,yBAAyB,CAAC,SAAS,CAAC,CAAC;IAEnE,MAAM,WAAW,GAAG,OAAO,IAAI,UAAU,EAAE,CAAC;IAE5C,iBAAiB,CAAC,WAAW,CAC5B,sBAAsB,CAAC;QACtB,OAAO;QACP,cAAc;QACd,QAAQ;QACR,aAAa;QACb,OAAO,EAAE,WAAW;QACpB,IAAI;QACK,KAAK;QACd,QAAQ;QACR,QAAQ;KACR,CAAC,CACF,CAAC;IACF,iBAAiB,CAAC,WAAW,CAC5B,YAAY,CAAC;QACZ,QAAQ;QACR,QAAQ;QACR,gBAAgB;QAChB,4BAA4B;QAC5B,4BAA4B;QAC5B,OAAO,EAAE,WAAW;QACpB,IAAI;QACJ,OAAO;KACP,CAAC,CACF,CAAC;IAEF,OAAO,iBAAiB,CAAC;AAC1B,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type GidsCheckboxGroupCommonProps } from '@ganpatiinfo/gids-core-shared';
|
|
2
|
-
import { type DomChildren } from '../../utils/domUtils';
|
|
2
|
+
import { type DomChildren } from '../../utils/domUtils.js';
|
|
3
3
|
export interface GidsCheckboxGroupDomProps extends GidsCheckboxGroupCommonProps<DomChildren> {
|
|
4
4
|
extraClasses?: string;
|
|
5
5
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsCheckboxGroup.d.ts","sourceRoot":"","sources":["../../../src/components/GidsCheckboxGroup/GidsCheckboxGroup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,4BAA4B,EAAE,MAAM,+BAA+B,CAAC;AAElF,OAAO,EAAoB,KAAK,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsCheckboxGroup.d.ts","sourceRoot":"","sources":["../../../src/components/GidsCheckboxGroup/GidsCheckboxGroup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,4BAA4B,EAAE,MAAM,+BAA+B,CAAC;AAElF,OAAO,EAAoB,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAI7E,MAAM,WAAW,yBAChB,SAAQ,4BAA4B,CAAC,WAAW,CAAC;IACjD,YAAY,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,oBAAoB,GAAI,6BAGlC,yBAAyB,KAAG,cAM9B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GidsCheckboxGroupWebUtils } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
-
import { appendAsChildren } from '../../utils/domUtils';
|
|
2
|
+
import { appendAsChildren } from '../../utils/domUtils.js';
|
|
3
3
|
const { getGidsCheckboxGroupClassNames } = GidsCheckboxGroupWebUtils;
|
|
4
4
|
export const GidsCheckboxGroupDom = ({ children, extraClasses, }) => {
|
|
5
5
|
const checkboxGroup = document.createElement('div');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsCheckboxGroup.js","sourceRoot":"","sources":["../../../src/components/GidsCheckboxGroup/GidsCheckboxGroup.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAoB,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsCheckboxGroup.js","sourceRoot":"","sources":["../../../src/components/GidsCheckboxGroup/GidsCheckboxGroup.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAoB,MAAM,yBAAyB,CAAC;AAE7E,MAAM,EAAE,8BAA8B,EAAE,GAAG,yBAAyB,CAAC;AAOrE,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,EACpC,QAAQ,EACR,YAAY,GACe,EAAkB,EAAE;IAC/C,MAAM,aAAa,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;IACpD,aAAa,CAAC,SAAS,GAAG,8BAA8B,CAAC,YAAY,CAAC,CAAC;IACvE,gBAAgB,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;IAE1C,OAAO,aAAa,CAAC;AACtB,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type GidsDisplayTagCommonProps } from '@ganpatiinfo/gids-core-shared';
|
|
2
|
-
import { type DomNodeOrString } from '../../utils/domUtils';
|
|
2
|
+
import { type DomNodeOrString } from '../../utils/domUtils.js';
|
|
3
3
|
export interface GidsDisplayTagDomProps extends GidsDisplayTagCommonProps<DomNodeOrString> {
|
|
4
4
|
}
|
|
5
5
|
export declare const GidsDisplayTagDom: ({ label, appearance, color, size, icon, }: GidsDisplayTagDomProps) => HTMLSpanElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsDisplayTag.d.ts","sourceRoot":"","sources":["../../../src/components/GidsDisplayTag/GidsDisplayTag.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAE/E,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsDisplayTag.d.ts","sourceRoot":"","sources":["../../../src/components/GidsDisplayTag/GidsDisplayTag.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAE/E,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAI/D,MAAM,WAAW,sBAChB,SAAQ,yBAAyB,CAAC,eAAe,CAAC;CAAG;AAEtD,eAAO,MAAM,iBAAiB,GAAI,2CAM/B,sBAAsB,KAAG,eAe3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsDivider.d.ts","sourceRoot":"","sources":["../../../src/components/GidsDivider/GidsDivider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAK5E,MAAM,WAAW,mBAAoB,SAAQ,sBAAsB;CAAG;AAEtE,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"GidsDivider.d.ts","sourceRoot":"","sources":["../../../src/components/GidsDivider/GidsDivider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAK5E,MAAM,WAAW,mBAAoB,SAAQ,sBAAsB;CAAG;AAEtE,eAAO,MAAM,cAAc,GAAI,kBAE5B,mBAAmB,KAAG,aAKxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsIcon.d.ts","sourceRoot":"","sources":["../../../src/components/GidsIcon/GidsIcon.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,QAAQ,EACb,KAAK,cAAc,EAEnB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAIN,KAAK,gBAAgB,EACrB,MAAM,8BAA8B,CAAC;AAItC,MAAM,WAAW,gBAChB,SAAQ,gBAAgB,CAAC,QAAQ,EAAE,cAAc,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"GidsIcon.d.ts","sourceRoot":"","sources":["../../../src/components/GidsIcon/GidsIcon.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,QAAQ,EACb,KAAK,cAAc,EAEnB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAIN,KAAK,gBAAgB,EACrB,MAAM,8BAA8B,CAAC;AAItC,MAAM,WAAW,gBAChB,SAAQ,gBAAgB,CAAC,QAAQ,EAAE,cAAc,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,WAAW,GAAI,sDAOzB,gBAAgB,KAAG,aA2BrB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type GidsInputTagCommonProps } from '@ganpatiinfo/gids-core-shared';
|
|
2
|
+
import { type DomNodeOrString } from '../../utils/domUtils.js';
|
|
3
|
+
export interface GidsInputTagDomProps extends GidsInputTagCommonProps<DomNodeOrString> {
|
|
4
|
+
onClick?: (event: MouseEvent) => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const GidsInputTagDom: ({ label, appearance, size, icon, dismissible, disabled, dismissButtonLabel, onClick, }: GidsInputTagDomProps) => HTMLSpanElement | HTMLButtonElement;
|
|
7
|
+
//# sourceMappingURL=GidsInputTag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GidsInputTag.d.ts","sourceRoot":"","sources":["../../../src/components/GidsInputTag/GidsInputTag.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,uBAAuB,EAE5B,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EAAmB,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAMhF,MAAM,WAAW,oBAChB,SAAQ,uBAAuB,CAAC,eAAe,CAAC;IAChD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;CACtC;AAED,eAAO,MAAM,eAAe,GAAI,wFAS7B,oBAAoB,KAAG,eAAe,GAAG,iBAoC3C,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { GidsInputTagCommonUtils, } from '@ganpatiinfo/gids-core-shared';
|
|
2
|
+
import { GidsInputTagWebUtils } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
+
import { toggleAttribute } from '../../utils/domUtils.js';
|
|
4
|
+
import { GidsInputTagButtonDom } from './_GidsInputTagButton/GidsInputTagButton.js';
|
|
5
|
+
const { getDismissButtonLabel } = GidsInputTagCommonUtils;
|
|
6
|
+
const { getGidsInputTagClassNames } = GidsInputTagWebUtils;
|
|
7
|
+
export const GidsInputTagDom = ({ label, appearance, size, icon, dismissible, disabled, dismissButtonLabel, onClick, }) => {
|
|
8
|
+
const inputTag = dismissible
|
|
9
|
+
? document.createElement('span')
|
|
10
|
+
: document.createElement('button');
|
|
11
|
+
inputTag.className = getGidsInputTagClassNames({
|
|
12
|
+
size,
|
|
13
|
+
appearance,
|
|
14
|
+
disabled,
|
|
15
|
+
dismissible,
|
|
16
|
+
});
|
|
17
|
+
if (icon !== undefined) {
|
|
18
|
+
inputTag.append(icon);
|
|
19
|
+
}
|
|
20
|
+
inputTag.append(label);
|
|
21
|
+
if (dismissible) {
|
|
22
|
+
inputTag.appendChild(GidsInputTagButtonDom({
|
|
23
|
+
appearance,
|
|
24
|
+
disabled,
|
|
25
|
+
size,
|
|
26
|
+
onClick,
|
|
27
|
+
label: getDismissButtonLabel(dismissButtonLabel),
|
|
28
|
+
}));
|
|
29
|
+
}
|
|
30
|
+
else {
|
|
31
|
+
toggleAttribute(inputTag, 'disabled', !!disabled);
|
|
32
|
+
if (onClick) {
|
|
33
|
+
inputTag.addEventListener('click', onClick);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
return inputTag;
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=GidsInputTag.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GidsInputTag.js","sourceRoot":"","sources":["../../../src/components/GidsInputTag/GidsInputTag.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,uBAAuB,GACvB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,eAAe,EAAwB,MAAM,yBAAyB,CAAC;AAChF,OAAO,EAAE,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,EAAE,qBAAqB,EAAE,GAAG,uBAAuB,CAAC;AAC1D,MAAM,EAAE,yBAAyB,EAAE,GAAG,oBAAoB,CAAC;AAO3D,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,EAC/B,KAAK,EACL,UAAU,EACV,IAAI,EACJ,IAAI,EACJ,WAAW,EACX,QAAQ,EACR,kBAAkB,EAClB,OAAO,GACe,EAAuC,EAAE;IAC/D,MAAM,QAAQ,GAAG,WAAW;QAC3B,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC;QAChC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAEpC,QAAQ,CAAC,SAAS,GAAG,yBAAyB,CAAC;QAC9C,IAAI;QACJ,UAAU;QACV,QAAQ;QACR,WAAW;KACX,CAAC,CAAC;IAEH,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;QACxB,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IACvB,CAAC;IAED,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAEvB,IAAI,WAAW,EAAE,CAAC;QACjB,QAAQ,CAAC,WAAW,CACnB,qBAAqB,CAAC;YACrB,UAAU;YACV,QAAQ;YACR,IAAI;YACJ,OAAO;YACP,KAAK,EAAE,qBAAqB,CAAC,kBAAkB,CAAC;SAChD,CAAC,CACF,CAAC;IACH,CAAC;SAAM,CAAC;QACP,eAAe,CAAC,QAAQ,EAAE,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC;QAClD,IAAI,OAAO,EAAE,CAAC;YACb,QAAQ,CAAC,gBAAgB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAC7C,CAAC;IACF,CAAC;IAED,OAAO,QAAQ,CAAC;AACjB,CAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type GidsInputTagButtonCommonProps } from '@ganpatiinfo/gids-core-shared';
|
|
2
|
+
export interface GidsInputTagButtonDomProps extends GidsInputTagButtonCommonProps {
|
|
3
|
+
onClick?: (event: MouseEvent) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const GidsInputTagButtonDom: ({ appearance, disabled, size, label, onClick, }: GidsInputTagButtonDomProps) => HTMLButtonElement;
|
|
6
|
+
//# sourceMappingURL=GidsInputTagButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GidsInputTagButton.d.ts","sourceRoot":"","sources":["../../../../src/components/GidsInputTag/_GidsInputTagButton/GidsInputTagButton.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,+BAA+B,CAAC;AAOnF,MAAM,WAAW,0BAChB,SAAQ,6BAA6B;IACrC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;CACtC;AAED,eAAO,MAAM,qBAAqB,GAAI,iDAMnC,0BAA0B,KAAG,iBAY/B,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { GidsInputTagButtonWebUtils } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
+
import { toggleAttribute } from '../../../utils/domUtils.js';
|
|
3
|
+
import { GidsIconDom } from '../../GidsIcon/GidsIcon.js';
|
|
4
|
+
const { getGidsInputTagButtonClassNames } = GidsInputTagButtonWebUtils;
|
|
5
|
+
export const GidsInputTagButtonDom = ({ appearance, disabled, size, label, onClick, }) => {
|
|
6
|
+
const tagButton = document.createElement('button');
|
|
7
|
+
tagButton.className = getGidsInputTagButtonClassNames({ size, appearance });
|
|
8
|
+
tagButton.setAttribute('aria-label', label ?? '');
|
|
9
|
+
toggleAttribute(tagButton, 'disabled', !!disabled);
|
|
10
|
+
const icon = GidsIconDom({ name: 'cross', alt: '' });
|
|
11
|
+
tagButton.appendChild(icon);
|
|
12
|
+
if (onClick) {
|
|
13
|
+
tagButton.addEventListener('click', onClick);
|
|
14
|
+
}
|
|
15
|
+
return tagButton;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=GidsInputTagButton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GidsInputTagButton.js","sourceRoot":"","sources":["../../../../src/components/GidsInputTag/_GidsInputTagButton/GidsInputTagButton.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAEzD,MAAM,EAAE,+BAA+B,EAAE,GAAG,0BAA0B,CAAC;AAOvE,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,EACrC,UAAU,EACV,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,OAAO,GACqB,EAAqB,EAAE;IACnD,MAAM,SAAS,GAAG,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IACnD,SAAS,CAAC,SAAS,GAAG,+BAA+B,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC,CAAC;IAC5E,SAAS,CAAC,YAAY,CAAC,YAAY,EAAE,KAAK,IAAI,EAAE,CAAC,CAAC;IAClD,eAAe,CAAC,SAAS,EAAE,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC;IACnD,MAAM,IAAI,GAAG,WAAW,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,CAAC;IACrD,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IAC5B,IAAI,OAAO,EAAE,CAAC;QACb,SAAS,CAAC,gBAAgB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAC9C,CAAC;IAED,OAAO,SAAS,CAAC;AAClB,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type GidsLabelWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
-
import { type DomChildren, type DomNodeOrString } from '../../utils/domUtils';
|
|
2
|
+
import { type DomChildren, type DomNodeOrString } from '../../utils/domUtils.js';
|
|
3
3
|
export interface GidsLabelDomProps extends GidsLabelWebProps<DomChildren, DomNodeOrString> {
|
|
4
4
|
}
|
|
5
5
|
export declare const GidsLabelDom: ({ children, disabled, fieldRequirement, fieldRequirementOptionalText, fieldRequirementRequiredText, info, htmlFor, labelId, }: GidsLabelDomProps) => HTMLDivElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsLabel.d.ts","sourceRoot":"","sources":["../../../src/components/GidsLabel/GidsLabel.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,KAAK,iBAAiB,EACtB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAEN,KAAK,WAAW,EAChB,KAAK,eAAe,EACpB,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsLabel.d.ts","sourceRoot":"","sources":["../../../src/components/GidsLabel/GidsLabel.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,KAAK,iBAAiB,EACtB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAEN,KAAK,WAAW,EAChB,KAAK,eAAe,EACpB,MAAM,yBAAyB,CAAC;AAMjC,MAAM,WAAW,iBAChB,SAAQ,iBAAiB,CAAC,WAAW,EAAE,eAAe,CAAC;CAAG;AAE3D,eAAO,MAAM,YAAY,GAAI,+HAS1B,iBAAiB,KAAG,cA+BtB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GidsLabelWebUtils, } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
-
import { appendAsChildren, } from '../../utils/domUtils';
|
|
2
|
+
import { appendAsChildren, } from '../../utils/domUtils.js';
|
|
3
3
|
import { GidsLabelCommonUtils } from '@ganpatiinfo/gids-core-shared';
|
|
4
4
|
const { getIndicatorText } = GidsLabelCommonUtils;
|
|
5
5
|
const { getGidsLabelClassNames } = GidsLabelWebUtils;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsLabel.js","sourceRoot":"","sources":["../../../src/components/GidsLabel/GidsLabel.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,iBAAiB,GAEjB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACN,gBAAgB,GAGhB,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsLabel.js","sourceRoot":"","sources":["../../../src/components/GidsLabel/GidsLabel.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,iBAAiB,GAEjB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACN,gBAAgB,GAGhB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,MAAM,EAAE,gBAAgB,EAAE,GAAG,oBAAoB,CAAC;AAClD,MAAM,EAAE,sBAAsB,EAAE,GAAG,iBAAiB,CAAC;AAKrD,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,EAC5B,QAAQ,EACR,QAAQ,EACR,gBAAgB,EAChB,4BAA4B,EAC5B,4BAA4B,EAC5B,IAAI,EACJ,OAAO,EACP,OAAO,GACY,EAAkB,EAAE;IACvC,MAAM,SAAS,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;IAChD,SAAS,CAAC,SAAS,GAAG,sBAAsB,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC;IAE3D,MAAM,KAAK,GAAG,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;IAC9C,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;QAC3B,KAAK,CAAC,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpC,CAAC;IACD,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;QAC3B,KAAK,CAAC,EAAE,GAAG,OAAO,CAAC;IACpB,CAAC;IACD,gBAAgB,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC;IAElC,MAAM,aAAa,GAAG,gBAAgB,CAAC;QACtC,gBAAgB;QAChB,4BAA4B;QAC5B,4BAA4B;KAC5B,CAAC,CAAC;IACH,IAAI,aAAa,KAAK,SAAS,EAAE,CAAC;QACjC,MAAM,oBAAoB,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;QAC5D,oBAAoB,CAAC,SAAS,GAAG,+BAA+B,CAAC;QACjE,oBAAoB,CAAC,WAAW,GAAG,aAAa,CAAC;QACjD,KAAK,CAAC,WAAW,CAAC,oBAAoB,CAAC,CAAC;IACzC,CAAC;IAED,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;IAC7B,IAAI,IAAI,EAAE,CAAC;QACV,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IACxB,CAAC;IAED,OAAO,SAAS,CAAC;AAClB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsLabelInfo.d.ts","sourceRoot":"","sources":["../../../../src/components/GidsLabel/GidsLabelInfo/GidsLabelInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAC9E,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAS/D,MAAM,WAAW,qBAAsB,SAAQ,wBAAwB;IACtE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACtC,SAAS,CAAC,EAAE,UAAU,CAAC;CACvB;AAED,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"GidsLabelInfo.d.ts","sourceRoot":"","sources":["../../../../src/components/GidsLabel/GidsLabelInfo/GidsLabelInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAC9E,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAS/D,MAAM,WAAW,qBAAsB,SAAQ,wBAAwB;IACtE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACtC,SAAS,CAAC,EAAE,UAAU,CAAC;CACvB;AAED,eAAO,MAAM,gBAAgB,GAAI,wCAK9B,qBAAqB,KAAG,iBAuB1B,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GidsLabelInfoWebUtils } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
-
import { toggleAttribute } from '../../../utils/domUtils';
|
|
2
|
+
import { toggleAttribute } from '../../../utils/domUtils.js';
|
|
3
3
|
import { GidsLabelInfoCommonUtils } from '@ganpatiinfo/gids-core-shared';
|
|
4
|
-
import { GidsIconDom } from '../../GidsIcon/GidsIcon';
|
|
4
|
+
import { GidsIconDom } from '../../GidsIcon/GidsIcon.js';
|
|
5
5
|
const { getGidsLabelInfoClassNames } = GidsLabelInfoWebUtils;
|
|
6
6
|
const { getLabelInfoAltText } = GidsLabelInfoCommonUtils;
|
|
7
7
|
export const GidsLabelInfoDom = ({ disabled, alt, onClick, className, }) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsLabelInfo.js","sourceRoot":"","sources":["../../../../src/components/GidsLabel/GidsLabelInfo/GidsLabelInfo.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsLabelInfo.js","sourceRoot":"","sources":["../../../../src/components/GidsLabel/GidsLabelInfo/GidsLabelInfo.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAEzD,MAAM,EAAE,0BAA0B,EAAE,GAAG,qBAAqB,CAAC;AAC7D,MAAM,EAAE,mBAAmB,EAAE,GAAG,wBAAwB,CAAC;AAOzD,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,EAChC,QAAQ,EACR,GAAG,EACH,OAAO,EACP,SAAS,GACc,EAAqB,EAAE;IAC9C,MAAM,SAAS,GAAG,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IACnD,SAAS,CAAC,SAAS,GAAG,0BAA0B,CAAC,SAAS,CAAC,CAAC;IAC5D,SAAS,CAAC,YAAY,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAEzC,IAAI,OAAO,EAAE,CAAC;QACb,SAAS,CAAC,gBAAgB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAC9C,CAAC;IAED,IAAI,QAAQ,EAAE,CAAC;QACd,eAAe,CAAC,SAAS,EAAE,UAAU,EAAE,IAAI,CAAC,CAAC;IAC9C,CAAC;IAED,MAAM,SAAS,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IACjD,SAAS,CAAC,SAAS,GAAG,sBAAsB,CAAC;IAC7C,SAAS,CAAC,WAAW,GAAG,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC;IAErD,SAAS,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,SAAS,CAAC,WAAW,CACpB,WAAW,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,CACzD,CAAC;IAEF,OAAO,SAAS,CAAC;AAClB,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type GidsLinkCommonProps } from '@ganpatiinfo/gids-core-shared';
|
|
2
|
-
import { type DomChildren } from '../../utils/domUtils';
|
|
2
|
+
import { type DomChildren } from '../../utils/domUtils.js';
|
|
3
3
|
import { type ClassValue } from '@ganpatiinfo/gids-web-shared';
|
|
4
4
|
export interface GidsLinkDomProps extends GidsLinkCommonProps<DomChildren> {
|
|
5
5
|
extraClasses?: ClassValue;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsLink.d.ts","sourceRoot":"","sources":["../../../src/components/GidsLink/GidsLink.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAoB,KAAK,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsLink.d.ts","sourceRoot":"","sources":["../../../src/components/GidsLink/GidsLink.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAoB,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EACN,KAAK,UAAU,EAEf,MAAM,8BAA8B,CAAC;AAItC,MAAM,WAAW,gBAAiB,SAAQ,mBAAmB,CAAC,WAAW,CAAC;IACzE,YAAY,CAAC,EAAE,UAAU,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;CACzD;AAED,eAAO,MAAM,WAAW,GAAI,kDAMzB,gBAAgB,KAAG,iBAerB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { appendAsChildren } from '../../utils/domUtils';
|
|
1
|
+
import { appendAsChildren } from '../../utils/domUtils.js';
|
|
2
2
|
import { GidsLinkWebUtils, } from '@ganpatiinfo/gids-web-shared';
|
|
3
3
|
const { getGidsLinkClassNames } = GidsLinkWebUtils;
|
|
4
4
|
export const GidsLinkDom = ({ children, size, extraClasses, href, onClick, }) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsLink.js","sourceRoot":"","sources":["../../../src/components/GidsLink/GidsLink.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAoB,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsLink.js","sourceRoot":"","sources":["../../../src/components/GidsLink/GidsLink.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAoB,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAEN,gBAAgB,GAChB,MAAM,8BAA8B,CAAC;AAEtC,MAAM,EAAE,qBAAqB,EAAE,GAAG,gBAAgB,CAAC;AAQnD,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,EAC3B,QAAQ,EACR,IAAI,EACJ,YAAY,EACZ,IAAI,EACJ,OAAO,GACW,EAAqB,EAAE;IACzC,MAAM,WAAW,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAChD,WAAW,CAAC,SAAS,GAAG,qBAAqB,CAAC,EAAE,IAAI,EAAE,EAAE,YAAY,CAAC,CAAC;IAEtE,gBAAgB,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;IAExC,IAAI,IAAI,EAAE,CAAC;QACV,WAAW,CAAC,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IACxC,CAAC;IAED,IAAI,OAAO,EAAE,CAAC;QACb,WAAW,CAAC,gBAAgB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAChD,CAAC;IAED,OAAO,WAAW,CAAC;AACpB,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ClassValue, type GidsRadioWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
-
import { type DomChildren, type DomNodeOrString } from '../../utils/domUtils';
|
|
2
|
+
import { type DomChildren, type DomNodeOrString } from '../../utils/domUtils.js';
|
|
3
3
|
export interface GidsRadioDomProps extends GidsRadioWebProps<DomChildren, DomNodeOrString> {
|
|
4
4
|
onChange?: (this: HTMLInputElement, event: Event) => void;
|
|
5
5
|
className?: ClassValue;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsRadio.d.ts","sourceRoot":"","sources":["../../../src/components/GidsRadio/GidsRadio.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,UAAU,EAEf,KAAK,iBAAiB,EAEtB,MAAM,8BAA8B,CAAC;AAGtC,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsRadio.d.ts","sourceRoot":"","sources":["../../../src/components/GidsRadio/GidsRadio.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,UAAU,EAEf,KAAK,iBAAiB,EAEtB,MAAM,8BAA8B,CAAC;AAGtC,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAIjF,MAAM,WAAW,iBAChB,SAAQ,iBAAiB,CAAC,WAAW,EAAE,eAAe,CAAC;IACvD,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IAC1D,SAAS,CAAC,EAAE,UAAU,CAAC;CACvB;AAED,eAAO,MAAM,YAAY,GAAI,0LAoB1B,iBAAiB,KAAG,cA+BtB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { generateId, GidsRadioWebUtils, } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
-
import { GidsRadioControlDom } from '../_GidsRadioControl/GidsRadioControl';
|
|
3
|
-
import { GidsLabelDom } from '../GidsLabel/GidsLabel';
|
|
2
|
+
import { GidsRadioControlDom } from '../_GidsRadioControl/GidsRadioControl.js';
|
|
3
|
+
import { GidsLabelDom } from '../GidsLabel/GidsLabel.js';
|
|
4
4
|
const { getGidsRadioClassNames } = GidsRadioWebUtils;
|
|
5
5
|
export const GidsRadioDom = ({
|
|
6
6
|
// Label props
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsRadio.js","sourceRoot":"","sources":["../../../src/components/GidsRadio/GidsRadio.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,UAAU,EAEV,iBAAiB,GACjB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsRadio.js","sourceRoot":"","sources":["../../../src/components/GidsRadio/GidsRadio.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,UAAU,EAEV,iBAAiB,GACjB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,0CAA0C,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAGzD,MAAM,EAAE,sBAAsB,EAAE,GAAG,iBAAiB,CAAC;AAQrD,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC;AAC5B,cAAc;AACd,QAAQ,EACR,gBAAgB,EAChB,4BAA4B,EAC5B,4BAA4B,EAC5B,IAAI,EACJ,OAAO;AAEP,cAAc;AACd,OAAO,EACP,cAAc,EACd,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,KAAK,EACL,QAAQ;AAER,uBAAuB;AACvB,SAAS,GACU,EAAkB,EAAE;IACvC,MAAM,cAAc,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;IACrD,cAAc,CAAC,SAAS,GAAG,sBAAsB,CAAC,SAAS,CAAC,CAAC;IAE7D,MAAM,WAAW,GAAG,OAAO,IAAI,UAAU,EAAE,CAAC;IAE5C,cAAc,CAAC,WAAW,CACzB,mBAAmB,CAAC;QACnB,OAAO;QACP,cAAc;QACd,QAAQ;QACR,OAAO,EAAE,WAAW;QACpB,IAAI;QACJ,KAAK;QACL,QAAQ;KACR,CAAC,CACF,CAAC;IACF,cAAc,CAAC,WAAW,CACzB,YAAY,CAAC;QACZ,QAAQ;QACR,QAAQ;QACR,gBAAgB;QAChB,4BAA4B;QAC5B,4BAA4B;QAC5B,OAAO,EAAE,WAAW;QACpB,IAAI;QACJ,OAAO;KACP,CAAC,CACF,CAAC;IAEF,OAAO,cAAc,CAAC;AACvB,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type GidsRadioGroupCommonProps } from '@ganpatiinfo/gids-core-shared';
|
|
2
|
-
import { type DomChildren } from '../../utils/domUtils';
|
|
2
|
+
import { type DomChildren } from '../../utils/domUtils.js';
|
|
3
3
|
export type GidsRadioGroupDomProps = GidsRadioGroupCommonProps<DomChildren>;
|
|
4
4
|
export declare const GidsRadioGroupDom: ({ children, }: GidsRadioGroupDomProps) => HTMLDivElement;
|
|
5
5
|
//# sourceMappingURL=GidsRadioGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsRadioGroup.d.ts","sourceRoot":"","sources":["../../../src/components/GidsRadioGroup/GidsRadioGroup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAC/E,OAAO,EAAoB,KAAK,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsRadioGroup.d.ts","sourceRoot":"","sources":["../../../src/components/GidsRadioGroup/GidsRadioGroup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAC/E,OAAO,EAAoB,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE7E,MAAM,MAAM,sBAAsB,GAAG,yBAAyB,CAAC,WAAW,CAAC,CAAC;AAE5E,eAAO,MAAM,iBAAiB,GAAI,eAE/B,sBAAsB,KAAG,cAM3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsRadioGroup.js","sourceRoot":"","sources":["../../../src/components/GidsRadioGroup/GidsRadioGroup.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAoB,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsRadioGroup.js","sourceRoot":"","sources":["../../../src/components/GidsRadioGroup/GidsRadioGroup.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAoB,MAAM,yBAAyB,CAAC;AAI7E,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,EACjC,QAAQ,GACgB,EAAkB,EAAE;IAC5C,MAAM,UAAU,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;IACjD,UAAU,CAAC,SAAS,GAAG,kBAAkB,CAAC;IAC1C,gBAAgB,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;IAEvC,OAAO,UAAU,CAAC;AACnB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsSpinner.d.ts","sourceRoot":"","sources":["../../../src/components/GidsSpinner/GidsSpinner.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,sBAAsB,EAE3B,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACN,KAAK,UAAU,EAEf,MAAM,8BAA8B,CAAC;AAMtC,MAAM,WAAW,mBAAoB,SAAQ,sBAAsB;IAClE,SAAS,CAAC,EAAE,UAAU,CAAC;CACvB;AAED,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"GidsSpinner.d.ts","sourceRoot":"","sources":["../../../src/components/GidsSpinner/GidsSpinner.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,sBAAsB,EAE3B,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACN,KAAK,UAAU,EAEf,MAAM,8BAA8B,CAAC;AAMtC,MAAM,WAAW,mBAAoB,SAAQ,sBAAsB;IAClE,SAAS,CAAC,EAAE,UAAU,CAAC;CACvB;AAED,eAAO,MAAM,cAAc,GAAI,wEAQ5B,mBAAmB,KAAG,eAkCxB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GidsSpinnerCommonUtils, } from '@ganpatiinfo/gids-core-shared';
|
|
2
2
|
import { GidsSpinnerWebUtils, } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
-
import { GidsSpinnerControlDom } from '../_GidsSpinnerControl/GidsSpinnerControl';
|
|
3
|
+
import { GidsSpinnerControlDom } from '../_GidsSpinnerControl/GidsSpinnerControl.js';
|
|
4
4
|
const { getGidsSpinnerClassNames } = GidsSpinnerWebUtils;
|
|
5
5
|
const { getElementVisibility } = GidsSpinnerCommonUtils;
|
|
6
6
|
export const GidsSpinnerDom = ({ label, supportingText, size, indeterminate, value, max, className, }) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsSpinner.js","sourceRoot":"","sources":["../../../src/components/GidsSpinner/GidsSpinner.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,sBAAsB,GACtB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAEN,mBAAmB,GACnB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsSpinner.js","sourceRoot":"","sources":["../../../src/components/GidsSpinner/GidsSpinner.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,sBAAsB,GACtB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAEN,mBAAmB,GACnB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,qBAAqB,EAAE,MAAM,8CAA8C,CAAC;AAErF,MAAM,EAAE,wBAAwB,EAAE,GAAG,mBAAmB,CAAC;AACzD,MAAM,EAAE,oBAAoB,EAAE,GAAG,sBAAsB,CAAC;AAMxD,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,EAC9B,KAAK,EACL,cAAc,EACd,IAAI,EACJ,aAAa,EACb,KAAK,EACL,GAAG,EACH,SAAS,GACY,EAAmB,EAAE;IAC1C,MAAM,OAAO,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAE/C,MAAM,EAAE,QAAQ,EAAE,iBAAiB,EAAE,GAAG,oBAAoB,CAAC;QAC5D,KAAK;QACL,cAAc;KACd,CAAC,CAAC;IAEH,OAAO,CAAC,SAAS,GAAG,wBAAwB,CAAC,EAAE,IAAI,EAAE,EAAE,SAAS,CAAC,CAAC;IAElE,OAAO,CAAC,WAAW,CAClB,qBAAqB,CAAC;QACrB,IAAI;QACJ,aAAa;QACb,KAAK;QACL,GAAG;KACH,CAAC,CACF,CAAC;IAEF,IAAI,QAAQ,EAAE,CAAC;QACd,MAAM,YAAY,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;QACpD,YAAY,CAAC,SAAS,GAAG,qBAAqB,CAAC;QAC/C,YAAY,CAAC,WAAW,GAAG,KAAK,IAAI,EAAE,CAAC;QACvC,OAAO,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC;IACnC,CAAC;IAED,IAAI,iBAAiB,EAAE,CAAC;QACvB,MAAM,qBAAqB,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;QAC7D,qBAAqB,CAAC,SAAS,GAAG,+BAA+B,CAAC;QAClE,qBAAqB,CAAC,WAAW,GAAG,cAAc,IAAI,EAAE,CAAC;QACzD,OAAO,CAAC,WAAW,CAAC,qBAAqB,CAAC,CAAC;IAC5C,CAAC;IAED,OAAO,OAAO,CAAC;AAChB,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ClassValue, type GidsSwitchWebProps } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
-
import { type DomChildren, type DomNodeOrString } from '../../utils/domUtils';
|
|
2
|
+
import { type DomChildren, type DomNodeOrString } from '../../utils/domUtils.js';
|
|
3
3
|
export interface GidsSwitchDomProps extends GidsSwitchWebProps<DomChildren, DomNodeOrString> {
|
|
4
4
|
onChange?: (this: HTMLInputElement, event: Event) => void;
|
|
5
5
|
className?: ClassValue;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsSwitch.d.ts","sourceRoot":"","sources":["../../../src/components/GidsSwitch/GidsSwitch.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,KAAK,UAAU,EAEf,KAAK,kBAAkB,EAE1B,MAAM,8BAA8B,CAAC;AAGtC,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsSwitch.d.ts","sourceRoot":"","sources":["../../../src/components/GidsSwitch/GidsSwitch.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,KAAK,UAAU,EAEf,KAAK,kBAAkB,EAE1B,MAAM,8BAA8B,CAAC;AAGtC,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAIjF,MAAM,WAAW,kBACb,SAAQ,kBAAkB,CAAC,WAAW,EAAE,eAAe,CAAC;IACxD,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IAC1D,SAAS,CAAC,EAAE,UAAU,CAAC;CAC1B;AAED,eAAO,MAAM,aAAa,GAAI,0LAoB3B,kBAAkB,KAAG,cA+BvB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { generateId, GidsSwitchWebUtils, } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
-
import { GidsSwitchControlDom } from '../_GidsSwitchControl/GidsSwitchControl';
|
|
3
|
-
import { GidsLabelDom } from '../GidsLabel/GidsLabel';
|
|
2
|
+
import { GidsSwitchControlDom } from '../_GidsSwitchControl/GidsSwitchControl.js';
|
|
3
|
+
import { GidsLabelDom } from '../GidsLabel/GidsLabel.js';
|
|
4
4
|
const { getGidsSwitchClassNames } = GidsSwitchWebUtils;
|
|
5
5
|
export const GidsSwitchDom = ({
|
|
6
6
|
// Label props
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsSwitch.js","sourceRoot":"","sources":["../../../src/components/GidsSwitch/GidsSwitch.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,UAAU,EAEV,kBAAkB,GACrB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsSwitch.js","sourceRoot":"","sources":["../../../src/components/GidsSwitch/GidsSwitch.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,UAAU,EAEV,kBAAkB,GACrB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AAClF,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAGzD,MAAM,EAAE,uBAAuB,EAAE,GAAG,kBAAkB,CAAC;AAQvD,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC;AAC1B,cAAc;AACd,QAAQ,EACR,gBAAgB,EAChB,4BAA4B,EAC5B,4BAA4B,EAC5B,IAAI,EACJ,OAAO;AAEP,eAAe;AACf,OAAO,EACP,cAAc,EACd,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,KAAK,EACL,QAAQ;AAER,wBAAwB;AACxB,SAAS,GACQ,EAAkB,EAAE;IACrC,MAAM,aAAa,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;IACpD,aAAa,CAAC,SAAS,GAAG,uBAAuB,CAAC,SAAS,CAAC,CAAC;IAE7D,MAAM,WAAW,GAAG,OAAO,IAAI,UAAU,EAAE,CAAC;IAE5C,aAAa,CAAC,WAAW,CACrB,oBAAoB,CAAC;QACjB,OAAO;QACP,cAAc;QACd,QAAQ;QACR,OAAO,EAAE,WAAW;QACpB,IAAI;QACJ,KAAK;QACL,QAAQ;KACX,CAAC,CACL,CAAC;IACF,aAAa,CAAC,WAAW,CACrB,YAAY,CAAC;QACT,QAAQ;QACR,QAAQ;QACR,gBAAgB;QAChB,4BAA4B;QAC5B,4BAA4B;QAC5B,OAAO,EAAE,WAAW;QACpB,IAAI;QACJ,OAAO;KACV,CAAC,CACL,CAAC;IAEF,OAAO,aAAa,CAAC;AACzB,CAAC,CAAC"}
|