@3t-transform/threeteeui 0.0.21 → 0.0.23
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/cjs/{index-bf777121.js → index-2943e8f8.js} +1 -122
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/tttx-button.cjs.entry.js +1 -1
- package/dist/cjs/tttx-icon.cjs.entry.js +1 -1
- package/dist/cjs/tttx-keyvalue-block.cjs.entry.js +8 -5
- package/dist/cjs/tttx-loading-spinner.cjs.entry.js +1 -1
- package/dist/cjs/tttx-standalone-input.cjs.entry.js +6 -4
- package/dist/cjs/tttx.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +1 -7
- package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.js +7 -4
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.js +28 -9
- package/dist/components/index.d.ts +0 -6
- package/dist/components/index.js +0 -6
- package/dist/components/tttx-button.js +54 -1
- package/dist/components/tttx-keyvalue-block.js +7 -4
- package/dist/components/tttx-loading-spinner.js +38 -1
- package/dist/components/tttx-standalone-input.js +8 -5
- package/dist/esm/{index-a05bd606.js → index-058a3cd0.js} +2 -122
- package/dist/esm/loader.js +3 -3
- package/dist/esm/tttx-button.entry.js +1 -1
- package/dist/esm/tttx-icon.entry.js +1 -1
- package/dist/esm/tttx-keyvalue-block.entry.js +8 -5
- package/dist/esm/tttx-loading-spinner.entry.js +1 -1
- package/dist/esm/tttx-standalone-input.entry.js +6 -4
- package/dist/esm/tttx.js +3 -3
- package/dist/tttx/{p-68ff0f39.entry.js → p-046868d9.entry.js} +1 -1
- package/dist/tttx/{p-93763d3c.entry.js → p-1adb2b75.entry.js} +1 -1
- package/dist/tttx/{p-a5808741.entry.js → p-495cf4b3.entry.js} +1 -1
- package/dist/tttx/p-a4d9929a.entry.js +1 -0
- package/dist/tttx/p-ad637dde.entry.js +1 -0
- package/dist/tttx/p-bbb7dbf7.js +2 -0
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +3 -2
- package/dist/types/components.d.ts +6 -140
- package/package.json +2 -2
- package/dist/cjs/tttx-checkbox.cjs.entry.js +0 -28
- package/dist/cjs/tttx-form.cjs.entry.js +0 -374
- package/dist/cjs/tttx-input-calendar.cjs.entry.js +0 -125
- package/dist/cjs/tttx-list.cjs.entry.js +0 -198
- package/dist/cjs/tttx-popover-content.cjs.entry.js +0 -23
- package/dist/cjs/tttx-table.cjs.entry.js +0 -60
- package/dist/collection/components/atoms/tttx-popover-content/tttx-popover-content.css +0 -30
- package/dist/collection/components/atoms/tttx-popover-content/tttx-popover-content.js +0 -97
- package/dist/collection/components/atoms/tttx-popover-content/tttx-popover-content.stories.js +0 -23
- package/dist/collection/components/atoms/ttx-checkbox/tttx-checkbox.css +0 -181
- package/dist/collection/components/atoms/ttx-checkbox/tttx-checkbox.js +0 -102
- package/dist/collection/components/atoms/ttx-checkbox/tttx-checkbox.stories.js +0 -13
- package/dist/collection/components/molecules/tttx-form/tttx-form.css +0 -314
- package/dist/collection/components/molecules/tttx-form/tttx-form.js +0 -452
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +0 -109
- package/dist/collection/components/molecules/tttx-input-calendar/tttx-input-calendar.css +0 -93
- package/dist/collection/components/molecules/tttx-input-calendar/tttx-input-calendar.js +0 -174
- package/dist/collection/components/molecules/tttx-input-calendar/tttx-input-calendar.stories.js +0 -27
- package/dist/collection/components/molecules/tttx-list/tttx-list.css +0 -56
- package/dist/collection/components/molecules/tttx-list/tttx-list.js +0 -312
- package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +0 -37
- package/dist/collection/components/molecules/tttx-table/tttx-table.css +0 -166
- package/dist/collection/components/molecules/tttx-table/tttx-table.js +0 -174
- package/dist/collection/components/molecules/tttx-table/tttx-table.stories.js +0 -81
- package/dist/components/tttx-button2.js +0 -56
- package/dist/components/tttx-checkbox.d.ts +0 -11
- package/dist/components/tttx-checkbox.js +0 -46
- package/dist/components/tttx-form.d.ts +0 -11
- package/dist/components/tttx-form.js +0 -391
- package/dist/components/tttx-input-calendar.d.ts +0 -11
- package/dist/components/tttx-input-calendar.js +0 -157
- package/dist/components/tttx-list.d.ts +0 -11
- package/dist/components/tttx-list.js +0 -225
- package/dist/components/tttx-loading-spinner2.js +0 -40
- package/dist/components/tttx-popover-content.d.ts +0 -11
- package/dist/components/tttx-popover-content.js +0 -6
- package/dist/components/tttx-popover-content2.js +0 -39
- package/dist/components/tttx-table.d.ts +0 -11
- package/dist/components/tttx-table.js +0 -91
- package/dist/esm/tttx-checkbox.entry.js +0 -24
- package/dist/esm/tttx-form.entry.js +0 -370
- package/dist/esm/tttx-input-calendar.entry.js +0 -121
- package/dist/esm/tttx-list.entry.js +0 -194
- package/dist/esm/tttx-popover-content.entry.js +0 -19
- package/dist/esm/tttx-table.entry.js +0 -56
- package/dist/tttx/p-037d286f.entry.js +0 -1
- package/dist/tttx/p-07b134af.js +0 -2
- package/dist/tttx/p-1b63f16a.entry.js +0 -1
- package/dist/tttx/p-45afb84c.entry.js +0 -1
- package/dist/tttx/p-74061060.entry.js +0 -1
- package/dist/tttx/p-9536b8c4.entry.js +0 -1
- package/dist/tttx/p-a92ca87e.entry.js +0 -1
- package/dist/tttx/p-a96ca037.entry.js +0 -1
- package/dist/tttx/p-f579ed1e.entry.js +0 -1
- package/dist/types/components/atoms/tttx-popover-content/tttx-popover-content.d.ts +0 -7
- package/dist/types/components/atoms/tttx-popover-content/tttx-popover-content.stories.d.ts +0 -18
- package/dist/types/components/atoms/ttx-checkbox/tttx-checkbox.d.ts +0 -9
- package/dist/types/components/atoms/ttx-checkbox/tttx-checkbox.stories.d.ts +0 -6
- package/dist/types/components/molecules/tttx-form/tttx-form.d.ts +0 -134
- package/dist/types/components/molecules/tttx-form/tttx-form.stories.d.ts +0 -12
- package/dist/types/components/molecules/tttx-input-calendar/tttx-input-calendar.d.ts +0 -19
- package/dist/types/components/molecules/tttx-input-calendar/tttx-input-calendar.stories.d.ts +0 -26
- package/dist/types/components/molecules/tttx-list/tttx-list.d.ts +0 -51
- package/dist/types/components/molecules/tttx-list/tttx-list.stories.d.ts +0 -13
- package/dist/types/components/molecules/tttx-table/tttx-table.d.ts +0 -15
- package/dist/types/components/molecules/tttx-table/tttx-table.stories.d.ts +0 -21
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '../../../stencil-public-runtime';
|
|
2
|
-
interface LoadEventOptions {
|
|
3
|
-
name: string;
|
|
4
|
-
items: object[];
|
|
5
|
-
lastPage: boolean;
|
|
6
|
-
}
|
|
7
|
-
interface ActionSelectedEventOptions {
|
|
8
|
-
name: string;
|
|
9
|
-
eventName: string;
|
|
10
|
-
removeRows: boolean;
|
|
11
|
-
}
|
|
12
|
-
interface GenericTemplateData {
|
|
13
|
-
text: string;
|
|
14
|
-
icon?: string;
|
|
15
|
-
iconColor?: string;
|
|
16
|
-
}
|
|
17
|
-
export declare class TttxList {
|
|
18
|
-
host: HTMLElement;
|
|
19
|
-
name: string;
|
|
20
|
-
selectable: boolean;
|
|
21
|
-
items: object[];
|
|
22
|
-
selectedIds: number[];
|
|
23
|
-
loading: boolean;
|
|
24
|
-
lastPage: boolean;
|
|
25
|
-
private template;
|
|
26
|
-
private scrollableParent;
|
|
27
|
-
private rowCount;
|
|
28
|
-
listLoadHandler(event: CustomEvent<LoadEventOptions>): void;
|
|
29
|
-
listPaginate: EventEmitter;
|
|
30
|
-
listPaginateHandler(): void;
|
|
31
|
-
listClearDataCacheHandler(event: CustomEvent): void;
|
|
32
|
-
listActionSelectedEventHandler(event: CustomEvent<ActionSelectedEventOptions>): void;
|
|
33
|
-
listSelectedEvent: EventEmitter;
|
|
34
|
-
removeSelectedRows(): void;
|
|
35
|
-
listItemClick: EventEmitter;
|
|
36
|
-
listItemClickHandler(itemData: object): void;
|
|
37
|
-
componentWillLoad(): void;
|
|
38
|
-
componentDidLoad(): void;
|
|
39
|
-
listItemContainer(): Element;
|
|
40
|
-
scrollHandler(): Promise<void>;
|
|
41
|
-
isScrollable(node: HTMLElement): boolean;
|
|
42
|
-
getScrollableParent(node: HTMLElement): any;
|
|
43
|
-
appendRowCheckbox(rowContainer: HTMLElement): void;
|
|
44
|
-
appendSeededTemplate(rowData: object, rowContainer: HTMLElement): void;
|
|
45
|
-
appendGenericTemplate(rowData: GenericTemplateData, rowContainer: HTMLElement): void;
|
|
46
|
-
row(rowData: object): HTMLDivElement;
|
|
47
|
-
renderRows(batchData: object[]): void;
|
|
48
|
-
loadIndicator(): any;
|
|
49
|
-
render(): any;
|
|
50
|
-
}
|
|
51
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '../../../stencil-public-runtime';
|
|
2
|
-
export declare class TttxTable {
|
|
3
|
-
headers: any[];
|
|
4
|
-
data: any[];
|
|
5
|
-
loading: boolean;
|
|
6
|
-
selected: number;
|
|
7
|
-
rowSelected: EventEmitter<any>;
|
|
8
|
-
headerClicked: EventEmitter<any>;
|
|
9
|
-
handleKeyDown(ev: KeyboardEvent): void;
|
|
10
|
-
updateSelectedIndex(key: string): void;
|
|
11
|
-
emitRowSelected(): void;
|
|
12
|
-
rowSelectedHandler(row: any): void;
|
|
13
|
-
headerClickedHandler(key: string): void;
|
|
14
|
-
render(): any;
|
|
15
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
title: string;
|
|
3
|
-
component: string;
|
|
4
|
-
argTypes: {
|
|
5
|
-
loading: {
|
|
6
|
-
control: {
|
|
7
|
-
type: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
parameters: {
|
|
12
|
-
actions: {
|
|
13
|
-
handles: string[];
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
decorators: import("@storybook/types").Addon_DecoratorFunction<unknown>[];
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
19
|
-
export declare const BasicTable: any;
|
|
20
|
-
export declare const TablePreSelected: any;
|
|
21
|
-
export declare const TableLoading: any;
|