@sme.up/ketchup2 2.0.0-SNAPSHOT-20250616094655 → 2.0.0-SNAPSHOT-20250616143804
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/basic-components/cell/cell.d.ts.map +1 -1
- package/dist/basic-components/textarea/textarea-types.d.ts +22 -0
- package/dist/basic-components/textarea/textarea-types.d.ts.map +1 -0
- package/dist/basic-components/textarea/textarea.d.ts +4 -0
- package/dist/basic-components/textarea/textarea.d.ts.map +1 -0
- package/dist/basic-components/textfield/textfield.d.ts.map +1 -1
- package/dist/functional-components/helper-text/helper-text-types.d.ts +4 -0
- package/dist/functional-components/helper-text/helper-text-types.d.ts.map +1 -1
- package/dist/functional-components/helper-text/helper-text.d.ts.map +1 -1
- package/dist/functional-components/label/label-types.d.ts +4 -0
- package/dist/functional-components/label/label-types.d.ts.map +1 -1
- package/dist/functional-components/label/label.d.ts.map +1 -1
- package/dist/index.d.ts +9 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/ketchup2.cjs.js +11 -11
- package/dist/ketchup2.css +1 -1
- package/dist/ketchup2.es.js +1889 -1736
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cell.d.ts","sourceRoot":"","sources":["../../../src/basic-components/cell/cell.tsx"],"names":[],"mappings":"AAkBA,OAAO,EAKL,SAAS,EAEV,MAAM,cAAc,CAAA;
|
|
1
|
+
{"version":3,"file":"cell.d.ts","sourceRoot":"","sources":["../../../src/basic-components/cell/cell.tsx"],"names":[],"mappings":"AAkBA,OAAO,EAKL,SAAS,EAEV,MAAM,cAAc,CAAA;AAQrB,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAuN7B,CAAA;AAED,eAAe,IAAI,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { State } from '../../types/global';
|
|
3
|
+
import { StringCellBindProps } from '../cell/cell-types';
|
|
4
|
+
export interface TextareaProps extends StringCellBindProps {
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
state?: State;
|
|
8
|
+
appearance?: "base" | "outlined";
|
|
9
|
+
onKeyDown?: (e: React.KeyboardEvent) => void;
|
|
10
|
+
label?: string;
|
|
11
|
+
/**
|
|
12
|
+
* It manages the helperText visibility that shows error message
|
|
13
|
+
* @default true
|
|
14
|
+
*/
|
|
15
|
+
helperText?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* It's the error message
|
|
18
|
+
* @default ''
|
|
19
|
+
*/
|
|
20
|
+
error?: string;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=textarea-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"textarea-types.d.ts","sourceRoot":"","sources":["../../../src/basic-components/textarea/textarea-types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAA;AAExD,MAAM,WAAW,aAAc,SAAQ,mBAAmB;IACxD,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,UAAU,CAAC,EAAE,MAAM,GAAG,UAAU,CAAA;IAChC,SAAS,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,KAAK,IAAI,CAAA;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAElB;;;KAGC;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["../../../src/basic-components/textarea/textarea.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAChD,OAAO,gBAAgB,CAAA;AAEvB,OAAO,KAAgB,MAAM,OAAO,CAAA;AAEpC,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA6D5C,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"textfield.d.ts","sourceRoot":"","sources":["../../../src/basic-components/textfield/textfield.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"textfield.d.ts","sourceRoot":"","sources":["../../../src/basic-components/textfield/textfield.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAClD,OAAO,iBAAiB,CAAA;AAExB,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA2G9C,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helper-text-types.d.ts","sourceRoot":"","sources":["../../../src/functional-components/helper-text/helper-text-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAE3C,MAAM,WAAW,eAAe;IAC9B;;MAEE;IACF,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;MAEE;IACF,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;MAEE;IACF,KAAK,CAAC,EAAE,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"helper-text-types.d.ts","sourceRoot":"","sources":["../../../src/functional-components/helper-text/helper-text-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAE3C,MAAM,WAAW,eAAe;IAC9B;;MAEE;IACF,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;MAEE;IACF,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;MAEE;IACF,KAAK,CAAC,EAAE,KAAK,CAAC;IAEd;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helper-text.d.ts","sourceRoot":"","sources":["../../../src/functional-components/helper-text/helper-text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AACrD,OAAO,mBAAmB,CAAA;AAE1B,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"helper-text.d.ts","sourceRoot":"","sources":["../../../src/functional-components/helper-text/helper-text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AACrD,OAAO,mBAAmB,CAAA;AAE1B,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAehD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"label-types.d.ts","sourceRoot":"","sources":["../../../src/functional-components/label/label-types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEb;;KAEC;IACD,QAAQ,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"label-types.d.ts","sourceRoot":"","sources":["../../../src/functional-components/label/label-types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEb;;KAEC;IACD,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/functional-components/label/label.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC1C,OAAO,aAAa,CAAA;AAEpB,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,
|
|
1
|
+
{"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/functional-components/label/label.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC1C,OAAO,aAAa,CAAA;AAEpB,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAUtC,CAAA"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,19 +1,22 @@
|
|
|
1
1
|
/** Components */
|
|
2
|
-
/** DataTable */
|
|
3
|
-
export { DataTableComponent } from './components/data-table/data-table';
|
|
4
|
-
export { type DataTableProps } from './components/data-table/data-table-types';
|
|
5
2
|
/** App Bar */
|
|
6
3
|
export { AppBar } from './components/app-bar/app-bar';
|
|
7
4
|
export { type AppBarProps } from './components/app-bar/app-bar-types';
|
|
8
|
-
/** Dash List */
|
|
9
|
-
export { DashList } from './components/dash-list/dash-list';
|
|
10
|
-
export { type DashListProps } from './components/dash-list/dash-list-types';
|
|
11
5
|
/** Drawer */
|
|
12
6
|
export { Drawer } from './components/drawer/drawer';
|
|
13
7
|
export { type DrawerProps } from './components/drawer/drawer-types';
|
|
8
|
+
/** Dash List */
|
|
9
|
+
export { DashList } from './components/dash-list/dash-list';
|
|
10
|
+
export { type DashListProps } from './components/dash-list/dash-list-types';
|
|
11
|
+
/** DataTable */
|
|
12
|
+
export { DataTableComponent } from './components/data-table/data-table';
|
|
13
|
+
export { type DataTableProps } from './components/data-table/data-table-types';
|
|
14
14
|
/** Field */
|
|
15
15
|
export { Field } from './components/field/field';
|
|
16
16
|
export { type FieldProps } from './components/field/field-types';
|
|
17
|
+
/** Input Panel */
|
|
18
|
+
export { InputPanel } from './components/input-panel/input-panel';
|
|
19
|
+
export { type InputPanelProps, type InputPanelSubmitEvent, type InputPanelSubmitValue, type InputPanelSubmitHandler, type InputPanelOptionsHandler, } from './components/input-panel/input-panel-types';
|
|
17
20
|
/** Basic Components */
|
|
18
21
|
/** Textfield */
|
|
19
22
|
export { Textfield } from './basic-components/textfield/textfield';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,aAAa;AACb,OAAO,oBAAoB,CAAA;AAC3B,OAAO,sBAAsB,CAAA;AAE7B,iBAAiB;AACjB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,aAAa;AACb,OAAO,oBAAoB,CAAA;AAC3B,OAAO,sBAAsB,CAAA;AAE7B,iBAAiB;AACjB,cAAc;AACd,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAA;AACrD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oCAAoC,CAAA;AAErE,aAAa;AACb,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAA;AACnD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE,gBAAgB;AAChB,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAA;AAC3D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,wCAAwC,CAAA;AAE3E,gBAAgB;AAChB,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAA;AACvE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,0CAA0C,CAAA;AAE9E,YAAY;AACZ,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAA;AAChD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,gCAAgC,CAAA;AAEhE,kBAAkB;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,sCAAsC,CAAA;AACjE,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,GAC9B,MAAM,4CAA4C,CAAA;AAEnD,uBAAuB;AACvB,gBAAgB;AAChB,OAAO,EAAE,SAAS,EAAE,MAAM,wCAAwC,CAAA;AAClE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,8CAA8C,CAAA;AAElF,eAAe;AACf,OAAO,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAA;AAC/D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,4CAA4C,CAAA;AAE/E,eAAe;AACf,OAAO,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAA;AAC/D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,4CAA4C,CAAA;AAE/E,mBAAmB;AACnB,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAA;AAC3E,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,oDAAoD,CAAA;AAE3F,kBAAkB;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,kDAAkD,CAAA;AAEvF,WAAW;AACX,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAA;AACnD,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,oCAAoC,CAAA;AAEnE,aAAa;AACb,OAAO,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAA;AACzD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,wCAAwC,CAAA;AAEzE,kBAAkB;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,kDAAkD,CAAA;AAEvF,eAAe;AACf,OAAO,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAA;AAC/D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,4CAA4C,CAAA;AAE/E,qBAAqB;AACrB,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA"}
|