@3t-transform/threeteeui 1.4.0 → 1.4.2
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/loader.cjs.js +1 -1
- package/dist/cjs/{tttx-button_1_4_0.cjs.entry.js → tttx-button_1_4_2.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_4_0.cjs.entry.js → tttx-checkbox-group-caption_1_4_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_4_0.cjs.entry.js → tttx-checkbox-group-heading_1_4_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_4_0.cjs.entry.js → tttx-checkbox-group_1_4_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_4_0.cjs.entry.js → tttx-checkbox_1_4_2.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_4_0.cjs.entry.js → tttx-data-pattern_1_4_2.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-dialog-box_1_4_0.cjs.entry.js → tttx-dialog-box_1_4_2.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_4_0.cjs.entry.js → tttx-dialog_1_4_2.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_4_0.cjs.entry.js → tttx-expander_1_4_2.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_4_0_4.cjs.entry.js → tttx-filter_1_4_2_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_4_0.cjs.entry.js → tttx-form_1_4_2.cjs.entry.js} +6 -3
- package/dist/cjs/{tttx-icon_1_4_0.cjs.entry.js → tttx-icon_1_4_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_4_0.cjs.entry.js → tttx-keyvalue-block_1_4_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_4_0.cjs.entry.js → tttx-loading-spinner_1_4_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-multiselect-box_1_4_0.cjs.entry.js → tttx-multiselect-box_1_4_2.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_4_0.cjs.entry.js → tttx-percentage-bar_1_4_2.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_4_0.cjs.entry.js → tttx-qrcode_1_4_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_4_0.cjs.entry.js → tttx-select-box_1_4_2.cjs.entry.js} +34 -23
- package/dist/cjs/tttx-standalone-input_1_4_2.cjs.entry.js +94 -0
- package/dist/cjs/{tttx-tabs_1_4_0.cjs.entry.js → tttx-tabs_1_4_2.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_4_0.cjs.entry.js → tttx-tag_1_4_2.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_4_0.cjs.entry.js → tttx-textarea_1_4_2.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tree-view_1_4_0.cjs.entry.js → tttx-tree-view_1_4_2.cjs.entry.js} +3 -3
- package/dist/cjs/tttx.cjs.js +1 -1
- package/dist/collection/components/atoms/tttx-button/tttx-button.js +2 -2
- package/dist/collection/components/atoms/tttx-button/tttx-button.stories.js +20 -20
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.js +2 -2
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.js +1 -1
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.js +1 -1
- package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.stories.js +6 -6
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.js +1 -1
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.js +1 -1
- package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.stories.js +5 -5
- package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.js +1 -1
- package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.js +1 -1
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-caption.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-heading.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.stories.js +10 -10
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.js +2 -2
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.js +3 -3
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.stories.js +24 -24
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.js +2 -2
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.stories.js +9 -9
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.js +3 -3
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.stories.js +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.css +28 -13
- package/dist/collection/components/molecules/tttx-form/tttx-form.js +5 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +5 -5
- package/dist/collection/components/molecules/tttx-list/tttx-list.js +3 -3
- package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +46 -46
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.js +6 -6
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +33 -33
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.css +28 -1
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +85 -22
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +33 -16
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.js +2 -2
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.css +28 -13
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.js +4 -4
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.js +3 -3
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.stories.js +4 -4
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.js +3 -3
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.js +3 -3
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.stories.js +8 -8
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.js +2 -2
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.stories.js +5 -5
- package/dist/components/index.d.ts +26 -26
- package/dist/components/index.js +26 -26
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_4_0.d.ts → tttx-button_1_4_2.d.ts} +4 -4
- package/dist/components/{tttx-button_1_4_0.js → tttx-button_1_4_2.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_4_2.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_4_0.js → tttx-checkbox-group-caption_1_4_2.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_4_2.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_4_0.js → tttx-checkbox-group-heading_1_4_2.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_4_2.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_4_0.js → tttx-checkbox-group_1_4_2.js} +5 -5
- package/dist/components/{tttx-expander_1_4_0.d.ts → tttx-checkbox_1_4_2.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_4_0.js → tttx-checkbox_1_4_2.js} +7 -7
- package/dist/components/tttx-data-pattern_1_4_2.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_4_0.js → tttx-data-pattern_1_4_2.js} +13 -13
- package/dist/components/{tttx-dialog-box_1_4_0.d.ts → tttx-dialog-box_1_4_2.d.ts} +4 -4
- package/dist/components/{tttx-dialog-box_1_4_0.js → tttx-dialog-box_1_4_2.js} +9 -9
- package/dist/components/{tttx-filter_1_4_0.d.ts → tttx-dialog_1_4_2.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_4_0.js → tttx-dialog_1_4_2.js} +8 -8
- package/dist/components/{tttx-checkbox_1_4_0.d.ts → tttx-expander_1_4_2.d.ts} +4 -4
- package/dist/components/{tttx-expander_1_4_0.js → tttx-expander_1_4_2.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-qrcode_1_4_0.d.ts → tttx-filter_1_4_2.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_4_0.js → tttx-filter_1_4_2.js} +2 -2
- package/dist/components/{tttx-icon_1_4_0.d.ts → tttx-form_1_4_2.d.ts} +4 -4
- package/dist/components/{tttx-form_1_4_0.js → tttx-form_1_4_2.js} +13 -10
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-list_1_4_0.d.ts → tttx-icon_1_4_2.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_4_0.js → tttx-icon_1_4_2.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_4_2.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_4_0.js → tttx-keyvalue-block_1_4_2.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-form_1_4_0.d.ts → tttx-list_1_4_2.d.ts} +4 -4
- package/dist/components/{tttx-list_1_4_0.js → tttx-list_1_4_2.js} +2 -2
- package/dist/components/tttx-loading-spinner_1_4_2.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_4_0.js → tttx-loading-spinner_1_4_2.js} +5 -5
- package/dist/components/tttx-multiselect-box_1_4_2.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_4_0.js → tttx-multiselect-box_1_4_2.js} +13 -13
- package/dist/components/tttx-percentage-bar_1_4_2.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_4_0.js → tttx-percentage-bar_1_4_2.js} +6 -6
- package/dist/components/{tttx-dialog_1_4_0.d.ts → tttx-qrcode_1_4_2.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_4_0.js → tttx-qrcode_1_4_2.js} +5 -5
- package/dist/components/tttx-select-box.js +41 -27
- package/dist/components/tttx-select-box_1_4_2.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_4_0.js → tttx-select-box_1_4_2.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_4_2.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_4_0.js → tttx-sorter_1_4_2.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_4_2.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_4_0.js → tttx-standalone-input_1_4_2.js} +2 -2
- package/dist/components/{tttx-tabs_1_4_0.d.ts → tttx-tabs_1_4_2.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_4_0.js → tttx-tabs_1_4_2.js} +9 -9
- package/dist/components/{tttx-tag_1_4_0.d.ts → tttx-tag_1_4_2.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_4_0.js → tttx-tag_1_4_2.js} +5 -5
- package/dist/components/tttx-textarea_1_4_2.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_4_0.js → tttx-textarea_1_4_2.js} +6 -6
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-toolbar_1_4_0.d.ts → tttx-toolbar_1_4_2.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_4_0.js → tttx-toolbar_1_4_2.js} +2 -2
- package/dist/components/tttx-tree-view_1_4_2.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_4_0.js → tttx-tree-view_1_4_2.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_4_0.entry.js → tttx-button_1_4_2.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_4_0.entry.js → tttx-checkbox-group-caption_1_4_2.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_4_0.entry.js → tttx-checkbox-group-heading_1_4_2.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_4_0.entry.js → tttx-checkbox-group_1_4_2.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_4_0.entry.js → tttx-checkbox_1_4_2.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_4_0.entry.js → tttx-data-pattern_1_4_2.entry.js} +2 -2
- package/dist/esm/{tttx-dialog-box_1_4_0.entry.js → tttx-dialog-box_1_4_2.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_4_0.entry.js → tttx-dialog_1_4_2.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_4_0.entry.js → tttx-expander_1_4_2.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_4_0_4.entry.js → tttx-filter_1_4_2_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_4_0.entry.js → tttx-form_1_4_2.entry.js} +6 -3
- package/dist/esm/{tttx-icon_1_4_0.entry.js → tttx-icon_1_4_2.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_4_0.entry.js → tttx-keyvalue-block_1_4_2.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_4_0.entry.js → tttx-loading-spinner_1_4_2.entry.js} +1 -1
- package/dist/esm/{tttx-multiselect-box_1_4_0.entry.js → tttx-multiselect-box_1_4_2.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_4_0.entry.js → tttx-percentage-bar_1_4_2.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_4_0.entry.js → tttx-qrcode_1_4_2.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_4_0.entry.js → tttx-select-box_1_4_2.entry.js} +34 -23
- package/dist/esm/tttx-standalone-input_1_4_2.entry.js +90 -0
- package/dist/esm/{tttx-tabs_1_4_0.entry.js → tttx-tabs_1_4_2.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_4_0.entry.js → tttx-tag_1_4_2.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_4_0.entry.js → tttx-textarea_1_4_2.entry.js} +2 -2
- package/dist/esm/{tttx-tree-view_1_4_0.entry.js → tttx-tree-view_1_4_2.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-0e515960.entry.js +1 -1
- package/dist/tttx/p-1e5ff5f8.entry.js +1 -1
- package/dist/tttx/p-23f45005.entry.js +1 -1
- package/dist/tttx/p-3676cddd.entry.js +1 -1
- package/dist/tttx/p-56c8c353.entry.js +1 -1
- package/dist/tttx/p-59c7b049.entry.js +1 -1
- package/dist/tttx/p-5d2706b1.entry.js +1 -1
- package/dist/tttx/p-63ad6fb7.entry.js +1 -1
- package/dist/tttx/p-6b1c7a21.entry.js +1 -1
- package/dist/tttx/p-6deb8699.entry.js +1 -1
- package/dist/tttx/p-7077c8ed.entry.js +1 -0
- package/dist/tttx/p-796f699a.entry.js +1 -1
- package/dist/tttx/p-884f37d3.entry.js +1 -1
- package/dist/tttx/p-8b0b95b7.entry.js +1 -0
- package/dist/tttx/p-9434561e.entry.js +1 -1
- package/dist/tttx/p-983d63ff.entry.js +1 -1
- package/dist/tttx/p-a01e679a.entry.js +1 -1
- package/dist/tttx/p-a8e76e78.entry.js +1 -1
- package/dist/tttx/p-c08a54f9.entry.js +1 -0
- package/dist/tttx/p-c170e3b8.entry.js +1 -1
- package/dist/tttx/p-ee358ce4.entry.js +1 -1
- package/dist/tttx/p-f374e293.entry.js +1 -1
- package/dist/tttx/p-f4db1cf2.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.d.ts +6 -3
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.stories.d.ts +17 -0
- package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +2 -2
- package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
- package/dist/types/components.d.ts +310 -304
- package/package.json +1 -1
- package/dist/cjs/tttx-standalone-input_1_4_0.cjs.entry.js +0 -94
- package/dist/components/tttx-checkbox-group-caption_1_4_0.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_4_0.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_4_0.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_4_0.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_4_0.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_4_0.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_4_0.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_4_0.d.ts +0 -11
- package/dist/components/tttx-select-box_1_4_0.d.ts +0 -11
- package/dist/components/tttx-sorter_1_4_0.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_4_0.d.ts +0 -11
- package/dist/components/tttx-textarea_1_4_0.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_4_0.d.ts +0 -11
- package/dist/esm/tttx-standalone-input_1_4_0.entry.js +0 -90
- package/dist/tttx/p-0f439f10.entry.js +0 -1
- package/dist/tttx/p-81aaafa0.entry.js +0 -1
- package/dist/tttx/p-fe967031.entry.js +0 -1
|
@@ -18,39 +18,39 @@ import { MinMaxDates } from "./components/molecules/tttx-standalone-input/tttx-s
|
|
|
18
18
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
19
19
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
20
20
|
export namespace Components {
|
|
21
|
-
interface
|
|
21
|
+
interface TttxButton_1_4_2 {
|
|
22
22
|
"design": string;
|
|
23
23
|
"icon": string;
|
|
24
24
|
"iconcolor": string;
|
|
25
25
|
"iconposition": 'left' | 'right';
|
|
26
26
|
"notext": boolean;
|
|
27
27
|
}
|
|
28
|
-
interface
|
|
28
|
+
interface TttxCheckboxGroupCaption_1_4_2 {
|
|
29
29
|
}
|
|
30
|
-
interface
|
|
30
|
+
interface TttxCheckboxGroupHeading_1_4_2 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroup_1_4_2 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckbox_1_4_2 {
|
|
35
35
|
"checkboxId": string;
|
|
36
36
|
"checked": boolean;
|
|
37
37
|
"indeterminate": boolean;
|
|
38
38
|
"inline": boolean;
|
|
39
39
|
"label": string;
|
|
40
40
|
}
|
|
41
|
-
interface
|
|
41
|
+
interface TttxDataPattern_1_4_2 {
|
|
42
42
|
"data": string;
|
|
43
43
|
"filterheader": string;
|
|
44
44
|
"filteroptions": string;
|
|
45
45
|
"sorteroptions": string;
|
|
46
46
|
}
|
|
47
|
-
interface
|
|
47
|
+
interface TttxDialogBox_1_4_2 {
|
|
48
48
|
"allowOverflow": boolean;
|
|
49
49
|
"data": string | DialogItems;
|
|
50
50
|
"open": boolean;
|
|
51
51
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
52
52
|
}
|
|
53
|
-
interface
|
|
53
|
+
interface TttxDialog_1_4_2 {
|
|
54
54
|
"allowOverflow": boolean;
|
|
55
55
|
"closeEnabled": boolean;
|
|
56
56
|
"header": string;
|
|
@@ -58,13 +58,13 @@ export namespace Components {
|
|
|
58
58
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
59
59
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
60
60
|
}
|
|
61
|
-
interface
|
|
61
|
+
interface TttxExpander_1_4_2 {
|
|
62
62
|
"lefticon"?: string;
|
|
63
63
|
"lefticoncolor"?: string;
|
|
64
64
|
"name": string;
|
|
65
65
|
"open": boolean;
|
|
66
66
|
}
|
|
67
|
-
interface
|
|
67
|
+
interface TttxFilter_1_4_2 {
|
|
68
68
|
"defaultFilterOptions": string[] | string;
|
|
69
69
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
70
70
|
"filterHeader": string;
|
|
@@ -75,7 +75,7 @@ export namespace Components {
|
|
|
75
75
|
"showSearchField": boolean;
|
|
76
76
|
"showSelectAll": boolean;
|
|
77
77
|
}
|
|
78
|
-
interface
|
|
78
|
+
interface TttxForm_1_4_2 {
|
|
79
79
|
/**
|
|
80
80
|
* Clear the validation message on a given form field
|
|
81
81
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -107,25 +107,25 @@ export namespace Components {
|
|
|
107
107
|
"setValidationFor": (fieldName: string, message: string) => Promise<void>;
|
|
108
108
|
"submit": () => Promise<void>;
|
|
109
109
|
}
|
|
110
|
-
interface
|
|
110
|
+
interface TttxIcon_1_4_2 {
|
|
111
111
|
"color": string;
|
|
112
112
|
"icon": string;
|
|
113
113
|
"size": number;
|
|
114
114
|
}
|
|
115
|
-
interface
|
|
115
|
+
interface TttxKeyvalueBlock_1_4_2 {
|
|
116
116
|
"horizontal": boolean;
|
|
117
117
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
118
118
|
"spacedout": boolean;
|
|
119
119
|
}
|
|
120
|
-
interface
|
|
120
|
+
interface TttxList_1_4_2 {
|
|
121
121
|
"data": string | ListItem[];
|
|
122
122
|
"name": string;
|
|
123
123
|
}
|
|
124
|
-
interface
|
|
124
|
+
interface TttxLoadingSpinner_1_4_2 {
|
|
125
125
|
"loadingMessage": boolean;
|
|
126
126
|
"size": 'small' | 'large';
|
|
127
127
|
}
|
|
128
|
-
interface
|
|
128
|
+
interface TttxMultiselectBox_1_4_2 {
|
|
129
129
|
"htmlVisibleValue": boolean;
|
|
130
130
|
"inline": boolean;
|
|
131
131
|
"label": string;
|
|
@@ -134,18 +134,19 @@ export namespace Components {
|
|
|
134
134
|
"searchEnabled": boolean;
|
|
135
135
|
"visibleValue": string;
|
|
136
136
|
}
|
|
137
|
-
interface
|
|
137
|
+
interface TttxPercentageBar_1_4_2 {
|
|
138
138
|
"color"?: string;
|
|
139
139
|
"labelid"?: string;
|
|
140
140
|
"min": string;
|
|
141
141
|
"percentage": string | number;
|
|
142
142
|
"thresholds"?: string | Threshold[];
|
|
143
143
|
}
|
|
144
|
-
interface
|
|
144
|
+
interface TttxQrcode_1_4_2 {
|
|
145
145
|
"link": string;
|
|
146
146
|
"size": number;
|
|
147
147
|
}
|
|
148
|
-
interface
|
|
148
|
+
interface TttxSelectBox_1_4_2 {
|
|
149
|
+
"errorMsg": string;
|
|
149
150
|
"inline": boolean;
|
|
150
151
|
"label": string;
|
|
151
152
|
"optionsData": string | SelectItem1[];
|
|
@@ -153,14 +154,16 @@ export namespace Components {
|
|
|
153
154
|
"searchEnabled": boolean;
|
|
154
155
|
"selectedValue": string;
|
|
155
156
|
"setSelectedItem": (value: string) => Promise<void>;
|
|
157
|
+
"showErrorBubble": boolean;
|
|
158
|
+
"showErrorMsg": boolean;
|
|
156
159
|
}
|
|
157
|
-
interface
|
|
160
|
+
interface TttxSorter_1_4_2 {
|
|
158
161
|
"defaultOption": string;
|
|
159
162
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
160
163
|
"fieldOptionsData": string | SorterData;
|
|
161
164
|
"sorterKey": string;
|
|
162
165
|
}
|
|
163
|
-
interface
|
|
166
|
+
interface TttxStandaloneInput_1_4_2 {
|
|
164
167
|
"autocomplete": 'off' | 'on';
|
|
165
168
|
"checked": boolean;
|
|
166
169
|
"disabled": boolean;
|
|
@@ -176,8 +179,8 @@ export namespace Components {
|
|
|
176
179
|
"inputiconcolor": string;
|
|
177
180
|
/**
|
|
178
181
|
* tabindex - Allows the HTML elements to be focusable
|
|
179
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
180
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
182
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_4_2 input-index="1" />
|
|
183
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_4_2 inputindex={1} />
|
|
181
184
|
*/
|
|
182
185
|
"inputindex": string | number;
|
|
183
186
|
/**
|
|
@@ -205,24 +208,24 @@ export namespace Components {
|
|
|
205
208
|
"type": string;
|
|
206
209
|
"value": string | number;
|
|
207
210
|
}
|
|
208
|
-
interface
|
|
211
|
+
interface TttxTabs_1_4_2 {
|
|
209
212
|
"navigation": boolean;
|
|
210
213
|
"tabs": string | Tab[];
|
|
211
214
|
"tabsName": string;
|
|
212
215
|
"wide": boolean;
|
|
213
216
|
}
|
|
214
|
-
interface
|
|
217
|
+
interface TttxTag_1_4_2 {
|
|
215
218
|
"color": string;
|
|
216
219
|
"text": string;
|
|
217
220
|
"textColor": string;
|
|
218
221
|
}
|
|
219
|
-
interface
|
|
222
|
+
interface TttxTextarea_1_4_2 {
|
|
220
223
|
"disabled": boolean;
|
|
221
224
|
"errormsg": string;
|
|
222
225
|
/**
|
|
223
226
|
* tabindex - Allows the HTML elements to be focusable
|
|
224
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
225
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
227
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_4_2 input-index="1" />
|
|
228
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_4_2 inputindex={1} />
|
|
226
229
|
*/
|
|
227
230
|
"inputindex": string | number;
|
|
228
231
|
/**
|
|
@@ -246,388 +249,391 @@ export namespace Components {
|
|
|
246
249
|
"textareaautofocus": boolean;
|
|
247
250
|
"value": string | number;
|
|
248
251
|
}
|
|
249
|
-
interface
|
|
252
|
+
interface TttxToolbar_1_4_2 {
|
|
250
253
|
"border": boolean;
|
|
251
254
|
}
|
|
252
|
-
interface
|
|
255
|
+
interface TttxTreeView_1_4_2 {
|
|
253
256
|
"data": TreeViewItem[];
|
|
254
257
|
}
|
|
255
258
|
}
|
|
256
|
-
export interface
|
|
259
|
+
export interface TttxCheckbox_1_4_2CustomEvent<T> extends CustomEvent<T> {
|
|
257
260
|
detail: T;
|
|
258
|
-
target:
|
|
261
|
+
target: HTMLTttxCheckbox_1_4_2Element;
|
|
259
262
|
}
|
|
260
|
-
export interface
|
|
263
|
+
export interface TttxDialogBox_1_4_2CustomEvent<T> extends CustomEvent<T> {
|
|
261
264
|
detail: T;
|
|
262
|
-
target:
|
|
265
|
+
target: HTMLTttxDialogBox_1_4_2Element;
|
|
263
266
|
}
|
|
264
|
-
export interface
|
|
267
|
+
export interface TttxDialog_1_4_2CustomEvent<T> extends CustomEvent<T> {
|
|
265
268
|
detail: T;
|
|
266
|
-
target:
|
|
269
|
+
target: HTMLTttxDialog_1_4_2Element;
|
|
267
270
|
}
|
|
268
|
-
export interface
|
|
271
|
+
export interface TttxExpander_1_4_2CustomEvent<T> extends CustomEvent<T> {
|
|
269
272
|
detail: T;
|
|
270
|
-
target:
|
|
273
|
+
target: HTMLTttxExpander_1_4_2Element;
|
|
271
274
|
}
|
|
272
|
-
export interface
|
|
275
|
+
export interface TttxFilter_1_4_2CustomEvent<T> extends CustomEvent<T> {
|
|
273
276
|
detail: T;
|
|
274
|
-
target:
|
|
277
|
+
target: HTMLTttxFilter_1_4_2Element;
|
|
275
278
|
}
|
|
276
|
-
export interface
|
|
279
|
+
export interface TttxForm_1_4_2CustomEvent<T> extends CustomEvent<T> {
|
|
277
280
|
detail: T;
|
|
278
|
-
target:
|
|
281
|
+
target: HTMLTttxForm_1_4_2Element;
|
|
279
282
|
}
|
|
280
|
-
export interface
|
|
283
|
+
export interface TttxList_1_4_2CustomEvent<T> extends CustomEvent<T> {
|
|
281
284
|
detail: T;
|
|
282
|
-
target:
|
|
285
|
+
target: HTMLTttxList_1_4_2Element;
|
|
283
286
|
}
|
|
284
|
-
export interface
|
|
287
|
+
export interface TttxMultiselectBox_1_4_2CustomEvent<T> extends CustomEvent<T> {
|
|
285
288
|
detail: T;
|
|
286
|
-
target:
|
|
289
|
+
target: HTMLTttxMultiselectBox_1_4_2Element;
|
|
287
290
|
}
|
|
288
|
-
export interface
|
|
291
|
+
export interface TttxSelectBox_1_4_2CustomEvent<T> extends CustomEvent<T> {
|
|
289
292
|
detail: T;
|
|
290
|
-
target:
|
|
293
|
+
target: HTMLTttxSelectBox_1_4_2Element;
|
|
291
294
|
}
|
|
292
|
-
export interface
|
|
295
|
+
export interface TttxSorter_1_4_2CustomEvent<T> extends CustomEvent<T> {
|
|
293
296
|
detail: T;
|
|
294
|
-
target:
|
|
297
|
+
target: HTMLTttxSorter_1_4_2Element;
|
|
295
298
|
}
|
|
296
|
-
export interface
|
|
299
|
+
export interface TttxStandaloneInput_1_4_2CustomEvent<T> extends CustomEvent<T> {
|
|
297
300
|
detail: T;
|
|
298
|
-
target:
|
|
301
|
+
target: HTMLTttxStandaloneInput_1_4_2Element;
|
|
299
302
|
}
|
|
300
|
-
export interface
|
|
303
|
+
export interface TttxTabs_1_4_2CustomEvent<T> extends CustomEvent<T> {
|
|
301
304
|
detail: T;
|
|
302
|
-
target:
|
|
305
|
+
target: HTMLTttxTabs_1_4_2Element;
|
|
303
306
|
}
|
|
304
|
-
export interface
|
|
307
|
+
export interface TttxTextarea_1_4_2CustomEvent<T> extends CustomEvent<T> {
|
|
305
308
|
detail: T;
|
|
306
|
-
target:
|
|
309
|
+
target: HTMLTttxTextarea_1_4_2Element;
|
|
307
310
|
}
|
|
308
|
-
export interface
|
|
311
|
+
export interface TttxTreeView_1_4_2CustomEvent<T> extends CustomEvent<T> {
|
|
309
312
|
detail: T;
|
|
310
|
-
target:
|
|
313
|
+
target: HTMLTttxTreeView_1_4_2Element;
|
|
311
314
|
}
|
|
312
315
|
declare global {
|
|
313
|
-
interface
|
|
316
|
+
interface HTMLTttxButton_1_4_2Element extends Components.TttxButton_1_4_2, HTMLStencilElement {
|
|
314
317
|
}
|
|
315
|
-
var
|
|
316
|
-
prototype:
|
|
317
|
-
new ():
|
|
318
|
+
var HTMLTttxButton_1_4_2Element: {
|
|
319
|
+
prototype: HTMLTttxButton_1_4_2Element;
|
|
320
|
+
new (): HTMLTttxButton_1_4_2Element;
|
|
318
321
|
};
|
|
319
|
-
interface
|
|
322
|
+
interface HTMLTttxCheckboxGroupCaption_1_4_2Element extends Components.TttxCheckboxGroupCaption_1_4_2, HTMLStencilElement {
|
|
320
323
|
}
|
|
321
|
-
var
|
|
322
|
-
prototype:
|
|
323
|
-
new ():
|
|
324
|
+
var HTMLTttxCheckboxGroupCaption_1_4_2Element: {
|
|
325
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_4_2Element;
|
|
326
|
+
new (): HTMLTttxCheckboxGroupCaption_1_4_2Element;
|
|
324
327
|
};
|
|
325
|
-
interface
|
|
328
|
+
interface HTMLTttxCheckboxGroupHeading_1_4_2Element extends Components.TttxCheckboxGroupHeading_1_4_2, HTMLStencilElement {
|
|
326
329
|
}
|
|
327
|
-
var
|
|
328
|
-
prototype:
|
|
329
|
-
new ():
|
|
330
|
+
var HTMLTttxCheckboxGroupHeading_1_4_2Element: {
|
|
331
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_4_2Element;
|
|
332
|
+
new (): HTMLTttxCheckboxGroupHeading_1_4_2Element;
|
|
330
333
|
};
|
|
331
|
-
interface
|
|
334
|
+
interface HTMLTttxCheckboxGroup_1_4_2Element extends Components.TttxCheckboxGroup_1_4_2, HTMLStencilElement {
|
|
332
335
|
}
|
|
333
|
-
var
|
|
334
|
-
prototype:
|
|
335
|
-
new ():
|
|
336
|
+
var HTMLTttxCheckboxGroup_1_4_2Element: {
|
|
337
|
+
prototype: HTMLTttxCheckboxGroup_1_4_2Element;
|
|
338
|
+
new (): HTMLTttxCheckboxGroup_1_4_2Element;
|
|
336
339
|
};
|
|
337
|
-
interface
|
|
340
|
+
interface HTMLTttxCheckbox_1_4_2Element extends Components.TttxCheckbox_1_4_2, HTMLStencilElement {
|
|
338
341
|
}
|
|
339
|
-
var
|
|
340
|
-
prototype:
|
|
341
|
-
new ():
|
|
342
|
+
var HTMLTttxCheckbox_1_4_2Element: {
|
|
343
|
+
prototype: HTMLTttxCheckbox_1_4_2Element;
|
|
344
|
+
new (): HTMLTttxCheckbox_1_4_2Element;
|
|
342
345
|
};
|
|
343
|
-
interface
|
|
346
|
+
interface HTMLTttxDataPattern_1_4_2Element extends Components.TttxDataPattern_1_4_2, HTMLStencilElement {
|
|
344
347
|
}
|
|
345
|
-
var
|
|
346
|
-
prototype:
|
|
347
|
-
new ():
|
|
348
|
+
var HTMLTttxDataPattern_1_4_2Element: {
|
|
349
|
+
prototype: HTMLTttxDataPattern_1_4_2Element;
|
|
350
|
+
new (): HTMLTttxDataPattern_1_4_2Element;
|
|
348
351
|
};
|
|
349
|
-
interface
|
|
352
|
+
interface HTMLTttxDialogBox_1_4_2Element extends Components.TttxDialogBox_1_4_2, HTMLStencilElement {
|
|
350
353
|
}
|
|
351
|
-
var
|
|
352
|
-
prototype:
|
|
353
|
-
new ():
|
|
354
|
+
var HTMLTttxDialogBox_1_4_2Element: {
|
|
355
|
+
prototype: HTMLTttxDialogBox_1_4_2Element;
|
|
356
|
+
new (): HTMLTttxDialogBox_1_4_2Element;
|
|
354
357
|
};
|
|
355
|
-
interface
|
|
358
|
+
interface HTMLTttxDialog_1_4_2Element extends Components.TttxDialog_1_4_2, HTMLStencilElement {
|
|
356
359
|
}
|
|
357
|
-
var
|
|
358
|
-
prototype:
|
|
359
|
-
new ():
|
|
360
|
+
var HTMLTttxDialog_1_4_2Element: {
|
|
361
|
+
prototype: HTMLTttxDialog_1_4_2Element;
|
|
362
|
+
new (): HTMLTttxDialog_1_4_2Element;
|
|
360
363
|
};
|
|
361
|
-
interface
|
|
364
|
+
interface HTMLTttxExpander_1_4_2Element extends Components.TttxExpander_1_4_2, HTMLStencilElement {
|
|
362
365
|
}
|
|
363
|
-
var
|
|
364
|
-
prototype:
|
|
365
|
-
new ():
|
|
366
|
+
var HTMLTttxExpander_1_4_2Element: {
|
|
367
|
+
prototype: HTMLTttxExpander_1_4_2Element;
|
|
368
|
+
new (): HTMLTttxExpander_1_4_2Element;
|
|
366
369
|
};
|
|
367
|
-
interface
|
|
370
|
+
interface HTMLTttxFilter_1_4_2Element extends Components.TttxFilter_1_4_2, HTMLStencilElement {
|
|
368
371
|
}
|
|
369
|
-
var
|
|
370
|
-
prototype:
|
|
371
|
-
new ():
|
|
372
|
+
var HTMLTttxFilter_1_4_2Element: {
|
|
373
|
+
prototype: HTMLTttxFilter_1_4_2Element;
|
|
374
|
+
new (): HTMLTttxFilter_1_4_2Element;
|
|
372
375
|
};
|
|
373
|
-
interface
|
|
376
|
+
interface HTMLTttxForm_1_4_2Element extends Components.TttxForm_1_4_2, HTMLStencilElement {
|
|
374
377
|
}
|
|
375
|
-
var
|
|
376
|
-
prototype:
|
|
377
|
-
new ():
|
|
378
|
+
var HTMLTttxForm_1_4_2Element: {
|
|
379
|
+
prototype: HTMLTttxForm_1_4_2Element;
|
|
380
|
+
new (): HTMLTttxForm_1_4_2Element;
|
|
378
381
|
};
|
|
379
|
-
interface
|
|
382
|
+
interface HTMLTttxIcon_1_4_2Element extends Components.TttxIcon_1_4_2, HTMLStencilElement {
|
|
380
383
|
}
|
|
381
|
-
var
|
|
382
|
-
prototype:
|
|
383
|
-
new ():
|
|
384
|
+
var HTMLTttxIcon_1_4_2Element: {
|
|
385
|
+
prototype: HTMLTttxIcon_1_4_2Element;
|
|
386
|
+
new (): HTMLTttxIcon_1_4_2Element;
|
|
384
387
|
};
|
|
385
|
-
interface
|
|
388
|
+
interface HTMLTttxKeyvalueBlock_1_4_2Element extends Components.TttxKeyvalueBlock_1_4_2, HTMLStencilElement {
|
|
386
389
|
}
|
|
387
|
-
var
|
|
388
|
-
prototype:
|
|
389
|
-
new ():
|
|
390
|
+
var HTMLTttxKeyvalueBlock_1_4_2Element: {
|
|
391
|
+
prototype: HTMLTttxKeyvalueBlock_1_4_2Element;
|
|
392
|
+
new (): HTMLTttxKeyvalueBlock_1_4_2Element;
|
|
390
393
|
};
|
|
391
|
-
interface
|
|
394
|
+
interface HTMLTttxList_1_4_2Element extends Components.TttxList_1_4_2, HTMLStencilElement {
|
|
392
395
|
}
|
|
393
|
-
var
|
|
394
|
-
prototype:
|
|
395
|
-
new ():
|
|
396
|
+
var HTMLTttxList_1_4_2Element: {
|
|
397
|
+
prototype: HTMLTttxList_1_4_2Element;
|
|
398
|
+
new (): HTMLTttxList_1_4_2Element;
|
|
396
399
|
};
|
|
397
|
-
interface
|
|
400
|
+
interface HTMLTttxLoadingSpinner_1_4_2Element extends Components.TttxLoadingSpinner_1_4_2, HTMLStencilElement {
|
|
398
401
|
}
|
|
399
|
-
var
|
|
400
|
-
prototype:
|
|
401
|
-
new ():
|
|
402
|
+
var HTMLTttxLoadingSpinner_1_4_2Element: {
|
|
403
|
+
prototype: HTMLTttxLoadingSpinner_1_4_2Element;
|
|
404
|
+
new (): HTMLTttxLoadingSpinner_1_4_2Element;
|
|
402
405
|
};
|
|
403
|
-
interface
|
|
406
|
+
interface HTMLTttxMultiselectBox_1_4_2Element extends Components.TttxMultiselectBox_1_4_2, HTMLStencilElement {
|
|
404
407
|
}
|
|
405
|
-
var
|
|
406
|
-
prototype:
|
|
407
|
-
new ():
|
|
408
|
+
var HTMLTttxMultiselectBox_1_4_2Element: {
|
|
409
|
+
prototype: HTMLTttxMultiselectBox_1_4_2Element;
|
|
410
|
+
new (): HTMLTttxMultiselectBox_1_4_2Element;
|
|
408
411
|
};
|
|
409
|
-
interface
|
|
412
|
+
interface HTMLTttxPercentageBar_1_4_2Element extends Components.TttxPercentageBar_1_4_2, HTMLStencilElement {
|
|
410
413
|
}
|
|
411
|
-
var
|
|
412
|
-
prototype:
|
|
413
|
-
new ():
|
|
414
|
+
var HTMLTttxPercentageBar_1_4_2Element: {
|
|
415
|
+
prototype: HTMLTttxPercentageBar_1_4_2Element;
|
|
416
|
+
new (): HTMLTttxPercentageBar_1_4_2Element;
|
|
414
417
|
};
|
|
415
|
-
interface
|
|
418
|
+
interface HTMLTttxQrcode_1_4_2Element extends Components.TttxQrcode_1_4_2, HTMLStencilElement {
|
|
416
419
|
}
|
|
417
|
-
var
|
|
418
|
-
prototype:
|
|
419
|
-
new ():
|
|
420
|
+
var HTMLTttxQrcode_1_4_2Element: {
|
|
421
|
+
prototype: HTMLTttxQrcode_1_4_2Element;
|
|
422
|
+
new (): HTMLTttxQrcode_1_4_2Element;
|
|
420
423
|
};
|
|
421
|
-
interface
|
|
424
|
+
interface HTMLTttxSelectBox_1_4_2Element extends Components.TttxSelectBox_1_4_2, HTMLStencilElement {
|
|
422
425
|
}
|
|
423
|
-
var
|
|
424
|
-
prototype:
|
|
425
|
-
new ():
|
|
426
|
+
var HTMLTttxSelectBox_1_4_2Element: {
|
|
427
|
+
prototype: HTMLTttxSelectBox_1_4_2Element;
|
|
428
|
+
new (): HTMLTttxSelectBox_1_4_2Element;
|
|
426
429
|
};
|
|
427
|
-
interface
|
|
430
|
+
interface HTMLTttxSorter_1_4_2Element extends Components.TttxSorter_1_4_2, HTMLStencilElement {
|
|
428
431
|
}
|
|
429
|
-
var
|
|
430
|
-
prototype:
|
|
431
|
-
new ():
|
|
432
|
+
var HTMLTttxSorter_1_4_2Element: {
|
|
433
|
+
prototype: HTMLTttxSorter_1_4_2Element;
|
|
434
|
+
new (): HTMLTttxSorter_1_4_2Element;
|
|
432
435
|
};
|
|
433
|
-
interface
|
|
436
|
+
interface HTMLTttxStandaloneInput_1_4_2Element extends Components.TttxStandaloneInput_1_4_2, HTMLStencilElement {
|
|
434
437
|
}
|
|
435
|
-
var
|
|
436
|
-
prototype:
|
|
437
|
-
new ():
|
|
438
|
+
var HTMLTttxStandaloneInput_1_4_2Element: {
|
|
439
|
+
prototype: HTMLTttxStandaloneInput_1_4_2Element;
|
|
440
|
+
new (): HTMLTttxStandaloneInput_1_4_2Element;
|
|
438
441
|
};
|
|
439
|
-
interface
|
|
442
|
+
interface HTMLTttxTabs_1_4_2Element extends Components.TttxTabs_1_4_2, HTMLStencilElement {
|
|
440
443
|
}
|
|
441
|
-
var
|
|
442
|
-
prototype:
|
|
443
|
-
new ():
|
|
444
|
+
var HTMLTttxTabs_1_4_2Element: {
|
|
445
|
+
prototype: HTMLTttxTabs_1_4_2Element;
|
|
446
|
+
new (): HTMLTttxTabs_1_4_2Element;
|
|
444
447
|
};
|
|
445
|
-
interface
|
|
448
|
+
interface HTMLTttxTag_1_4_2Element extends Components.TttxTag_1_4_2, HTMLStencilElement {
|
|
446
449
|
}
|
|
447
|
-
var
|
|
448
|
-
prototype:
|
|
449
|
-
new ():
|
|
450
|
+
var HTMLTttxTag_1_4_2Element: {
|
|
451
|
+
prototype: HTMLTttxTag_1_4_2Element;
|
|
452
|
+
new (): HTMLTttxTag_1_4_2Element;
|
|
450
453
|
};
|
|
451
|
-
interface
|
|
454
|
+
interface HTMLTttxTextarea_1_4_2Element extends Components.TttxTextarea_1_4_2, HTMLStencilElement {
|
|
452
455
|
}
|
|
453
|
-
var
|
|
454
|
-
prototype:
|
|
455
|
-
new ():
|
|
456
|
+
var HTMLTttxTextarea_1_4_2Element: {
|
|
457
|
+
prototype: HTMLTttxTextarea_1_4_2Element;
|
|
458
|
+
new (): HTMLTttxTextarea_1_4_2Element;
|
|
456
459
|
};
|
|
457
|
-
interface
|
|
460
|
+
interface HTMLTttxToolbar_1_4_2Element extends Components.TttxToolbar_1_4_2, HTMLStencilElement {
|
|
458
461
|
}
|
|
459
|
-
var
|
|
460
|
-
prototype:
|
|
461
|
-
new ():
|
|
462
|
+
var HTMLTttxToolbar_1_4_2Element: {
|
|
463
|
+
prototype: HTMLTttxToolbar_1_4_2Element;
|
|
464
|
+
new (): HTMLTttxToolbar_1_4_2Element;
|
|
462
465
|
};
|
|
463
|
-
interface
|
|
466
|
+
interface HTMLTttxTreeView_1_4_2Element extends Components.TttxTreeView_1_4_2, HTMLStencilElement {
|
|
464
467
|
}
|
|
465
|
-
var
|
|
466
|
-
prototype:
|
|
467
|
-
new ():
|
|
468
|
+
var HTMLTttxTreeView_1_4_2Element: {
|
|
469
|
+
prototype: HTMLTttxTreeView_1_4_2Element;
|
|
470
|
+
new (): HTMLTttxTreeView_1_4_2Element;
|
|
468
471
|
};
|
|
469
472
|
interface HTMLElementTagNameMap {
|
|
470
|
-
"tttx-
|
|
471
|
-
"tttx-checkbox-group-
|
|
472
|
-
"tttx-checkbox-group-
|
|
473
|
-
"tttx-checkbox-
|
|
474
|
-
"tttx-
|
|
475
|
-
"tttx-data-
|
|
476
|
-
"tttx-dialog-
|
|
477
|
-
"tttx-
|
|
478
|
-
"tttx-
|
|
479
|
-
"tttx-
|
|
480
|
-
"tttx-
|
|
481
|
-
"tttx-
|
|
482
|
-
"tttx-keyvalue-
|
|
483
|
-
"tttx-
|
|
484
|
-
"tttx-loading-
|
|
485
|
-
"tttx-multiselect-
|
|
486
|
-
"tttx-percentage-
|
|
487
|
-
"tttx-
|
|
488
|
-
"tttx-select-
|
|
489
|
-
"tttx-
|
|
490
|
-
"tttx-standalone-
|
|
491
|
-
"tttx-
|
|
492
|
-
"tttx-
|
|
493
|
-
"tttx-
|
|
494
|
-
"tttx-
|
|
495
|
-
"tttx-tree-
|
|
473
|
+
"tttx-button_1_4_2": HTMLTttxButton_1_4_2Element;
|
|
474
|
+
"tttx-checkbox-group-caption_1_4_2": HTMLTttxCheckboxGroupCaption_1_4_2Element;
|
|
475
|
+
"tttx-checkbox-group-heading_1_4_2": HTMLTttxCheckboxGroupHeading_1_4_2Element;
|
|
476
|
+
"tttx-checkbox-group_1_4_2": HTMLTttxCheckboxGroup_1_4_2Element;
|
|
477
|
+
"tttx-checkbox_1_4_2": HTMLTttxCheckbox_1_4_2Element;
|
|
478
|
+
"tttx-data-pattern_1_4_2": HTMLTttxDataPattern_1_4_2Element;
|
|
479
|
+
"tttx-dialog-box_1_4_2": HTMLTttxDialogBox_1_4_2Element;
|
|
480
|
+
"tttx-dialog_1_4_2": HTMLTttxDialog_1_4_2Element;
|
|
481
|
+
"tttx-expander_1_4_2": HTMLTttxExpander_1_4_2Element;
|
|
482
|
+
"tttx-filter_1_4_2": HTMLTttxFilter_1_4_2Element;
|
|
483
|
+
"tttx-form_1_4_2": HTMLTttxForm_1_4_2Element;
|
|
484
|
+
"tttx-icon_1_4_2": HTMLTttxIcon_1_4_2Element;
|
|
485
|
+
"tttx-keyvalue-block_1_4_2": HTMLTttxKeyvalueBlock_1_4_2Element;
|
|
486
|
+
"tttx-list_1_4_2": HTMLTttxList_1_4_2Element;
|
|
487
|
+
"tttx-loading-spinner_1_4_2": HTMLTttxLoadingSpinner_1_4_2Element;
|
|
488
|
+
"tttx-multiselect-box_1_4_2": HTMLTttxMultiselectBox_1_4_2Element;
|
|
489
|
+
"tttx-percentage-bar_1_4_2": HTMLTttxPercentageBar_1_4_2Element;
|
|
490
|
+
"tttx-qrcode_1_4_2": HTMLTttxQrcode_1_4_2Element;
|
|
491
|
+
"tttx-select-box_1_4_2": HTMLTttxSelectBox_1_4_2Element;
|
|
492
|
+
"tttx-sorter_1_4_2": HTMLTttxSorter_1_4_2Element;
|
|
493
|
+
"tttx-standalone-input_1_4_2": HTMLTttxStandaloneInput_1_4_2Element;
|
|
494
|
+
"tttx-tabs_1_4_2": HTMLTttxTabs_1_4_2Element;
|
|
495
|
+
"tttx-tag_1_4_2": HTMLTttxTag_1_4_2Element;
|
|
496
|
+
"tttx-textarea_1_4_2": HTMLTttxTextarea_1_4_2Element;
|
|
497
|
+
"tttx-toolbar_1_4_2": HTMLTttxToolbar_1_4_2Element;
|
|
498
|
+
"tttx-tree-view_1_4_2": HTMLTttxTreeView_1_4_2Element;
|
|
496
499
|
}
|
|
497
500
|
}
|
|
498
501
|
declare namespace LocalJSX {
|
|
499
|
-
interface
|
|
502
|
+
interface TttxButton_1_4_2 {
|
|
500
503
|
"design"?: string;
|
|
501
504
|
"icon"?: string;
|
|
502
505
|
"iconcolor"?: string;
|
|
503
506
|
"iconposition"?: 'left' | 'right';
|
|
504
507
|
"notext"?: boolean;
|
|
505
508
|
}
|
|
506
|
-
interface
|
|
509
|
+
interface TttxCheckboxGroupCaption_1_4_2 {
|
|
507
510
|
}
|
|
508
|
-
interface
|
|
511
|
+
interface TttxCheckboxGroupHeading_1_4_2 {
|
|
509
512
|
}
|
|
510
|
-
interface
|
|
513
|
+
interface TttxCheckboxGroup_1_4_2 {
|
|
511
514
|
}
|
|
512
|
-
interface
|
|
515
|
+
interface TttxCheckbox_1_4_2 {
|
|
513
516
|
"checkboxId"?: string;
|
|
514
517
|
"checked"?: boolean;
|
|
515
518
|
"indeterminate"?: boolean;
|
|
516
519
|
"inline"?: boolean;
|
|
517
520
|
"label"?: string;
|
|
518
|
-
"onCheckboxChangeEvent"?: (event:
|
|
521
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_4_2CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
519
522
|
}
|
|
520
|
-
interface
|
|
523
|
+
interface TttxDataPattern_1_4_2 {
|
|
521
524
|
"data"?: string;
|
|
522
525
|
"filterheader"?: string;
|
|
523
526
|
"filteroptions"?: string;
|
|
524
527
|
"sorteroptions"?: string;
|
|
525
528
|
}
|
|
526
|
-
interface
|
|
529
|
+
interface TttxDialogBox_1_4_2 {
|
|
527
530
|
"allowOverflow"?: boolean;
|
|
528
531
|
"data"?: string | DialogItems;
|
|
529
|
-
"onButtonClick"?: (event:
|
|
530
|
-
"onCloseButtonClick"?: (event:
|
|
532
|
+
"onButtonClick"?: (event: TttxDialogBox_1_4_2CustomEvent<any>) => void;
|
|
533
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_4_2CustomEvent<any>) => void;
|
|
531
534
|
"open"?: boolean;
|
|
532
535
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
533
536
|
}
|
|
534
|
-
interface
|
|
537
|
+
interface TttxDialog_1_4_2 {
|
|
535
538
|
"allowOverflow"?: boolean;
|
|
536
539
|
"closeEnabled"?: boolean;
|
|
537
540
|
"header"?: string;
|
|
538
|
-
"onCloseButtonClick"?: (event:
|
|
541
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_4_2CustomEvent<any>) => void;
|
|
539
542
|
"open"?: boolean;
|
|
540
543
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
541
544
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
542
545
|
}
|
|
543
|
-
interface
|
|
546
|
+
interface TttxExpander_1_4_2 {
|
|
544
547
|
"lefticon"?: string;
|
|
545
548
|
"lefticoncolor"?: string;
|
|
546
549
|
"name"?: string;
|
|
547
|
-
"onToggleExpander"?: (event:
|
|
550
|
+
"onToggleExpander"?: (event: TttxExpander_1_4_2CustomEvent<{ open: boolean; name: string }>) => void;
|
|
548
551
|
"open"?: boolean;
|
|
549
552
|
}
|
|
550
|
-
interface
|
|
553
|
+
interface TttxFilter_1_4_2 {
|
|
551
554
|
"defaultFilterOptions"?: string[] | string;
|
|
552
555
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
553
556
|
"filterHeader"?: string;
|
|
554
557
|
"filterKey"?: string;
|
|
555
558
|
"filterOptions"?: string | FilterSettings[];
|
|
556
|
-
"onFilterChangeEvent"?: (event:
|
|
557
|
-
"onToggleFilter"?: (event:
|
|
559
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_4_2CustomEvent<FilterChangeEvent>) => void;
|
|
560
|
+
"onToggleFilter"?: (event: TttxFilter_1_4_2CustomEvent<boolean>) => void;
|
|
558
561
|
"popoverWidth"?: string;
|
|
559
562
|
"showOptionIcons"?: boolean;
|
|
560
563
|
"showSearchField"?: boolean;
|
|
561
564
|
"showSelectAll"?: boolean;
|
|
562
565
|
}
|
|
563
|
-
interface
|
|
566
|
+
interface TttxForm_1_4_2 {
|
|
564
567
|
"data"?: any;
|
|
565
568
|
"formschema"?: Record<string, any> | string;
|
|
566
|
-
"onDataChanged"?: (event:
|
|
567
|
-
"onDataSubmitted"?: (event:
|
|
569
|
+
"onDataChanged"?: (event: TttxForm_1_4_2CustomEvent<{ name: string; value: string }>) => void;
|
|
570
|
+
"onDataSubmitted"?: (event: TttxForm_1_4_2CustomEvent<FormData>) => void;
|
|
568
571
|
}
|
|
569
|
-
interface
|
|
572
|
+
interface TttxIcon_1_4_2 {
|
|
570
573
|
"color"?: string;
|
|
571
574
|
"icon"?: string;
|
|
572
575
|
"size"?: number;
|
|
573
576
|
}
|
|
574
|
-
interface
|
|
577
|
+
interface TttxKeyvalueBlock_1_4_2 {
|
|
575
578
|
"horizontal"?: boolean;
|
|
576
579
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
577
580
|
"spacedout"?: boolean;
|
|
578
581
|
}
|
|
579
|
-
interface
|
|
582
|
+
interface TttxList_1_4_2 {
|
|
580
583
|
"data"?: string | ListItem[];
|
|
581
584
|
"name"?: string;
|
|
582
|
-
"onListRowCheckboxClick"?: (event:
|
|
583
|
-
"onListRowClick"?: (event:
|
|
585
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_4_2CustomEvent<{ key: string; name: string; data: any }>) => void;
|
|
586
|
+
"onListRowClick"?: (event: TttxList_1_4_2CustomEvent<{ key: string; name: string; data: any }>) => void;
|
|
584
587
|
}
|
|
585
|
-
interface
|
|
588
|
+
interface TttxLoadingSpinner_1_4_2 {
|
|
586
589
|
"loadingMessage"?: boolean;
|
|
587
590
|
"size"?: 'small' | 'large';
|
|
588
591
|
}
|
|
589
|
-
interface
|
|
592
|
+
interface TttxMultiselectBox_1_4_2 {
|
|
590
593
|
"htmlVisibleValue"?: boolean;
|
|
591
594
|
"inline"?: boolean;
|
|
592
595
|
"label"?: string;
|
|
593
|
-
"onChangesApplied"?: (event:
|
|
594
|
-
"onSelectItemEvent"?: (event:
|
|
595
|
-
"onToggleOpen"?: (event:
|
|
596
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_4_2CustomEvent<SelectItem[]>) => void;
|
|
597
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_4_2CustomEvent<SelectItem>) => void;
|
|
598
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_4_2CustomEvent<boolean>) => void;
|
|
596
599
|
"optionsData"?: string | SelectItem[];
|
|
597
600
|
"placeholder"?: string;
|
|
598
601
|
"searchEnabled"?: boolean;
|
|
599
602
|
"visibleValue"?: string;
|
|
600
603
|
}
|
|
601
|
-
interface
|
|
604
|
+
interface TttxPercentageBar_1_4_2 {
|
|
602
605
|
"color"?: string;
|
|
603
606
|
"labelid"?: string;
|
|
604
607
|
"min"?: string;
|
|
605
608
|
"percentage"?: string | number;
|
|
606
609
|
"thresholds"?: string | Threshold[];
|
|
607
610
|
}
|
|
608
|
-
interface
|
|
611
|
+
interface TttxQrcode_1_4_2 {
|
|
609
612
|
"link"?: string;
|
|
610
613
|
"size"?: number;
|
|
611
614
|
}
|
|
612
|
-
interface
|
|
615
|
+
interface TttxSelectBox_1_4_2 {
|
|
616
|
+
"errorMsg"?: string;
|
|
613
617
|
"inline"?: boolean;
|
|
614
618
|
"label"?: string;
|
|
615
|
-
"onSelectItemEvent"?: (event:
|
|
616
|
-
"onToggleOpen"?: (event:
|
|
619
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_4_2CustomEvent<SelectItem1>) => void;
|
|
620
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_4_2CustomEvent<boolean>) => void;
|
|
617
621
|
"optionsData"?: string | SelectItem1[];
|
|
618
622
|
"placeholder"?: string;
|
|
619
623
|
"searchEnabled"?: boolean;
|
|
620
624
|
"selectedValue"?: string;
|
|
625
|
+
"showErrorBubble"?: boolean;
|
|
626
|
+
"showErrorMsg"?: boolean;
|
|
621
627
|
}
|
|
622
|
-
interface
|
|
628
|
+
interface TttxSorter_1_4_2 {
|
|
623
629
|
"defaultOption"?: string;
|
|
624
630
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
625
631
|
"fieldOptionsData"?: string | SorterData;
|
|
626
|
-
"onSorterChangeEvent"?: (event:
|
|
627
|
-
"onToggleSorter"?: (event:
|
|
632
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_4_2CustomEvent<SorterChangeEvent>) => void;
|
|
633
|
+
"onToggleSorter"?: (event: TttxSorter_1_4_2CustomEvent<boolean>) => void;
|
|
628
634
|
"sorterKey"?: string;
|
|
629
635
|
}
|
|
630
|
-
interface
|
|
636
|
+
interface TttxStandaloneInput_1_4_2 {
|
|
631
637
|
"autocomplete"?: 'off' | 'on';
|
|
632
638
|
"checked"?: boolean;
|
|
633
639
|
"disabled"?: boolean;
|
|
@@ -643,8 +649,8 @@ declare namespace LocalJSX {
|
|
|
643
649
|
"inputiconcolor"?: string;
|
|
644
650
|
/**
|
|
645
651
|
* tabindex - Allows the HTML elements to be focusable
|
|
646
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
647
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
652
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_4_2 input-index="1" />
|
|
653
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_4_2 inputindex={1} />
|
|
648
654
|
*/
|
|
649
655
|
"inputindex"?: string | number;
|
|
650
656
|
/**
|
|
@@ -658,13 +664,13 @@ declare namespace LocalJSX {
|
|
|
658
664
|
"min"?: MinMaxDates | number;
|
|
659
665
|
"minlength"?: string | number;
|
|
660
666
|
"name"?: string;
|
|
661
|
-
"onBlurChanged"?: (event:
|
|
662
|
-
"onFocusChanged"?: (event:
|
|
663
|
-
"onInputIconClick"?: (event:
|
|
664
|
-
"onInvalidChanged"?: (event:
|
|
665
|
-
"onLeftIconClick"?: (event:
|
|
666
|
-
"onRightIconClick"?: (event:
|
|
667
|
-
"onValueChanged"?: (event:
|
|
667
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_4_2CustomEvent<string>) => void;
|
|
668
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_4_2CustomEvent<string>) => void;
|
|
669
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_4_2CustomEvent<void>) => void;
|
|
670
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_4_2CustomEvent<string>) => void;
|
|
671
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_4_2CustomEvent<void>) => void;
|
|
672
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_4_2CustomEvent<void>) => void;
|
|
673
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_4_2CustomEvent<string>) => void;
|
|
668
674
|
"pattern"?: string;
|
|
669
675
|
"placeholder"?: string;
|
|
670
676
|
"readonly"?: string | boolean;
|
|
@@ -679,27 +685,27 @@ declare namespace LocalJSX {
|
|
|
679
685
|
"type"?: string;
|
|
680
686
|
"value"?: string | number;
|
|
681
687
|
}
|
|
682
|
-
interface
|
|
688
|
+
interface TttxTabs_1_4_2 {
|
|
683
689
|
"navigation"?: boolean;
|
|
684
|
-
"onLeftNavigation"?: (event:
|
|
685
|
-
"onRightNavigation"?: (event:
|
|
686
|
-
"onTabClick"?: (event:
|
|
690
|
+
"onLeftNavigation"?: (event: TttxTabs_1_4_2CustomEvent<any>) => void;
|
|
691
|
+
"onRightNavigation"?: (event: TttxTabs_1_4_2CustomEvent<any>) => void;
|
|
692
|
+
"onTabClick"?: (event: TttxTabs_1_4_2CustomEvent<{ tabId: string }>) => void;
|
|
687
693
|
"tabs"?: string | Tab[];
|
|
688
694
|
"tabsName"?: string;
|
|
689
695
|
"wide"?: boolean;
|
|
690
696
|
}
|
|
691
|
-
interface
|
|
697
|
+
interface TttxTag_1_4_2 {
|
|
692
698
|
"color"?: string;
|
|
693
699
|
"text"?: string;
|
|
694
700
|
"textColor"?: string;
|
|
695
701
|
}
|
|
696
|
-
interface
|
|
702
|
+
interface TttxTextarea_1_4_2 {
|
|
697
703
|
"disabled"?: boolean;
|
|
698
704
|
"errormsg"?: string;
|
|
699
705
|
/**
|
|
700
706
|
* tabindex - Allows the HTML elements to be focusable
|
|
701
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
702
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
707
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_4_2 input-index="1" />
|
|
708
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_4_2 inputindex={1} />
|
|
703
709
|
*/
|
|
704
710
|
"inputindex"?: string | number;
|
|
705
711
|
/**
|
|
@@ -710,10 +716,10 @@ declare namespace LocalJSX {
|
|
|
710
716
|
"label"?: string;
|
|
711
717
|
"maxlength"?: string | number;
|
|
712
718
|
"name"?: string;
|
|
713
|
-
"onBlurChanged"?: (event:
|
|
714
|
-
"onFocusChanged"?: (event:
|
|
715
|
-
"onInvalidChanged"?: (event:
|
|
716
|
-
"onValueChanged"?: (event:
|
|
719
|
+
"onBlurChanged"?: (event: TttxTextarea_1_4_2CustomEvent<string>) => void;
|
|
720
|
+
"onFocusChanged"?: (event: TttxTextarea_1_4_2CustomEvent<string>) => void;
|
|
721
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_4_2CustomEvent<string>) => void;
|
|
722
|
+
"onValueChanged"?: (event: TttxTextarea_1_4_2CustomEvent<string>) => void;
|
|
717
723
|
"placeholder"?: string;
|
|
718
724
|
"readonly"?: string | boolean;
|
|
719
725
|
"required"?: boolean;
|
|
@@ -727,73 +733,73 @@ declare namespace LocalJSX {
|
|
|
727
733
|
"textareaautofocus"?: boolean;
|
|
728
734
|
"value"?: string | number;
|
|
729
735
|
}
|
|
730
|
-
interface
|
|
736
|
+
interface TttxToolbar_1_4_2 {
|
|
731
737
|
"border"?: boolean;
|
|
732
738
|
}
|
|
733
|
-
interface
|
|
739
|
+
interface TttxTreeView_1_4_2 {
|
|
734
740
|
"data"?: TreeViewItem[];
|
|
735
|
-
"onClickEvent"?: (event:
|
|
736
|
-
"onExpandNode"?: (event:
|
|
741
|
+
"onClickEvent"?: (event: TttxTreeView_1_4_2CustomEvent<TreeViewItem>) => void;
|
|
742
|
+
"onExpandNode"?: (event: TttxTreeView_1_4_2CustomEvent<ExpandNodeEvent>) => void;
|
|
737
743
|
}
|
|
738
744
|
interface IntrinsicElements {
|
|
739
|
-
"tttx-
|
|
740
|
-
"tttx-checkbox-group-
|
|
741
|
-
"tttx-checkbox-group-
|
|
742
|
-
"tttx-checkbox-
|
|
743
|
-
"tttx-
|
|
744
|
-
"tttx-data-
|
|
745
|
-
"tttx-dialog-
|
|
746
|
-
"tttx-
|
|
747
|
-
"tttx-
|
|
748
|
-
"tttx-
|
|
749
|
-
"tttx-
|
|
750
|
-
"tttx-
|
|
751
|
-
"tttx-keyvalue-
|
|
752
|
-
"tttx-
|
|
753
|
-
"tttx-loading-
|
|
754
|
-
"tttx-multiselect-
|
|
755
|
-
"tttx-percentage-
|
|
756
|
-
"tttx-
|
|
757
|
-
"tttx-select-
|
|
758
|
-
"tttx-
|
|
759
|
-
"tttx-standalone-
|
|
760
|
-
"tttx-
|
|
761
|
-
"tttx-
|
|
762
|
-
"tttx-
|
|
763
|
-
"tttx-
|
|
764
|
-
"tttx-tree-
|
|
745
|
+
"tttx-button_1_4_2": TttxButton_1_4_2;
|
|
746
|
+
"tttx-checkbox-group-caption_1_4_2": TttxCheckboxGroupCaption_1_4_2;
|
|
747
|
+
"tttx-checkbox-group-heading_1_4_2": TttxCheckboxGroupHeading_1_4_2;
|
|
748
|
+
"tttx-checkbox-group_1_4_2": TttxCheckboxGroup_1_4_2;
|
|
749
|
+
"tttx-checkbox_1_4_2": TttxCheckbox_1_4_2;
|
|
750
|
+
"tttx-data-pattern_1_4_2": TttxDataPattern_1_4_2;
|
|
751
|
+
"tttx-dialog-box_1_4_2": TttxDialogBox_1_4_2;
|
|
752
|
+
"tttx-dialog_1_4_2": TttxDialog_1_4_2;
|
|
753
|
+
"tttx-expander_1_4_2": TttxExpander_1_4_2;
|
|
754
|
+
"tttx-filter_1_4_2": TttxFilter_1_4_2;
|
|
755
|
+
"tttx-form_1_4_2": TttxForm_1_4_2;
|
|
756
|
+
"tttx-icon_1_4_2": TttxIcon_1_4_2;
|
|
757
|
+
"tttx-keyvalue-block_1_4_2": TttxKeyvalueBlock_1_4_2;
|
|
758
|
+
"tttx-list_1_4_2": TttxList_1_4_2;
|
|
759
|
+
"tttx-loading-spinner_1_4_2": TttxLoadingSpinner_1_4_2;
|
|
760
|
+
"tttx-multiselect-box_1_4_2": TttxMultiselectBox_1_4_2;
|
|
761
|
+
"tttx-percentage-bar_1_4_2": TttxPercentageBar_1_4_2;
|
|
762
|
+
"tttx-qrcode_1_4_2": TttxQrcode_1_4_2;
|
|
763
|
+
"tttx-select-box_1_4_2": TttxSelectBox_1_4_2;
|
|
764
|
+
"tttx-sorter_1_4_2": TttxSorter_1_4_2;
|
|
765
|
+
"tttx-standalone-input_1_4_2": TttxStandaloneInput_1_4_2;
|
|
766
|
+
"tttx-tabs_1_4_2": TttxTabs_1_4_2;
|
|
767
|
+
"tttx-tag_1_4_2": TttxTag_1_4_2;
|
|
768
|
+
"tttx-textarea_1_4_2": TttxTextarea_1_4_2;
|
|
769
|
+
"tttx-toolbar_1_4_2": TttxToolbar_1_4_2;
|
|
770
|
+
"tttx-tree-view_1_4_2": TttxTreeView_1_4_2;
|
|
765
771
|
}
|
|
766
772
|
}
|
|
767
773
|
export { LocalJSX as JSX };
|
|
768
774
|
declare module "@stencil/core" {
|
|
769
775
|
export namespace JSX {
|
|
770
776
|
interface IntrinsicElements {
|
|
771
|
-
"tttx-
|
|
772
|
-
"tttx-checkbox-group-
|
|
773
|
-
"tttx-checkbox-group-
|
|
774
|
-
"tttx-checkbox-
|
|
775
|
-
"tttx-
|
|
776
|
-
"tttx-data-
|
|
777
|
-
"tttx-dialog-
|
|
778
|
-
"tttx-
|
|
779
|
-
"tttx-
|
|
780
|
-
"tttx-
|
|
781
|
-
"tttx-
|
|
782
|
-
"tttx-
|
|
783
|
-
"tttx-keyvalue-
|
|
784
|
-
"tttx-
|
|
785
|
-
"tttx-loading-
|
|
786
|
-
"tttx-multiselect-
|
|
787
|
-
"tttx-percentage-
|
|
788
|
-
"tttx-
|
|
789
|
-
"tttx-select-
|
|
790
|
-
"tttx-
|
|
791
|
-
"tttx-standalone-
|
|
792
|
-
"tttx-
|
|
793
|
-
"tttx-
|
|
794
|
-
"tttx-
|
|
795
|
-
"tttx-
|
|
796
|
-
"tttx-tree-
|
|
777
|
+
"tttx-button_1_4_2": LocalJSX.TttxButton_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxButton_1_4_2Element>;
|
|
778
|
+
"tttx-checkbox-group-caption_1_4_2": LocalJSX.TttxCheckboxGroupCaption_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_4_2Element>;
|
|
779
|
+
"tttx-checkbox-group-heading_1_4_2": LocalJSX.TttxCheckboxGroupHeading_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_4_2Element>;
|
|
780
|
+
"tttx-checkbox-group_1_4_2": LocalJSX.TttxCheckboxGroup_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_4_2Element>;
|
|
781
|
+
"tttx-checkbox_1_4_2": LocalJSX.TttxCheckbox_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_4_2Element>;
|
|
782
|
+
"tttx-data-pattern_1_4_2": LocalJSX.TttxDataPattern_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_4_2Element>;
|
|
783
|
+
"tttx-dialog-box_1_4_2": LocalJSX.TttxDialogBox_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_4_2Element>;
|
|
784
|
+
"tttx-dialog_1_4_2": LocalJSX.TttxDialog_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_4_2Element>;
|
|
785
|
+
"tttx-expander_1_4_2": LocalJSX.TttxExpander_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_4_2Element>;
|
|
786
|
+
"tttx-filter_1_4_2": LocalJSX.TttxFilter_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_4_2Element>;
|
|
787
|
+
"tttx-form_1_4_2": LocalJSX.TttxForm_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxForm_1_4_2Element>;
|
|
788
|
+
"tttx-icon_1_4_2": LocalJSX.TttxIcon_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_4_2Element>;
|
|
789
|
+
"tttx-keyvalue-block_1_4_2": LocalJSX.TttxKeyvalueBlock_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_4_2Element>;
|
|
790
|
+
"tttx-list_1_4_2": LocalJSX.TttxList_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxList_1_4_2Element>;
|
|
791
|
+
"tttx-loading-spinner_1_4_2": LocalJSX.TttxLoadingSpinner_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_4_2Element>;
|
|
792
|
+
"tttx-multiselect-box_1_4_2": LocalJSX.TttxMultiselectBox_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_4_2Element>;
|
|
793
|
+
"tttx-percentage-bar_1_4_2": LocalJSX.TttxPercentageBar_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_4_2Element>;
|
|
794
|
+
"tttx-qrcode_1_4_2": LocalJSX.TttxQrcode_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_4_2Element>;
|
|
795
|
+
"tttx-select-box_1_4_2": LocalJSX.TttxSelectBox_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_4_2Element>;
|
|
796
|
+
"tttx-sorter_1_4_2": LocalJSX.TttxSorter_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_4_2Element>;
|
|
797
|
+
"tttx-standalone-input_1_4_2": LocalJSX.TttxStandaloneInput_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_4_2Element>;
|
|
798
|
+
"tttx-tabs_1_4_2": LocalJSX.TttxTabs_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_4_2Element>;
|
|
799
|
+
"tttx-tag_1_4_2": LocalJSX.TttxTag_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxTag_1_4_2Element>;
|
|
800
|
+
"tttx-textarea_1_4_2": LocalJSX.TttxTextarea_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_4_2Element>;
|
|
801
|
+
"tttx-toolbar_1_4_2": LocalJSX.TttxToolbar_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_4_2Element>;
|
|
802
|
+
"tttx-tree-view_1_4_2": LocalJSX.TttxTreeView_1_4_2 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_4_2Element>;
|
|
797
803
|
}
|
|
798
804
|
}
|
|
799
805
|
}
|