@knime/kds-components 0.6.6 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/accessories/Avatar/KdsAvatar.vue.d.ts +7 -0
- package/dist/accessories/Avatar/KdsAvatar.vue.d.ts.map +1 -0
- package/dist/accessories/Avatar/demo-logo.d.ts +2 -0
- package/dist/accessories/Avatar/demo-logo.d.ts.map +1 -0
- package/dist/accessories/Avatar/demo-user.d.ts +2 -0
- package/dist/accessories/Avatar/demo-user.d.ts.map +1 -0
- package/dist/accessories/Avatar/types.d.ts +9 -0
- package/dist/accessories/Avatar/types.d.ts.map +1 -0
- package/dist/accessories/ColorSwatch/KdsColorSwatch.vue.d.ts +6 -0
- package/dist/accessories/ColorSwatch/KdsColorSwatch.vue.d.ts.map +1 -0
- package/dist/accessories/ColorSwatch/types.d.ts +20 -0
- package/dist/accessories/ColorSwatch/types.d.ts.map +1 -0
- package/dist/accessories/Icon/IdToIconNameMapping.d.ts.map +1 -0
- package/dist/accessories/Icon/KdsDataType.vue.d.ts.map +1 -0
- package/dist/accessories/Icon/KdsIcon.vue.d.ts.map +1 -0
- package/dist/accessories/Icon/constants.d.ts.map +1 -0
- package/dist/accessories/Icon/types.d.ts.map +1 -0
- package/dist/accessories/Icon/useIcon.d.ts.map +1 -0
- package/dist/accessories/LoadingSpinner/KdsLoadingSpinner.vue.d.ts +7 -0
- package/dist/accessories/LoadingSpinner/KdsLoadingSpinner.vue.d.ts.map +1 -0
- package/dist/accessories/LoadingSpinner/types.d.ts +7 -0
- package/dist/accessories/LoadingSpinner/types.d.ts.map +1 -0
- package/dist/accessories/index.d.ts +10 -0
- package/dist/accessories/index.d.ts.map +1 -0
- package/dist/buttons/types.d.ts +1 -1
- package/dist/buttons/types.d.ts.map +1 -1
- package/dist/cloud-pending-changes-BooMof3w.js +23 -0
- package/dist/cloud-pending-changes-BooMof3w.js.map +1 -0
- package/dist/{cloud-synced-Cjce2vj8.js → cloud-synced-BLkZpZpi.js} +2 -2
- package/dist/cloud-synced-BLkZpZpi.js.map +1 -0
- package/dist/deploy-D2iGlU6g.js +24 -0
- package/dist/deploy-D2iGlU6g.js.map +1 -0
- package/dist/forms/BaseFormFieldWrapper.vue.d.ts +39 -0
- package/dist/forms/BaseFormFieldWrapper.vue.d.ts.map +1 -0
- package/dist/forms/KdsSubText.vue.d.ts +1 -0
- package/dist/forms/KdsSubText.vue.d.ts.map +1 -1
- package/dist/forms/RadioButton/types.d.ts +1 -1
- package/dist/forms/RadioButton/types.d.ts.map +1 -1
- package/dist/forms/index.d.ts +6 -0
- package/dist/forms/index.d.ts.map +1 -1
- package/dist/forms/inputs/BaseInput.vue.d.ts +180 -0
- package/dist/forms/inputs/BaseInput.vue.d.ts.map +1 -0
- package/dist/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts +3 -0
- package/dist/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts.map +1 -0
- package/dist/forms/inputs/NumberInput/numberParser.d.ts +26 -0
- package/dist/forms/inputs/NumberInput/numberParser.d.ts.map +1 -0
- package/dist/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +3 -0
- package/dist/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -0
- package/dist/forms/inputs/PatternInput/patternRegex.d.ts +10 -0
- package/dist/forms/inputs/PatternInput/patternRegex.d.ts.map +1 -0
- package/dist/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +3 -0
- package/dist/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -0
- package/dist/forms/inputs/TextInput/KdsTextInput.vue.d.ts +3 -0
- package/dist/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -0
- package/dist/forms/inputs/Textarea/KdsTextarea.vue.d.ts +3 -0
- package/dist/forms/inputs/Textarea/KdsTextarea.vue.d.ts.map +1 -0
- package/dist/forms/inputs/types.d.ts +60 -0
- package/dist/forms/inputs/types.d.ts.map +1 -0
- package/dist/forms/types.d.ts +30 -1
- package/dist/forms/types.d.ts.map +1 -1
- package/dist/index.css +748 -438
- package/dist/index.d.ts +4 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2602 -1510
- package/dist/index.js.map +1 -1
- package/dist/overlays/Modal/KdsDynamicModalProvider.vue.d.ts.map +1 -0
- package/dist/{Modal → overlays/Modal}/KdsModal.vue.d.ts +4 -4
- package/dist/overlays/Modal/KdsModal.vue.d.ts.map +1 -0
- package/dist/overlays/Modal/KdsModalLayout.vue.d.ts.map +1 -0
- package/dist/overlays/Modal/constants.d.ts.map +1 -0
- package/dist/{Modal → overlays/Modal}/types.d.ts +1 -1
- package/dist/overlays/Modal/types.d.ts.map +1 -0
- package/dist/{Modal → overlays/Modal}/useKdsDynamicModal.d.ts +10 -10
- package/dist/overlays/Modal/useKdsDynamicModal.d.ts.map +1 -0
- package/dist/overlays/Popover/KdsPopover.vue.d.ts +33 -0
- package/dist/overlays/Popover/KdsPopover.vue.d.ts.map +1 -0
- package/dist/overlays/Popover/constants.d.ts +2 -0
- package/dist/overlays/Popover/constants.d.ts.map +1 -0
- package/dist/overlays/Popover/types.d.ts +22 -0
- package/dist/overlays/Popover/types.d.ts.map +1 -0
- package/dist/overlays/index.d.ts +8 -0
- package/dist/overlays/index.d.ts.map +1 -0
- package/package.json +2 -2
- package/dist/Icon/IdToIconNameMapping.d.ts.map +0 -1
- package/dist/Icon/KdsDataType.vue.d.ts.map +0 -1
- package/dist/Icon/KdsIcon.vue.d.ts.map +0 -1
- package/dist/Icon/constants.d.ts.map +0 -1
- package/dist/Icon/types.d.ts.map +0 -1
- package/dist/Icon/useIcon.d.ts.map +0 -1
- package/dist/LoadingSpinner/KdsLoadingSpinner.vue.d.ts +0 -12
- package/dist/LoadingSpinner/KdsLoadingSpinner.vue.d.ts.map +0 -1
- package/dist/Modal/KdsDynamicModalProvider.vue.d.ts.map +0 -1
- package/dist/Modal/KdsModal.vue.d.ts.map +0 -1
- package/dist/Modal/KdsModalLayout.vue.d.ts.map +0 -1
- package/dist/Modal/constants.d.ts.map +0 -1
- package/dist/Modal/types.d.ts.map +0 -1
- package/dist/Modal/useKdsDynamicModal.d.ts.map +0 -1
- package/dist/cloud-pending-changes-C8wAwPD4.js +0 -24
- package/dist/cloud-pending-changes-C8wAwPD4.js.map +0 -1
- package/dist/cloud-synced-Cjce2vj8.js.map +0 -1
- package/dist/deploy-BHUT6hCi.js +0 -23
- package/dist/deploy-BHUT6hCi.js.map +0 -1
- /package/dist/{Icon → accessories/Icon}/IdToIconNameMapping.d.ts +0 -0
- /package/dist/{Icon → accessories/Icon}/KdsDataType.vue.d.ts +0 -0
- /package/dist/{Icon → accessories/Icon}/KdsIcon.vue.d.ts +0 -0
- /package/dist/{Icon → accessories/Icon}/constants.d.ts +0 -0
- /package/dist/{Icon → accessories/Icon}/types.d.ts +0 -0
- /package/dist/{Icon → accessories/Icon}/useIcon.d.ts +0 -0
- /package/dist/{Modal → overlays/Modal}/KdsDynamicModalProvider.vue.d.ts +0 -0
- /package/dist/{Modal → overlays/Modal}/KdsModalLayout.vue.d.ts +0 -0
- /package/dist/{Modal → overlays/Modal}/constants.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"demo-user.d.ts","sourceRoot":"","sources":["../../../src/accessories/Avatar/demo-user.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,+r/oLACoq/oL,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type KdsAvatarProps = {
|
|
2
|
+
/** Initials shown in the background as fallback and as base avatar content. */
|
|
3
|
+
initials: string;
|
|
4
|
+
/** Optional image. If provided and successfully loaded, it is shown instead of the initials. */
|
|
5
|
+
src?: string;
|
|
6
|
+
/** Tooltip text shown on hover and aria label (if provided). */
|
|
7
|
+
title?: string;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/accessories/Avatar/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B,+EAA+E;IAC/E,QAAQ,EAAE,MAAM,CAAC;IAEjB,gGAAgG;IAChG,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,gEAAgE;IAChE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { KdsColorSwatchProps } from './types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<KdsColorSwatchProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<KdsColorSwatchProps> & Readonly<{}>, {
|
|
3
|
+
title: string;
|
|
4
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
5
|
+
export default _default;
|
|
6
|
+
//# sourceMappingURL=KdsColorSwatch.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsColorSwatch.vue.d.ts","sourceRoot":"","sources":["../../../src/accessories/ColorSwatch/KdsColorSwatch.vue"],"names":[],"mappings":"AA2DA,OAAO,KAAK,EAAE,mBAAmB,EAAsB,MAAM,SAAS,CAAC;;;;AAkFvE,wBAQG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare const kdsColorSwatchTypes: readonly ["learner", "manipulator", "predictor", "sink", "source", "visualizer", "other"];
|
|
2
|
+
export type KdsColorSwatchType = (typeof kdsColorSwatchTypes)[number];
|
|
3
|
+
/**
|
|
4
|
+
* A CSS color string starting with `#` (for example `#fff` or `#ff0000`).
|
|
5
|
+
*
|
|
6
|
+
* Note: We intentionally keep this type simple to avoid TypeScript's
|
|
7
|
+
* "union type too complex" errors that can happen with fully enumerated
|
|
8
|
+
* template-literal unions. This type does not guarantee a valid hex format.
|
|
9
|
+
*/
|
|
10
|
+
export type KdsHexColor = `#${string}`;
|
|
11
|
+
export type KdsColorSwatchProps = {
|
|
12
|
+
/**
|
|
13
|
+
* Semantic swatch type (maps to `kds.color.nodes-and-variables.*` tokens),
|
|
14
|
+
* or a custom CSS color string starting with `#` (typically a short or long hex value).
|
|
15
|
+
*/
|
|
16
|
+
color: KdsColorSwatchType | KdsHexColor;
|
|
17
|
+
/** Tooltip text shown on hover and aria label. */
|
|
18
|
+
title?: string;
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/accessories/ColorSwatch/types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,2FAQtB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtE;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,GAAG,IAAI,MAAM,EAAE,CAAC;AAEvC,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,KAAK,EAAE,kBAAkB,GAAG,WAAW,CAAC;IAExC,kDAAkD;IAClD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IdToIconNameMapping.d.ts","sourceRoot":"","sources":["../../../src/accessories/Icon/IdToIconNameMapping.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiGyB,CAAC;AAErD,MAAM,MAAM,MAAM,GAAG,MAAM,OAAO,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsDataType.vue.d.ts","sourceRoot":"","sources":["../../../src/accessories/Icon/KdsDataType.vue"],"names":[],"mappings":"AA+GA,OAAO,EAAkB,KAAK,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAEpE,OAAO,KAAK,EAAE,eAAe,EAAe,eAAe,EAAE,MAAM,SAAS,CAAC;AAK7E,KAAK,KAAK,GAAG;IACX,QAAQ,CAAC,EAAE,eAAe,GAAG,MAAM,GAAG,MAAM,CAAC;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,eAAe,CAAC;CACxB,CAAC;;UADO,eAAe;cAFX,eAAe,GAAG,MAAM,GAAG,MAAM;eAChC,MAAM;;AA4GpB,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/accessories/Icon/KdsIcon.vue"],"names":[],"mappings":"AA6CA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAGxD,KAAK,WAAW,GAAG;IAAE,IAAI,EAAE,WAAW,CAAC;IAAC,IAAI,CAAC,EAAE,WAAW,CAAA;CAAE,CAAC;;UAAd,WAAW;;AAuE1D,wBAOG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/accessories/Icon/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,IAAI,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EAAE,aAAa,IAAI,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAIzF,QAAA,MAAM,YAAY,iDAAW,CAAC;AAC9B,QAAA,MAAM,gBAAgB,kCAA+C,CAAC;AAEtE,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/accessories/Icon/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,IAAI,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAC/E,OAAO,KAAK,EAAE,YAAY,IAAI,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAE5F,OAAO,KAAK,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAElE,KAAK,WAAW,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;AACjD,KAAK,eAAe,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEzD,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,eAAe,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useIcon.d.ts","sourceRoot":"","sources":["../../../src/accessories/Icon/useIcon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,GAAG,EAAqB,MAAM,KAAK,CAAC;yBAExD,mBAGb;IACD,IAAI,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAClB,MAAM,EAAE,OAAO,GAAG,YAAY,CAAC;CAChC,KA0ByB,QAAQ,0EAAsB;AAhCxD,wBAiCE"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { KdsLoadingSpinnerProps } from './types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<KdsLoadingSpinnerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<KdsLoadingSpinnerProps> & Readonly<{}>, {
|
|
3
|
+
size: import('..').KdsIconSize;
|
|
4
|
+
variant: import('./types').KdsLoadingSpinnerVariant;
|
|
5
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=KdsLoadingSpinner.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsLoadingSpinner.vue.d.ts","sourceRoot":"","sources":["../../../src/accessories/LoadingSpinner/KdsLoadingSpinner.vue"],"names":[],"mappings":"AAqFA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;;;;;AAwEtD,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/accessories/LoadingSpinner/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,MAAM,MAAM,wBAAwB,GAAG,WAAW,GAAG,WAAW,CAAC;AAEjE,MAAM,MAAM,sBAAsB,GAAG;IACnC,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,OAAO,CAAC,EAAE,wBAAwB,CAAC;CACpC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { default as KdsColorSwatch } from './ColorSwatch/KdsColorSwatch.vue';
|
|
2
|
+
export { default as KdsAvatar } from './Avatar/KdsAvatar.vue';
|
|
3
|
+
export { default as KdsIcon } from './Icon/KdsIcon.vue';
|
|
4
|
+
export { default as KdsDataType } from './Icon/KdsDataType.vue';
|
|
5
|
+
export { default as KdsLoadingSpinner } from './LoadingSpinner/KdsLoadingSpinner.vue';
|
|
6
|
+
export type * from './ColorSwatch/types';
|
|
7
|
+
export type * from './Avatar/types';
|
|
8
|
+
export type * from './Icon/types';
|
|
9
|
+
export type * from './LoadingSpinner/types';
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/accessories/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AAEtF,mBAAmB,qBAAqB,CAAC;AACzC,mBAAmB,gBAAgB,CAAC;AACpC,mBAAmB,cAAc,CAAC;AAClC,mBAAmB,wBAAwB,CAAC"}
|
package/dist/buttons/types.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { KdsIconName } from '../Icon/types';
|
|
1
|
+
import { KdsIconName } from '../accessories/Icon/types';
|
|
2
2
|
import { KdsSize } from '../types';
|
|
3
3
|
import { kdsButtonVariants, kdsToggleButtonVariants } from './constants';
|
|
4
4
|
export type KdsButtonVariant = (typeof kdsButtonVariants)[number];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/buttons/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { createElementBlock, openBlock, createElementVNode } from 'vue';
|
|
2
|
+
|
|
3
|
+
const _hoisted_1 = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
viewBox: "0 0 12 12"
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
function render(_ctx, _cache) {
|
|
13
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1, [...(_cache[0] || (_cache[0] = [
|
|
14
|
+
createElementVNode("path", {
|
|
15
|
+
d: "M6.025 7.75V9m0-1.25-.884.366m.884-.366.884.366M6.025 9v1.25m0-1.25-.884-.884M6.025 9l.884.884M6.025 9l.884-.884M6.025 9l-.884.884M6.025 9h-1.25m1.25 0h1.25m-1.25 0L5.4 7.917M6.025 9l.625 1.082M6.025 9l-1.207-.324M6.025 9l1.207.324M6.025 9l.324-1.207M6.025 9l-.323 1.207M6.025 9l-1.083.625M6.025 9l1.083-.625M6.025 10.25l.884-.366m-.884.366-.884-.366m0-1.768L4.775 9m2.134.884L7.275 9m-.366-.884L7.275 9m-2.134.884L4.775 9M5.4 7.917l-.582.76m.582-.76.949-.124m.301 2.29.582-.76m-.582.76-.948.124m-.884-1.53.124.948m2.29-.301-.124-.949m-.76-.582.76.582m-1.406 1.832-.76-.582m4.091-1.738c.141-.04.3-.094.46-.164C10 7.5 11 6.44 11 5.436c0-1.57-1.42-2.53-2.868-2.53C7.728 1.797 6.625 1 5.302 1c-1.558.067-3.398 1.572-2.942 3.292-.809.243-1.36.97-1.36 1.802 0 1.139.881 1.726 1.86 1.87m2.842-.171-.76.582-.124.949.582.759.949.124.759-.582.124-.949-.582-.758z",
|
|
16
|
+
"vector-effect": "non-scaling-stroke"
|
|
17
|
+
}, null, -1)
|
|
18
|
+
]))]))
|
|
19
|
+
}
|
|
20
|
+
const cloudPendingChanges = { render: render };
|
|
21
|
+
|
|
22
|
+
export { cloudPendingChanges as default, render };
|
|
23
|
+
//# sourceMappingURL=cloud-pending-changes-BooMof3w.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloud-pending-changes-BooMof3w.js","sources":["../../styles/dist/img/icons/cloud-pending-changes.svg"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 12 12\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", {\n d: \"M6.025 7.75V9m0-1.25-.884.366m.884-.366.884.366M6.025 9v1.25m0-1.25-.884-.884M6.025 9l.884.884M6.025 9l.884-.884M6.025 9l-.884.884M6.025 9h-1.25m1.25 0h1.25m-1.25 0L5.4 7.917M6.025 9l.625 1.082M6.025 9l-1.207-.324M6.025 9l1.207.324M6.025 9l.324-1.207M6.025 9l-.323 1.207M6.025 9l-1.083.625M6.025 9l1.083-.625M6.025 10.25l.884-.366m-.884.366-.884-.366m0-1.768L4.775 9m2.134.884L7.275 9m-.366-.884L7.275 9m-2.134.884L4.775 9M5.4 7.917l-.582.76m.582-.76.949-.124m.301 2.29.582-.76m-.582.76-.948.124m-.884-1.53.124.948m2.29-.301-.124-.949m-.76-.582.76.582m-1.406 1.832-.76-.582m4.091-1.738c.141-.04.3-.094.46-.164C10 7.5 11 6.44 11 5.436c0-1.57-1.42-2.53-2.868-2.53C7.728 1.797 6.625 1 5.302 1c-1.558.067-3.398 1.572-2.942 3.292-.809.243-1.36.97-1.36 1.802 0 1.139.881 1.726 1.86 1.87m2.842-.171-.76.582-.124.949.582.759.949.124.759-.582.124-.949-.582-.758z\",\n \"vector-effect\": \"non-scaling-stroke\"\n }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"names":["_openBlock","_createElementBlock","_createElementVNode"],"mappings":";;AAEA,MAAM,UAAU,GAAG;AACnB,EAAE,KAAK,EAAE,4BAA4B;AACrC,EAAE,IAAI,EAAE,MAAM;AACd,EAAE,MAAM,EAAE,cAAc;AACxB,EAAE,gBAAgB,EAAE,OAAO;AAC3B,EAAE,iBAAiB,EAAE,OAAO;AAC5B,EAAE,OAAO,EAAE;AACX;;AAEO,SAAS,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE;AACrC,EAAE,QAAQA,SAAU,EAAE,EAAEC,kBAAmB,CAAC,KAAK,EAAE,UAAU,EAAE,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,CAAC,CAAC,GAAG;AAC9F,IAAIC,kBAAmB,CAAC,MAAM,EAAE;AAChC,MAAM,CAAC,EAAE,u1BAAu1B;AACh2B,MAAM,eAAe,EAAE;AACvB,KAAK,EAAE,IAAI,EAAE,EAAE;AACf,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;AACA,4BAAe,EAAE,MAAM,EAAE,MAAM;;;;"}
|
|
@@ -12,7 +12,7 @@ const _hoisted_1 = {
|
|
|
12
12
|
function render(_ctx, _cache) {
|
|
13
13
|
return (openBlock(), createElementBlock("svg", _hoisted_1, [...(_cache[0] || (_cache[0] = [
|
|
14
14
|
createElementVNode("path", {
|
|
15
|
-
d: "
|
|
15
|
+
d: "M1.232 7A1.76 1.76 0 0 1 1 6.094c0-.832.551-1.56 1.36-1.802C1.904 2.572 3.744 1.067 5.301 1c1.324 0 2.427.797 2.831 1.906 1.447 0 2.868.96 2.868 2.53 0 .428-.114.832-.313 1.186a2.6 2.6 0 0 1-.227.338m-5.96.526 1.167 1.292 1.604-2.1M9 7.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0",
|
|
16
16
|
"vector-effect": "non-scaling-stroke"
|
|
17
17
|
}, null, -1)
|
|
18
18
|
]))]))
|
|
@@ -20,4 +20,4 @@ function render(_ctx, _cache) {
|
|
|
20
20
|
const cloudSynced = { render: render };
|
|
21
21
|
|
|
22
22
|
export { cloudSynced as default, render };
|
|
23
|
-
//# sourceMappingURL=cloud-synced-
|
|
23
|
+
//# sourceMappingURL=cloud-synced-BLkZpZpi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloud-synced-BLkZpZpi.js","sources":["../../styles/dist/img/icons/cloud-synced.svg"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 12 12\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", {\n d: \"M1.232 7A1.76 1.76 0 0 1 1 6.094c0-.832.551-1.56 1.36-1.802C1.904 2.572 3.744 1.067 5.301 1c1.324 0 2.427.797 2.831 1.906 1.447 0 2.868.96 2.868 2.53 0 .428-.114.832-.313 1.186a2.6 2.6 0 0 1-.227.338m-5.96.526 1.167 1.292 1.604-2.1M9 7.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0\",\n \"vector-effect\": \"non-scaling-stroke\"\n }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"names":["_openBlock","_createElementBlock","_createElementVNode"],"mappings":";;AAEA,MAAM,UAAU,GAAG;AACnB,EAAE,KAAK,EAAE,4BAA4B;AACrC,EAAE,IAAI,EAAE,MAAM;AACd,EAAE,MAAM,EAAE,cAAc;AACxB,EAAE,gBAAgB,EAAE,OAAO;AAC3B,EAAE,iBAAiB,EAAE,OAAO;AAC5B,EAAE,OAAO,EAAE;AACX;;AAEO,SAAS,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE;AACrC,EAAE,QAAQA,SAAU,EAAE,EAAEC,kBAAmB,CAAC,KAAK,EAAE,UAAU,EAAE,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,CAAC,CAAC,GAAG;AAC9F,IAAIC,kBAAmB,CAAC,MAAM,EAAE;AAChC,MAAM,CAAC,EAAE,2QAA2Q;AACpR,MAAM,eAAe,EAAE;AACvB,KAAK,EAAE,IAAI,EAAE,EAAE;AACf,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;AACA,oBAAe,EAAE,MAAM,EAAE,MAAM;;;;"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { createElementBlock, openBlock, createElementVNode } from 'vue';
|
|
2
|
+
|
|
3
|
+
const _hoisted_1 = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
"stroke-width": ".833",
|
|
10
|
+
viewBox: "0 0 12 12"
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
function render(_ctx, _cache) {
|
|
14
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1, [...(_cache[0] || (_cache[0] = [
|
|
15
|
+
createElementVNode("path", {
|
|
16
|
+
d: "M4.5 9.5h2.25c1.5 0 2.5-1 2.5-2.5V2.5m0 0L7.75 4m1.5-1.5 1.5 1.5M3 5v-.75H1.5v1.5H3zm0 0h1.065m0 0v1c0 .643.407.75.935.75M4.065 5V4c0-.643.435-.75.935-.75m0 0V4h1.5V2.5H5zm0 3.5v.75h1.5V6H5z",
|
|
17
|
+
"vector-effect": "non-scaling-stroke"
|
|
18
|
+
}, null, -1)
|
|
19
|
+
]))]))
|
|
20
|
+
}
|
|
21
|
+
const deploy = { render: render };
|
|
22
|
+
|
|
23
|
+
export { deploy as default, render };
|
|
24
|
+
//# sourceMappingURL=deploy-D2iGlU6g.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deploy-D2iGlU6g.js","sources":["../../styles/dist/img/icons/deploy.svg"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n \"stroke-width\": \".833\",\n viewBox: \"0 0 12 12\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", {\n d: \"M4.5 9.5h2.25c1.5 0 2.5-1 2.5-2.5V2.5m0 0L7.75 4m1.5-1.5 1.5 1.5M3 5v-.75H1.5v1.5H3zm0 0h1.065m0 0v1c0 .643.407.75.935.75M4.065 5V4c0-.643.435-.75.935-.75m0 0V4h1.5V2.5H5zm0 3.5v.75h1.5V6H5z\",\n \"vector-effect\": \"non-scaling-stroke\"\n }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"names":["_openBlock","_createElementBlock","_createElementVNode"],"mappings":";;AAEA,MAAM,UAAU,GAAG;AACnB,EAAE,KAAK,EAAE,4BAA4B;AACrC,EAAE,IAAI,EAAE,MAAM;AACd,EAAE,MAAM,EAAE,cAAc;AACxB,EAAE,gBAAgB,EAAE,OAAO;AAC3B,EAAE,iBAAiB,EAAE,OAAO;AAC5B,EAAE,cAAc,EAAE,MAAM;AACxB,EAAE,OAAO,EAAE;AACX;;AAEO,SAAS,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE;AACrC,EAAE,QAAQA,SAAU,EAAE,EAAEC,kBAAmB,CAAC,KAAK,EAAE,UAAU,EAAE,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,CAAC,CAAC,GAAG;AAC9F,IAAIC,kBAAmB,CAAC,MAAM,EAAE;AAChC,MAAM,CAAC,EAAE,gMAAgM;AACzM,MAAM,eAAe,EAAE;AACvB,KAAK,EAAE,IAAI,EAAE,EAAE;AACf,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;AACA,eAAe,EAAE,MAAM,EAAE,MAAM;;;;"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { KdsSubTextProps } from './types';
|
|
2
|
+
type KdsFormFieldProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Input id
|
|
5
|
+
*/
|
|
6
|
+
id?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Label text
|
|
9
|
+
*/
|
|
10
|
+
label?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Aria-label for accessibility when a visible label is not desired
|
|
13
|
+
*/
|
|
14
|
+
ariaLabel?: string;
|
|
15
|
+
} & Omit<KdsSubTextProps, "id">;
|
|
16
|
+
declare function __VLS_template(): {
|
|
17
|
+
attrs: Partial<{}>;
|
|
18
|
+
slots: {
|
|
19
|
+
default?(_: {
|
|
20
|
+
id: string;
|
|
21
|
+
ariaLabelledby: string | undefined;
|
|
22
|
+
ariaDescribedby: string | undefined;
|
|
23
|
+
ariaLabel: string | undefined;
|
|
24
|
+
ariaInvalid: boolean;
|
|
25
|
+
}): any;
|
|
26
|
+
};
|
|
27
|
+
refs: {};
|
|
28
|
+
rootEl: HTMLDivElement;
|
|
29
|
+
};
|
|
30
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
31
|
+
declare const __VLS_component: import('vue').DefineComponent<KdsFormFieldProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<KdsFormFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
32
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
33
|
+
export default _default;
|
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=BaseFormFieldWrapper.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseFormFieldWrapper.vue.d.ts","sourceRoot":"","sources":["../../src/forms/BaseFormFieldWrapper.vue"],"names":[],"mappings":"AAmEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,KAAK,iBAAiB,GAAG;IACvB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AAYhC,iBAAS,cAAc;WAgET,OAAO,IAA6B;;;;;;;;YAVrB,GAAG;;;;EAe/B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,yTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { KdsSubTextProps } from './types';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<KdsSubTextProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<KdsSubTextProps> & Readonly<{}>, {
|
|
3
3
|
error: boolean;
|
|
4
|
+
validating: boolean;
|
|
4
5
|
preserveSubTextSpace: boolean;
|
|
5
6
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
7
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsSubText.vue.d.ts","sourceRoot":"","sources":["../../src/forms/KdsSubText.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsSubText.vue.d.ts","sourceRoot":"","sources":["../../src/forms/KdsSubText.vue"],"names":[],"mappings":"AAuDA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;;;;;;AAmG/C,wBAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/forms/RadioButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/forms/RadioButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAEhE,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG,UAAU,GAAG,YAAY,CAAC;AAErE,MAAM,MAAM,yBAAyB,GAAG;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,CAAC,MAAM,GAAG,yBAAyB,CAAC,EAAE,CAAC;IACvD,SAAS,CAAC,EAAE,4BAA4B,CAAC;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,OAAO,GAAG,QAAQ,CAAC;AACpD,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,OAAO,CAAC;AAExD,MAAM,MAAM,uBAAuB,GAAG;IACpC,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAC1B,OAAO,CAAC,EAAE,qBAAqB,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,yBAAyB,CAAC;AAE9B,KAAK,yBAAyB,GAC1B;IACE,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,GACD;IACE,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,WAAW,EAAE,WAAW,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,KAAK,CAAC;CACtB,CAAC;AAEN,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,yBAAyB,CAAC;AAE9B,MAAM,MAAM,mBAAmB,GAAG;IAChC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,CAAC,MAAM,GAAG,oBAAoB,CAAC,EAAE,CAAC;IAClD,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAC1B,OAAO,CAAC,EAAE,qBAAqB,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC"}
|
package/dist/forms/index.d.ts
CHANGED
|
@@ -4,6 +4,12 @@ export { default as KdsRadioButtonGroup } from './RadioButton/KdsRadioButtonGrou
|
|
|
4
4
|
export { default as KdsValueSwitch } from './RadioButton/KdsValueSwitch.vue';
|
|
5
5
|
export { default as KdsLabel } from './KdsLabel.vue';
|
|
6
6
|
export { default as KdsSubText } from './KdsSubText.vue';
|
|
7
|
+
export { default as KdsTextInput } from './inputs/TextInput/KdsTextInput.vue';
|
|
8
|
+
export { default as KdsNumberInput } from './inputs/NumberInput/KdsNumberInput.vue';
|
|
9
|
+
export { default as KdsPatternInput } from './inputs/PatternInput/KdsPatternInput.vue';
|
|
10
|
+
export { default as KdsSearchInput } from './inputs/SearchInput/KdsSearchInput.vue';
|
|
11
|
+
export { default as KdsTextarea } from './inputs/Textarea/KdsTextarea.vue';
|
|
7
12
|
export type { KdsRadioButtonGroupAlignment, KdsRadioButtonGroupOption, KdsRadioButtonGroupProps, KdsValueSwitchOption, KdsValueSwitchProps, KdsValueSwitchSize, } from './RadioButton/types';
|
|
8
13
|
export type { KdsCheckboxValue, KdsCheckboxGroupAlignment, KdsCheckboxGroupOption, KdsCheckboxGroupProps, } from './Checkbox/types';
|
|
14
|
+
export type { KdsTextInputProps, KdsNumberInputProps, KdsPatternInputProps, KdsSearchInputProps, KdsTextareaProps, } from './inputs/types';
|
|
9
15
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/forms/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uCAAuC,CAAC;AACvF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/forms/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uCAAuC,CAAC;AACvF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,2CAA2C,CAAC;AACvF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAG3E,YAAY,EACV,4BAA4B,EAC5B,yBAAyB,EACzB,wBAAwB,EACxB,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,GACnB,MAAM,qBAAqB,CAAC;AAE7B,YAAY,EACV,gBAAgB,EAChB,yBAAyB,EACzB,sBAAsB,EACtB,qBAAqB,GACtB,MAAM,kBAAkB,CAAC;AAE1B,YAAY,EACV,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACnB,gBAAgB,GACjB,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
import { KdsIconName } from '../../accessories/Icon/types';
|
|
2
|
+
type BaseInputProps = {
|
|
3
|
+
/**
|
|
4
|
+
* ID for the input element
|
|
5
|
+
*/
|
|
6
|
+
id: string;
|
|
7
|
+
/**
|
|
8
|
+
* The type of input field
|
|
9
|
+
*/
|
|
10
|
+
type?: "text" | "email" | "password" | "number" | "tel" | "url" | "search";
|
|
11
|
+
/**
|
|
12
|
+
* Minimum allowed value (relevant for type="number")
|
|
13
|
+
*/
|
|
14
|
+
min?: number;
|
|
15
|
+
/**
|
|
16
|
+
* Maximum allowed value (relevant for type="number")
|
|
17
|
+
*/
|
|
18
|
+
max?: number;
|
|
19
|
+
/**
|
|
20
|
+
* Step size (relevant for type="number")
|
|
21
|
+
*/
|
|
22
|
+
step?: number;
|
|
23
|
+
/**
|
|
24
|
+
* Placeholder text when input is empty
|
|
25
|
+
*/
|
|
26
|
+
placeholder?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Whether the input is disabled
|
|
29
|
+
*/
|
|
30
|
+
disabled?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Whether the input is readonly
|
|
33
|
+
*/
|
|
34
|
+
readonly?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Whether the input is required
|
|
37
|
+
*/
|
|
38
|
+
required?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Icon displayed at the start of the input
|
|
41
|
+
*/
|
|
42
|
+
leadingIcon?: KdsIconName;
|
|
43
|
+
/**
|
|
44
|
+
* Icon displayed at the end of the input
|
|
45
|
+
*/
|
|
46
|
+
trailingIcon?: KdsIconName;
|
|
47
|
+
/**
|
|
48
|
+
* Whether the input has an error state
|
|
49
|
+
*/
|
|
50
|
+
error?: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* Name attribute for the input element
|
|
53
|
+
*/
|
|
54
|
+
name?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Autocomplete attribute for the input element
|
|
57
|
+
*/
|
|
58
|
+
autocomplete?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Accessible label for the input (for aria-label).
|
|
61
|
+
*/
|
|
62
|
+
ariaLabel?: string;
|
|
63
|
+
/**
|
|
64
|
+
* ID of element that labels this input (for aria-labelledby)
|
|
65
|
+
*/
|
|
66
|
+
ariaLabelledby?: string;
|
|
67
|
+
/**
|
|
68
|
+
* ID of element that describes this input (for aria-describedby)
|
|
69
|
+
*/
|
|
70
|
+
ariaDescribedby?: string;
|
|
71
|
+
/**
|
|
72
|
+
* Whether the current value of the input is invalid (for aria-invalid)
|
|
73
|
+
*/
|
|
74
|
+
ariaInvalid?: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* ARIA role override applied to the input element.
|
|
77
|
+
* Useful to preserve semantics for custom controls.
|
|
78
|
+
*/
|
|
79
|
+
role?: string;
|
|
80
|
+
/**
|
|
81
|
+
* Current value for widgets like role="spinbutton".
|
|
82
|
+
*/
|
|
83
|
+
ariaValuenow?: number;
|
|
84
|
+
/**
|
|
85
|
+
* Minimum value for widgets like role="spinbutton".
|
|
86
|
+
*/
|
|
87
|
+
ariaValuemin?: number;
|
|
88
|
+
/**
|
|
89
|
+
* Maximum value for widgets like role="spinbutton".
|
|
90
|
+
*/
|
|
91
|
+
ariaValuemax?: number;
|
|
92
|
+
/**
|
|
93
|
+
* Human-readable value text (e.g. localized) for widgets like role="spinbutton".
|
|
94
|
+
*/
|
|
95
|
+
ariaValuetext?: string;
|
|
96
|
+
/**
|
|
97
|
+
* Unit shown next to the input value
|
|
98
|
+
*/
|
|
99
|
+
unit?: string;
|
|
100
|
+
/**
|
|
101
|
+
* Hints at the type of data that might be entered by the user.
|
|
102
|
+
* Useful for showing an appropriate on-screen keyboard on mobile.
|
|
103
|
+
*/
|
|
104
|
+
inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
105
|
+
/**
|
|
106
|
+
* Whether to show a clear button when the input has a value.
|
|
107
|
+
*/
|
|
108
|
+
clearable?: boolean;
|
|
109
|
+
};
|
|
110
|
+
type __VLS_Props = BaseInputProps;
|
|
111
|
+
type __VLS_PublicProps = {
|
|
112
|
+
modelValue?: string;
|
|
113
|
+
} & __VLS_Props;
|
|
114
|
+
declare function __VLS_template(): {
|
|
115
|
+
attrs: Partial<{}>;
|
|
116
|
+
slots: {
|
|
117
|
+
trailing?(_: {}): any;
|
|
118
|
+
};
|
|
119
|
+
refs: {
|
|
120
|
+
inputRef: HTMLInputElement;
|
|
121
|
+
};
|
|
122
|
+
rootEl: HTMLDivElement;
|
|
123
|
+
};
|
|
124
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
125
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
126
|
+
/**
|
|
127
|
+
* Focuses the input element
|
|
128
|
+
*/
|
|
129
|
+
focus: () => void;
|
|
130
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
131
|
+
input: (event: Event) => any;
|
|
132
|
+
click: (event: MouseEvent) => any;
|
|
133
|
+
blur: (event: FocusEvent) => any;
|
|
134
|
+
focus: (event: FocusEvent) => any;
|
|
135
|
+
keydown: (event: KeyboardEvent) => any;
|
|
136
|
+
"update:modelValue": (value: string) => any;
|
|
137
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
138
|
+
onInput?: ((event: Event) => any) | undefined;
|
|
139
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
140
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
141
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
142
|
+
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
143
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
144
|
+
}>, {
|
|
145
|
+
placeholder: string;
|
|
146
|
+
name: string;
|
|
147
|
+
type: "text" | "email" | "password" | "number" | "tel" | "url" | "search";
|
|
148
|
+
required: boolean;
|
|
149
|
+
disabled: boolean;
|
|
150
|
+
leadingIcon: KdsIconName;
|
|
151
|
+
trailingIcon: KdsIconName;
|
|
152
|
+
error: boolean;
|
|
153
|
+
ariaLabel: string;
|
|
154
|
+
role: string;
|
|
155
|
+
min: number;
|
|
156
|
+
max: number;
|
|
157
|
+
step: number;
|
|
158
|
+
readonly: boolean;
|
|
159
|
+
autocomplete: string;
|
|
160
|
+
ariaLabelledby: string;
|
|
161
|
+
ariaDescribedby: string;
|
|
162
|
+
ariaInvalid: boolean;
|
|
163
|
+
ariaValuenow: number;
|
|
164
|
+
ariaValuemin: number;
|
|
165
|
+
ariaValuemax: number;
|
|
166
|
+
ariaValuetext: string;
|
|
167
|
+
unit: string;
|
|
168
|
+
inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
169
|
+
clearable: boolean;
|
|
170
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
171
|
+
inputRef: HTMLInputElement;
|
|
172
|
+
}, HTMLDivElement>;
|
|
173
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
174
|
+
export default _default;
|
|
175
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
176
|
+
new (): {
|
|
177
|
+
$slots: S;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
//# sourceMappingURL=BaseInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseInput.vue.d.ts","sourceRoot":"","sources":["../../../src/forms/inputs/BaseInput.vue"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsNumberInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/NumberInput/KdsNumberInput.vue"],"names":[],"mappings":";AA+kBA,wBASG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export type KdsNumberParser = {
|
|
2
|
+
locale: string;
|
|
3
|
+
decimalSeparator: string;
|
|
4
|
+
groupSeparator: string;
|
|
5
|
+
/**
|
|
6
|
+
* Maximum number of fraction digits implied by `step`.
|
|
7
|
+
*
|
|
8
|
+
* Example:
|
|
9
|
+
* - step=1 => 0
|
|
10
|
+
* - step=0.01 => 2
|
|
11
|
+
* - step=1e-7 => 7
|
|
12
|
+
*/
|
|
13
|
+
stepFractionDigits: number;
|
|
14
|
+
formatForDisplay: (value: number) => string;
|
|
15
|
+
parseFromInput: (value: string) => number;
|
|
16
|
+
/**
|
|
17
|
+
* Round a number to the nearest step increment.
|
|
18
|
+
* Returns NaN for non-finite values.
|
|
19
|
+
*/
|
|
20
|
+
roundToStep: (value: number) => number;
|
|
21
|
+
};
|
|
22
|
+
export declare const createKdsNumberParser: (params: {
|
|
23
|
+
locale: string;
|
|
24
|
+
step: number;
|
|
25
|
+
}) => KdsNumberParser;
|
|
26
|
+
//# sourceMappingURL=numberParser.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"numberParser.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/NumberInput/numberParser.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;IACzB,cAAc,EAAE,MAAM,CAAC;IACvB;;;;;;;OAOG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAC5C,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAC1C;;;OAGG;IACH,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CACxC,CAAC;AAmCF,eAAO,MAAM,qBAAqB,GAAI,QAAQ;IAC5C,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd,KAAG,eAoKH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsPatternInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/PatternInput/KdsPatternInput.vue"],"names":[],"mappings":";AAwYA,wBASG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export type KdsPatternInputOptions = {
|
|
2
|
+
caseSensitive: boolean;
|
|
3
|
+
excludeMatches: boolean;
|
|
4
|
+
useRegex: boolean;
|
|
5
|
+
};
|
|
6
|
+
export declare const buildRegexFromPatternInput: (input: string, options: KdsPatternInputOptions) => string;
|
|
7
|
+
export declare const parseRegexToPatternInputValue: (regex: string, options: Pick<KdsPatternInputOptions, "useRegex" | "excludeMatches"> & {
|
|
8
|
+
caseSensitive?: boolean;
|
|
9
|
+
}) => string;
|
|
10
|
+
//# sourceMappingURL=patternRegex.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patternRegex.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/PatternInput/patternRegex.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG;IACnC,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AA+EF,eAAO,MAAM,0BAA0B,GACrC,OAAO,MAAM,EACb,SAAS,sBAAsB,KAC9B,MAYF,CAAC;AAoBF,eAAO,MAAM,6BAA6B,GACxC,OAAO,MAAM,EACb,SAAS,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,gBAAgB,CAAC,GAAG;IACrE,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,KACA,MAoBF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/SearchInput/KdsSearchInput.vue"],"names":[],"mappings":";AAsMA,wBAWG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsTextInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/TextInput/KdsTextInput.vue"],"names":[],"mappings":";AAwJA,wBASG"}
|