@3t-transform/threeteeui 1.1.0 → 1.3.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/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{tttx-button_1_1_0.cjs.entry.js → tttx-button_1_3_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_1_0.cjs.entry.js → tttx-checkbox-group-caption_1_3_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_1_0.cjs.entry.js → tttx-checkbox-group-heading_1_3_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_1_0.cjs.entry.js → tttx-checkbox-group_1_3_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_1_0.cjs.entry.js → tttx-checkbox_1_3_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_1_0.cjs.entry.js → tttx-data-pattern_1_3_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-dialog-box_1_1_0.cjs.entry.js → tttx-dialog-box_1_3_0.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_1_0.cjs.entry.js → tttx-dialog_1_3_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_1_0.cjs.entry.js → tttx-expander_1_3_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_1_0_4.cjs.entry.js → tttx-filter_1_3_0_4.cjs.entry.js} +17 -10
- package/dist/cjs/{tttx-form_1_1_0.cjs.entry.js → tttx-form_1_3_0.cjs.entry.js} +159 -127
- package/dist/cjs/tttx-icon_1_3_0.cjs.entry.js +34 -0
- package/dist/cjs/{tttx-keyvalue-block_1_1_0.cjs.entry.js → tttx-keyvalue-block_1_3_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_1_0.cjs.entry.js → tttx-loading-spinner_1_3_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-multiselect-box_1_1_0.cjs.entry.js → tttx-multiselect-box_1_3_0.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_1_0.cjs.entry.js → tttx-percentage-bar_1_3_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_1_0.cjs.entry.js → tttx-qrcode_1_3_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_1_0.cjs.entry.js → tttx-select-box_1_3_0.cjs.entry.js} +3 -3
- package/dist/cjs/tttx-standalone-input_1_3_0.cjs.entry.js +94 -0
- package/dist/cjs/{tttx-tabs_1_1_0.cjs.entry.js → tttx-tabs_1_3_0.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_1_0.cjs.entry.js → tttx-tag_1_3_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_1_0.cjs.entry.js → tttx-textarea_1_3_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tree-view_1_1_0.cjs.entry.js → tttx-tree-view_1_3_0.cjs.entry.js} +3 -3
- package/dist/cjs/tttx.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +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.css +7 -2
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.js +27 -1
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.stories.js +5 -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/lib/setErrorState.js +0 -1
- package/dist/collection/components/molecules/tttx-form/lib/timecomparatorChecks.js +64 -0
- package/dist/collection/components/molecules/tttx-form/tttx-form.js +103 -129
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +5 -5
- package/dist/collection/components/molecules/tttx-list/tttx-list.js +11 -4
- 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.js +3 -3
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +16 -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.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_1_0.d.ts → tttx-button_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-button_1_1_0.js → tttx-button_1_3_0.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_3_0.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_1_0.js → tttx-checkbox-group-caption_1_3_0.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_3_0.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_1_0.js → tttx-checkbox-group-heading_1_3_0.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_3_0.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_1_0.js → tttx-checkbox-group_1_3_0.js} +5 -5
- package/dist/components/{tttx-textarea_1_1_0.d.ts → tttx-checkbox_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_1_0.js → tttx-checkbox_1_3_0.js} +7 -7
- package/dist/components/tttx-data-pattern_1_3_0.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_1_0.js → tttx-data-pattern_1_3_0.js} +13 -13
- package/dist/components/{tttx-dialog-box_1_1_0.d.ts → tttx-dialog-box_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-dialog-box_1_1_0.js → tttx-dialog-box_1_3_0.js} +9 -9
- package/dist/components/{tttx-filter_1_1_0.d.ts → tttx-dialog_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_1_0.js → tttx-dialog_1_3_0.js} +8 -8
- package/dist/components/{tttx-expander_1_1_0.d.ts → tttx-expander_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-expander_1_1_0.js → tttx-expander_1_3_0.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-qrcode_1_1_0.d.ts → tttx-filter_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_1_0.js → tttx-filter_1_3_0.js} +2 -2
- package/dist/components/{tttx-icon_1_1_0.d.ts → tttx-form_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-form_1_1_0.js → tttx-form_1_3_0.js} +166 -134
- package/dist/components/tttx-icon.js +14 -5
- package/dist/components/{tttx-list_1_1_0.d.ts → tttx-icon_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_1_0.js → tttx-icon_1_3_0.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_3_0.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_1_0.js → tttx-keyvalue-block_1_3_0.js} +5 -5
- package/dist/components/tttx-list.js +14 -7
- package/dist/components/{tttx-form_1_1_0.d.ts → tttx-list_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-list_1_1_0.js → tttx-list_1_3_0.js} +2 -2
- package/dist/components/tttx-loading-spinner_1_3_0.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_1_0.js → tttx-loading-spinner_1_3_0.js} +5 -5
- package/dist/components/tttx-multiselect-box_1_3_0.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_1_0.js → tttx-multiselect-box_1_3_0.js} +13 -13
- package/dist/components/tttx-percentage-bar_1_3_0.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_1_0.js → tttx-percentage-bar_1_3_0.js} +6 -6
- package/dist/components/{tttx-dialog_1_1_0.d.ts → tttx-qrcode_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_1_0.js → tttx-qrcode_1_3_0.js} +5 -5
- package/dist/components/tttx-select-box.js +7 -7
- package/dist/components/tttx-select-box_1_3_0.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_1_0.js → tttx-select-box_1_3_0.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_3_0.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_1_0.js → tttx-sorter_1_3_0.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_3_0.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_1_0.js → tttx-standalone-input_1_3_0.js} +2 -2
- package/dist/components/{tttx-tabs_1_1_0.d.ts → tttx-tabs_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_1_0.js → tttx-tabs_1_3_0.js} +9 -9
- package/dist/components/{tttx-tag_1_1_0.d.ts → tttx-tag_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_1_0.js → tttx-tag_1_3_0.js} +5 -5
- package/dist/components/{tttx-checkbox_1_1_0.d.ts → tttx-textarea_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-textarea_1_1_0.js → tttx-textarea_1_3_0.js} +6 -6
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-toolbar_1_1_0.d.ts → tttx-toolbar_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_1_0.js → tttx-toolbar_1_3_0.js} +2 -2
- package/dist/components/{tttx-tree-view_1_1_0.d.ts → tttx-tree-view_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-tree-view_1_1_0.js → tttx-tree-view_1_3_0.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_1_0.entry.js → tttx-button_1_3_0.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_1_0.entry.js → tttx-checkbox-group-caption_1_3_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_1_0.entry.js → tttx-checkbox-group-heading_1_3_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_1_0.entry.js → tttx-checkbox-group_1_3_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_1_0.entry.js → tttx-checkbox_1_3_0.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_1_0.entry.js → tttx-data-pattern_1_3_0.entry.js} +2 -2
- package/dist/esm/{tttx-dialog-box_1_1_0.entry.js → tttx-dialog-box_1_3_0.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_1_0.entry.js → tttx-dialog_1_3_0.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_1_0.entry.js → tttx-expander_1_3_0.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_1_0_4.entry.js → tttx-filter_1_3_0_4.entry.js} +14 -7
- package/dist/esm/{tttx-form_1_1_0.entry.js → tttx-form_1_3_0.entry.js} +159 -127
- package/dist/esm/tttx-icon_1_3_0.entry.js +30 -0
- package/dist/esm/{tttx-keyvalue-block_1_1_0.entry.js → tttx-keyvalue-block_1_3_0.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_1_0.entry.js → tttx-loading-spinner_1_3_0.entry.js} +1 -1
- package/dist/esm/{tttx-multiselect-box_1_1_0.entry.js → tttx-multiselect-box_1_3_0.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_1_0.entry.js → tttx-percentage-bar_1_3_0.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_1_0.entry.js → tttx-qrcode_1_3_0.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_1_0.entry.js → tttx-select-box_1_3_0.entry.js} +3 -3
- package/dist/esm/tttx-standalone-input_1_3_0.entry.js +90 -0
- package/dist/esm/{tttx-tabs_1_1_0.entry.js → tttx-tabs_1_3_0.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_1_0.entry.js → tttx-tag_1_3_0.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_1_0.entry.js → tttx-textarea_1_3_0.entry.js} +2 -2
- package/dist/esm/{tttx-tree-view_1_1_0.entry.js → tttx-tree-view_1_3_0.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 -0
- 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 -0
- package/dist/tttx/p-6deb8699.entry.js +1 -1
- package/dist/tttx/p-796f699a.entry.js +1 -1
- package/dist/tttx/p-81aaafa0.entry.js +1 -1
- package/dist/tttx/p-822ec9dc.entry.js +1 -0
- package/dist/tttx/p-884f37d3.entry.js +1 -1
- 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-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/p-fe967031.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/atoms/tttx-icon/tttx-icon.d.ts +4 -0
- package/dist/types/components/atoms/tttx-icon/tttx-icon.stories.d.ts +5 -0
- package/dist/types/components/molecules/tttx-form/lib/timecomparatorChecks.d.ts +4 -0
- package/dist/types/components/molecules/tttx-form/tttx-form.d.ts +35 -14
- 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 +307 -304
- package/package.json +2 -1
- package/dist/cjs/tttx-icon_1_1_0.cjs.entry.js +0 -26
- package/dist/cjs/tttx-standalone-input_1_1_0.cjs.entry.js +0 -94
- package/dist/components/tttx-checkbox-group-caption_1_1_0.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_1_0.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_1_0.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_1_0.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_1_0.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_1_0.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_1_0.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_1_0.d.ts +0 -11
- package/dist/components/tttx-select-box_1_1_0.d.ts +0 -11
- package/dist/components/tttx-sorter_1_1_0.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_1_0.d.ts +0 -11
- package/dist/esm/tttx-icon_1_1_0.entry.js +0 -22
- package/dist/esm/tttx-standalone-input_1_1_0.entry.js +0 -90
- package/dist/tttx/p-34be6c6d.entry.js +0 -1
- package/dist/tttx/p-87481935.entry.js +0 -1
- package/dist/tttx/p-c8589436.entry.js +0 -1
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { DialogItems } from "./components/molecules/tttx-dialog-box/interfaces";
|
|
9
9
|
import { FilterChangeEvent, FilterSettings } from "./components/molecules/tttx-filter/tttx-filter";
|
|
10
|
+
import { TttxSelectBox } from "./components/molecules/tttx-select-box/tttx-select-box";
|
|
10
11
|
import { KeyBlockValues } from "./components/atoms/tttx-keyvalue-block/tttx-keyvalue-block";
|
|
11
12
|
import { ListItem } from "./components/molecules/tttx-list/interfaces";
|
|
12
13
|
import { SelectItem } from "./components/molecules/tttx-multiselect-box/interfaces";
|
|
@@ -17,39 +18,39 @@ import { MinMaxDates } from "./components/molecules/tttx-standalone-input/tttx-s
|
|
|
17
18
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
18
19
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
19
20
|
export namespace Components {
|
|
20
|
-
interface
|
|
21
|
+
interface TttxButton_1_3_0 {
|
|
21
22
|
"design": string;
|
|
22
23
|
"icon": string;
|
|
23
24
|
"iconcolor": string;
|
|
24
25
|
"iconposition": 'left' | 'right';
|
|
25
26
|
"notext": boolean;
|
|
26
27
|
}
|
|
27
|
-
interface
|
|
28
|
+
interface TttxCheckboxGroupCaption_1_3_0 {
|
|
28
29
|
}
|
|
29
|
-
interface
|
|
30
|
+
interface TttxCheckboxGroupHeading_1_3_0 {
|
|
30
31
|
}
|
|
31
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroup_1_3_0 {
|
|
32
33
|
}
|
|
33
|
-
interface
|
|
34
|
+
interface TttxCheckbox_1_3_0 {
|
|
34
35
|
"checkboxId": string;
|
|
35
36
|
"checked": boolean;
|
|
36
37
|
"indeterminate": boolean;
|
|
37
38
|
"inline": boolean;
|
|
38
39
|
"label": string;
|
|
39
40
|
}
|
|
40
|
-
interface
|
|
41
|
+
interface TttxDataPattern_1_3_0 {
|
|
41
42
|
"data": string;
|
|
42
43
|
"filterheader": string;
|
|
43
44
|
"filteroptions": string;
|
|
44
45
|
"sorteroptions": string;
|
|
45
46
|
}
|
|
46
|
-
interface
|
|
47
|
+
interface TttxDialogBox_1_3_0 {
|
|
47
48
|
"allowOverflow": boolean;
|
|
48
49
|
"data": string | DialogItems;
|
|
49
50
|
"open": boolean;
|
|
50
51
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
51
52
|
}
|
|
52
|
-
interface
|
|
53
|
+
interface TttxDialog_1_3_0 {
|
|
53
54
|
"allowOverflow": boolean;
|
|
54
55
|
"closeEnabled": boolean;
|
|
55
56
|
"header": string;
|
|
@@ -57,13 +58,13 @@ export namespace Components {
|
|
|
57
58
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
58
59
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
59
60
|
}
|
|
60
|
-
interface
|
|
61
|
+
interface TttxExpander_1_3_0 {
|
|
61
62
|
"lefticon"?: string;
|
|
62
63
|
"lefticoncolor"?: string;
|
|
63
64
|
"name": string;
|
|
64
65
|
"open": boolean;
|
|
65
66
|
}
|
|
66
|
-
interface
|
|
67
|
+
interface TttxFilter_1_3_0 {
|
|
67
68
|
"defaultFilterOptions": string[] | string;
|
|
68
69
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
69
70
|
"filterHeader": string;
|
|
@@ -74,7 +75,7 @@ export namespace Components {
|
|
|
74
75
|
"showSearchField": boolean;
|
|
75
76
|
"showSelectAll": boolean;
|
|
76
77
|
}
|
|
77
|
-
interface
|
|
78
|
+
interface TttxForm_1_3_0 {
|
|
78
79
|
"data": any;
|
|
79
80
|
"formschema": Record<string, any> | string;
|
|
80
81
|
/**
|
|
@@ -85,24 +86,25 @@ export namespace Components {
|
|
|
85
86
|
"setSelectOptions": (fieldname: string, options: { label: string; value: string; }[]) => Promise<void>;
|
|
86
87
|
"submit": () => Promise<void>;
|
|
87
88
|
}
|
|
88
|
-
interface
|
|
89
|
+
interface TttxIcon_1_3_0 {
|
|
89
90
|
"color": string;
|
|
90
91
|
"icon": string;
|
|
92
|
+
"size": number;
|
|
91
93
|
}
|
|
92
|
-
interface
|
|
94
|
+
interface TttxKeyvalueBlock_1_3_0 {
|
|
93
95
|
"horizontal": boolean;
|
|
94
96
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
95
97
|
"spacedout": boolean;
|
|
96
98
|
}
|
|
97
|
-
interface
|
|
99
|
+
interface TttxList_1_3_0 {
|
|
98
100
|
"data": string | ListItem[];
|
|
99
101
|
"name": string;
|
|
100
102
|
}
|
|
101
|
-
interface
|
|
103
|
+
interface TttxLoadingSpinner_1_3_0 {
|
|
102
104
|
"loadingMessage": boolean;
|
|
103
105
|
"size": 'small' | 'large';
|
|
104
106
|
}
|
|
105
|
-
interface
|
|
107
|
+
interface TttxMultiselectBox_1_3_0 {
|
|
106
108
|
"htmlVisibleValue": boolean;
|
|
107
109
|
"inline": boolean;
|
|
108
110
|
"label": string;
|
|
@@ -111,18 +113,18 @@ export namespace Components {
|
|
|
111
113
|
"searchEnabled": boolean;
|
|
112
114
|
"visibleValue": string;
|
|
113
115
|
}
|
|
114
|
-
interface
|
|
116
|
+
interface TttxPercentageBar_1_3_0 {
|
|
115
117
|
"color"?: string;
|
|
116
118
|
"labelid"?: string;
|
|
117
119
|
"min": string;
|
|
118
120
|
"percentage": string | number;
|
|
119
121
|
"thresholds"?: string | Threshold[];
|
|
120
122
|
}
|
|
121
|
-
interface
|
|
123
|
+
interface TttxQrcode_1_3_0 {
|
|
122
124
|
"link": string;
|
|
123
125
|
"size": number;
|
|
124
126
|
}
|
|
125
|
-
interface
|
|
127
|
+
interface TttxSelectBox_1_3_0 {
|
|
126
128
|
"inline": boolean;
|
|
127
129
|
"label": string;
|
|
128
130
|
"optionsData": string | SelectItem1[];
|
|
@@ -131,13 +133,13 @@ export namespace Components {
|
|
|
131
133
|
"selectedValue": string;
|
|
132
134
|
"setSelectedItem": (value: string) => Promise<void>;
|
|
133
135
|
}
|
|
134
|
-
interface
|
|
136
|
+
interface TttxSorter_1_3_0 {
|
|
135
137
|
"defaultOption": string;
|
|
136
138
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
137
139
|
"fieldOptionsData": string | SorterData;
|
|
138
140
|
"sorterKey": string;
|
|
139
141
|
}
|
|
140
|
-
interface
|
|
142
|
+
interface TttxStandaloneInput_1_3_0 {
|
|
141
143
|
"autocomplete": 'off' | 'on';
|
|
142
144
|
"checked": boolean;
|
|
143
145
|
"disabled": boolean;
|
|
@@ -153,8 +155,8 @@ export namespace Components {
|
|
|
153
155
|
"inputiconcolor": string;
|
|
154
156
|
/**
|
|
155
157
|
* tabindex - Allows the HTML elements to be focusable
|
|
156
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
157
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
158
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_3_0 input-index="1" />
|
|
159
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_3_0 inputindex={1} />
|
|
158
160
|
*/
|
|
159
161
|
"inputindex": string | number;
|
|
160
162
|
/**
|
|
@@ -182,24 +184,24 @@ export namespace Components {
|
|
|
182
184
|
"type": string;
|
|
183
185
|
"value": string | number;
|
|
184
186
|
}
|
|
185
|
-
interface
|
|
187
|
+
interface TttxTabs_1_3_0 {
|
|
186
188
|
"navigation": boolean;
|
|
187
189
|
"tabs": string | Tab[];
|
|
188
190
|
"tabsName": string;
|
|
189
191
|
"wide": boolean;
|
|
190
192
|
}
|
|
191
|
-
interface
|
|
193
|
+
interface TttxTag_1_3_0 {
|
|
192
194
|
"color": string;
|
|
193
195
|
"text": string;
|
|
194
196
|
"textColor": string;
|
|
195
197
|
}
|
|
196
|
-
interface
|
|
198
|
+
interface TttxTextarea_1_3_0 {
|
|
197
199
|
"disabled": boolean;
|
|
198
200
|
"errormsg": string;
|
|
199
201
|
/**
|
|
200
202
|
* tabindex - Allows the HTML elements to be focusable
|
|
201
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
202
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
203
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_3_0 input-index="1" />
|
|
204
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_3_0 inputindex={1} />
|
|
203
205
|
*/
|
|
204
206
|
"inputindex": string | number;
|
|
205
207
|
/**
|
|
@@ -223,387 +225,388 @@ export namespace Components {
|
|
|
223
225
|
"textareaautofocus": boolean;
|
|
224
226
|
"value": string | number;
|
|
225
227
|
}
|
|
226
|
-
interface
|
|
228
|
+
interface TttxToolbar_1_3_0 {
|
|
227
229
|
"border": boolean;
|
|
228
230
|
}
|
|
229
|
-
interface
|
|
231
|
+
interface TttxTreeView_1_3_0 {
|
|
230
232
|
"data": TreeViewItem[];
|
|
231
233
|
}
|
|
232
234
|
}
|
|
233
|
-
export interface
|
|
235
|
+
export interface TttxCheckbox_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
234
236
|
detail: T;
|
|
235
|
-
target:
|
|
237
|
+
target: HTMLTttxCheckbox_1_3_0Element;
|
|
236
238
|
}
|
|
237
|
-
export interface
|
|
239
|
+
export interface TttxDialogBox_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
238
240
|
detail: T;
|
|
239
|
-
target:
|
|
241
|
+
target: HTMLTttxDialogBox_1_3_0Element;
|
|
240
242
|
}
|
|
241
|
-
export interface
|
|
243
|
+
export interface TttxDialog_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
242
244
|
detail: T;
|
|
243
|
-
target:
|
|
245
|
+
target: HTMLTttxDialog_1_3_0Element;
|
|
244
246
|
}
|
|
245
|
-
export interface
|
|
247
|
+
export interface TttxExpander_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
246
248
|
detail: T;
|
|
247
|
-
target:
|
|
249
|
+
target: HTMLTttxExpander_1_3_0Element;
|
|
248
250
|
}
|
|
249
|
-
export interface
|
|
251
|
+
export interface TttxFilter_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
250
252
|
detail: T;
|
|
251
|
-
target:
|
|
253
|
+
target: HTMLTttxFilter_1_3_0Element;
|
|
252
254
|
}
|
|
253
|
-
export interface
|
|
255
|
+
export interface TttxForm_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
254
256
|
detail: T;
|
|
255
|
-
target:
|
|
257
|
+
target: HTMLTttxForm_1_3_0Element;
|
|
256
258
|
}
|
|
257
|
-
export interface
|
|
259
|
+
export interface TttxList_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
258
260
|
detail: T;
|
|
259
|
-
target:
|
|
261
|
+
target: HTMLTttxList_1_3_0Element;
|
|
260
262
|
}
|
|
261
|
-
export interface
|
|
263
|
+
export interface TttxMultiselectBox_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
262
264
|
detail: T;
|
|
263
|
-
target:
|
|
265
|
+
target: HTMLTttxMultiselectBox_1_3_0Element;
|
|
264
266
|
}
|
|
265
|
-
export interface
|
|
267
|
+
export interface TttxSelectBox_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
266
268
|
detail: T;
|
|
267
|
-
target:
|
|
269
|
+
target: HTMLTttxSelectBox_1_3_0Element;
|
|
268
270
|
}
|
|
269
|
-
export interface
|
|
271
|
+
export interface TttxSorter_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
270
272
|
detail: T;
|
|
271
|
-
target:
|
|
273
|
+
target: HTMLTttxSorter_1_3_0Element;
|
|
272
274
|
}
|
|
273
|
-
export interface
|
|
275
|
+
export interface TttxStandaloneInput_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
274
276
|
detail: T;
|
|
275
|
-
target:
|
|
277
|
+
target: HTMLTttxStandaloneInput_1_3_0Element;
|
|
276
278
|
}
|
|
277
|
-
export interface
|
|
279
|
+
export interface TttxTabs_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
278
280
|
detail: T;
|
|
279
|
-
target:
|
|
281
|
+
target: HTMLTttxTabs_1_3_0Element;
|
|
280
282
|
}
|
|
281
|
-
export interface
|
|
283
|
+
export interface TttxTextarea_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
282
284
|
detail: T;
|
|
283
|
-
target:
|
|
285
|
+
target: HTMLTttxTextarea_1_3_0Element;
|
|
284
286
|
}
|
|
285
|
-
export interface
|
|
287
|
+
export interface TttxTreeView_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
286
288
|
detail: T;
|
|
287
|
-
target:
|
|
289
|
+
target: HTMLTttxTreeView_1_3_0Element;
|
|
288
290
|
}
|
|
289
291
|
declare global {
|
|
290
|
-
interface
|
|
292
|
+
interface HTMLTttxButton_1_3_0Element extends Components.TttxButton_1_3_0, HTMLStencilElement {
|
|
291
293
|
}
|
|
292
|
-
var
|
|
293
|
-
prototype:
|
|
294
|
-
new ():
|
|
294
|
+
var HTMLTttxButton_1_3_0Element: {
|
|
295
|
+
prototype: HTMLTttxButton_1_3_0Element;
|
|
296
|
+
new (): HTMLTttxButton_1_3_0Element;
|
|
295
297
|
};
|
|
296
|
-
interface
|
|
298
|
+
interface HTMLTttxCheckboxGroupCaption_1_3_0Element extends Components.TttxCheckboxGroupCaption_1_3_0, HTMLStencilElement {
|
|
297
299
|
}
|
|
298
|
-
var
|
|
299
|
-
prototype:
|
|
300
|
-
new ():
|
|
300
|
+
var HTMLTttxCheckboxGroupCaption_1_3_0Element: {
|
|
301
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_3_0Element;
|
|
302
|
+
new (): HTMLTttxCheckboxGroupCaption_1_3_0Element;
|
|
301
303
|
};
|
|
302
|
-
interface
|
|
304
|
+
interface HTMLTttxCheckboxGroupHeading_1_3_0Element extends Components.TttxCheckboxGroupHeading_1_3_0, HTMLStencilElement {
|
|
303
305
|
}
|
|
304
|
-
var
|
|
305
|
-
prototype:
|
|
306
|
-
new ():
|
|
306
|
+
var HTMLTttxCheckboxGroupHeading_1_3_0Element: {
|
|
307
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_3_0Element;
|
|
308
|
+
new (): HTMLTttxCheckboxGroupHeading_1_3_0Element;
|
|
307
309
|
};
|
|
308
|
-
interface
|
|
310
|
+
interface HTMLTttxCheckboxGroup_1_3_0Element extends Components.TttxCheckboxGroup_1_3_0, HTMLStencilElement {
|
|
309
311
|
}
|
|
310
|
-
var
|
|
311
|
-
prototype:
|
|
312
|
-
new ():
|
|
312
|
+
var HTMLTttxCheckboxGroup_1_3_0Element: {
|
|
313
|
+
prototype: HTMLTttxCheckboxGroup_1_3_0Element;
|
|
314
|
+
new (): HTMLTttxCheckboxGroup_1_3_0Element;
|
|
313
315
|
};
|
|
314
|
-
interface
|
|
316
|
+
interface HTMLTttxCheckbox_1_3_0Element extends Components.TttxCheckbox_1_3_0, HTMLStencilElement {
|
|
315
317
|
}
|
|
316
|
-
var
|
|
317
|
-
prototype:
|
|
318
|
-
new ():
|
|
318
|
+
var HTMLTttxCheckbox_1_3_0Element: {
|
|
319
|
+
prototype: HTMLTttxCheckbox_1_3_0Element;
|
|
320
|
+
new (): HTMLTttxCheckbox_1_3_0Element;
|
|
319
321
|
};
|
|
320
|
-
interface
|
|
322
|
+
interface HTMLTttxDataPattern_1_3_0Element extends Components.TttxDataPattern_1_3_0, HTMLStencilElement {
|
|
321
323
|
}
|
|
322
|
-
var
|
|
323
|
-
prototype:
|
|
324
|
-
new ():
|
|
324
|
+
var HTMLTttxDataPattern_1_3_0Element: {
|
|
325
|
+
prototype: HTMLTttxDataPattern_1_3_0Element;
|
|
326
|
+
new (): HTMLTttxDataPattern_1_3_0Element;
|
|
325
327
|
};
|
|
326
|
-
interface
|
|
328
|
+
interface HTMLTttxDialogBox_1_3_0Element extends Components.TttxDialogBox_1_3_0, HTMLStencilElement {
|
|
327
329
|
}
|
|
328
|
-
var
|
|
329
|
-
prototype:
|
|
330
|
-
new ():
|
|
330
|
+
var HTMLTttxDialogBox_1_3_0Element: {
|
|
331
|
+
prototype: HTMLTttxDialogBox_1_3_0Element;
|
|
332
|
+
new (): HTMLTttxDialogBox_1_3_0Element;
|
|
331
333
|
};
|
|
332
|
-
interface
|
|
334
|
+
interface HTMLTttxDialog_1_3_0Element extends Components.TttxDialog_1_3_0, HTMLStencilElement {
|
|
333
335
|
}
|
|
334
|
-
var
|
|
335
|
-
prototype:
|
|
336
|
-
new ():
|
|
336
|
+
var HTMLTttxDialog_1_3_0Element: {
|
|
337
|
+
prototype: HTMLTttxDialog_1_3_0Element;
|
|
338
|
+
new (): HTMLTttxDialog_1_3_0Element;
|
|
337
339
|
};
|
|
338
|
-
interface
|
|
340
|
+
interface HTMLTttxExpander_1_3_0Element extends Components.TttxExpander_1_3_0, HTMLStencilElement {
|
|
339
341
|
}
|
|
340
|
-
var
|
|
341
|
-
prototype:
|
|
342
|
-
new ():
|
|
342
|
+
var HTMLTttxExpander_1_3_0Element: {
|
|
343
|
+
prototype: HTMLTttxExpander_1_3_0Element;
|
|
344
|
+
new (): HTMLTttxExpander_1_3_0Element;
|
|
343
345
|
};
|
|
344
|
-
interface
|
|
346
|
+
interface HTMLTttxFilter_1_3_0Element extends Components.TttxFilter_1_3_0, HTMLStencilElement {
|
|
345
347
|
}
|
|
346
|
-
var
|
|
347
|
-
prototype:
|
|
348
|
-
new ():
|
|
348
|
+
var HTMLTttxFilter_1_3_0Element: {
|
|
349
|
+
prototype: HTMLTttxFilter_1_3_0Element;
|
|
350
|
+
new (): HTMLTttxFilter_1_3_0Element;
|
|
349
351
|
};
|
|
350
|
-
interface
|
|
352
|
+
interface HTMLTttxForm_1_3_0Element extends Components.TttxForm_1_3_0, HTMLStencilElement {
|
|
351
353
|
}
|
|
352
|
-
var
|
|
353
|
-
prototype:
|
|
354
|
-
new ():
|
|
354
|
+
var HTMLTttxForm_1_3_0Element: {
|
|
355
|
+
prototype: HTMLTttxForm_1_3_0Element;
|
|
356
|
+
new (): HTMLTttxForm_1_3_0Element;
|
|
355
357
|
};
|
|
356
|
-
interface
|
|
358
|
+
interface HTMLTttxIcon_1_3_0Element extends Components.TttxIcon_1_3_0, HTMLStencilElement {
|
|
357
359
|
}
|
|
358
|
-
var
|
|
359
|
-
prototype:
|
|
360
|
-
new ():
|
|
360
|
+
var HTMLTttxIcon_1_3_0Element: {
|
|
361
|
+
prototype: HTMLTttxIcon_1_3_0Element;
|
|
362
|
+
new (): HTMLTttxIcon_1_3_0Element;
|
|
361
363
|
};
|
|
362
|
-
interface
|
|
364
|
+
interface HTMLTttxKeyvalueBlock_1_3_0Element extends Components.TttxKeyvalueBlock_1_3_0, HTMLStencilElement {
|
|
363
365
|
}
|
|
364
|
-
var
|
|
365
|
-
prototype:
|
|
366
|
-
new ():
|
|
366
|
+
var HTMLTttxKeyvalueBlock_1_3_0Element: {
|
|
367
|
+
prototype: HTMLTttxKeyvalueBlock_1_3_0Element;
|
|
368
|
+
new (): HTMLTttxKeyvalueBlock_1_3_0Element;
|
|
367
369
|
};
|
|
368
|
-
interface
|
|
370
|
+
interface HTMLTttxList_1_3_0Element extends Components.TttxList_1_3_0, HTMLStencilElement {
|
|
369
371
|
}
|
|
370
|
-
var
|
|
371
|
-
prototype:
|
|
372
|
-
new ():
|
|
372
|
+
var HTMLTttxList_1_3_0Element: {
|
|
373
|
+
prototype: HTMLTttxList_1_3_0Element;
|
|
374
|
+
new (): HTMLTttxList_1_3_0Element;
|
|
373
375
|
};
|
|
374
|
-
interface
|
|
376
|
+
interface HTMLTttxLoadingSpinner_1_3_0Element extends Components.TttxLoadingSpinner_1_3_0, HTMLStencilElement {
|
|
375
377
|
}
|
|
376
|
-
var
|
|
377
|
-
prototype:
|
|
378
|
-
new ():
|
|
378
|
+
var HTMLTttxLoadingSpinner_1_3_0Element: {
|
|
379
|
+
prototype: HTMLTttxLoadingSpinner_1_3_0Element;
|
|
380
|
+
new (): HTMLTttxLoadingSpinner_1_3_0Element;
|
|
379
381
|
};
|
|
380
|
-
interface
|
|
382
|
+
interface HTMLTttxMultiselectBox_1_3_0Element extends Components.TttxMultiselectBox_1_3_0, HTMLStencilElement {
|
|
381
383
|
}
|
|
382
|
-
var
|
|
383
|
-
prototype:
|
|
384
|
-
new ():
|
|
384
|
+
var HTMLTttxMultiselectBox_1_3_0Element: {
|
|
385
|
+
prototype: HTMLTttxMultiselectBox_1_3_0Element;
|
|
386
|
+
new (): HTMLTttxMultiselectBox_1_3_0Element;
|
|
385
387
|
};
|
|
386
|
-
interface
|
|
388
|
+
interface HTMLTttxPercentageBar_1_3_0Element extends Components.TttxPercentageBar_1_3_0, HTMLStencilElement {
|
|
387
389
|
}
|
|
388
|
-
var
|
|
389
|
-
prototype:
|
|
390
|
-
new ():
|
|
390
|
+
var HTMLTttxPercentageBar_1_3_0Element: {
|
|
391
|
+
prototype: HTMLTttxPercentageBar_1_3_0Element;
|
|
392
|
+
new (): HTMLTttxPercentageBar_1_3_0Element;
|
|
391
393
|
};
|
|
392
|
-
interface
|
|
394
|
+
interface HTMLTttxQrcode_1_3_0Element extends Components.TttxQrcode_1_3_0, HTMLStencilElement {
|
|
393
395
|
}
|
|
394
|
-
var
|
|
395
|
-
prototype:
|
|
396
|
-
new ():
|
|
396
|
+
var HTMLTttxQrcode_1_3_0Element: {
|
|
397
|
+
prototype: HTMLTttxQrcode_1_3_0Element;
|
|
398
|
+
new (): HTMLTttxQrcode_1_3_0Element;
|
|
397
399
|
};
|
|
398
|
-
interface
|
|
400
|
+
interface HTMLTttxSelectBox_1_3_0Element extends Components.TttxSelectBox_1_3_0, HTMLStencilElement {
|
|
399
401
|
}
|
|
400
|
-
var
|
|
401
|
-
prototype:
|
|
402
|
-
new ():
|
|
402
|
+
var HTMLTttxSelectBox_1_3_0Element: {
|
|
403
|
+
prototype: HTMLTttxSelectBox_1_3_0Element;
|
|
404
|
+
new (): HTMLTttxSelectBox_1_3_0Element;
|
|
403
405
|
};
|
|
404
|
-
interface
|
|
406
|
+
interface HTMLTttxSorter_1_3_0Element extends Components.TttxSorter_1_3_0, HTMLStencilElement {
|
|
405
407
|
}
|
|
406
|
-
var
|
|
407
|
-
prototype:
|
|
408
|
-
new ():
|
|
408
|
+
var HTMLTttxSorter_1_3_0Element: {
|
|
409
|
+
prototype: HTMLTttxSorter_1_3_0Element;
|
|
410
|
+
new (): HTMLTttxSorter_1_3_0Element;
|
|
409
411
|
};
|
|
410
|
-
interface
|
|
412
|
+
interface HTMLTttxStandaloneInput_1_3_0Element extends Components.TttxStandaloneInput_1_3_0, HTMLStencilElement {
|
|
411
413
|
}
|
|
412
|
-
var
|
|
413
|
-
prototype:
|
|
414
|
-
new ():
|
|
414
|
+
var HTMLTttxStandaloneInput_1_3_0Element: {
|
|
415
|
+
prototype: HTMLTttxStandaloneInput_1_3_0Element;
|
|
416
|
+
new (): HTMLTttxStandaloneInput_1_3_0Element;
|
|
415
417
|
};
|
|
416
|
-
interface
|
|
418
|
+
interface HTMLTttxTabs_1_3_0Element extends Components.TttxTabs_1_3_0, HTMLStencilElement {
|
|
417
419
|
}
|
|
418
|
-
var
|
|
419
|
-
prototype:
|
|
420
|
-
new ():
|
|
420
|
+
var HTMLTttxTabs_1_3_0Element: {
|
|
421
|
+
prototype: HTMLTttxTabs_1_3_0Element;
|
|
422
|
+
new (): HTMLTttxTabs_1_3_0Element;
|
|
421
423
|
};
|
|
422
|
-
interface
|
|
424
|
+
interface HTMLTttxTag_1_3_0Element extends Components.TttxTag_1_3_0, HTMLStencilElement {
|
|
423
425
|
}
|
|
424
|
-
var
|
|
425
|
-
prototype:
|
|
426
|
-
new ():
|
|
426
|
+
var HTMLTttxTag_1_3_0Element: {
|
|
427
|
+
prototype: HTMLTttxTag_1_3_0Element;
|
|
428
|
+
new (): HTMLTttxTag_1_3_0Element;
|
|
427
429
|
};
|
|
428
|
-
interface
|
|
430
|
+
interface HTMLTttxTextarea_1_3_0Element extends Components.TttxTextarea_1_3_0, HTMLStencilElement {
|
|
429
431
|
}
|
|
430
|
-
var
|
|
431
|
-
prototype:
|
|
432
|
-
new ():
|
|
432
|
+
var HTMLTttxTextarea_1_3_0Element: {
|
|
433
|
+
prototype: HTMLTttxTextarea_1_3_0Element;
|
|
434
|
+
new (): HTMLTttxTextarea_1_3_0Element;
|
|
433
435
|
};
|
|
434
|
-
interface
|
|
436
|
+
interface HTMLTttxToolbar_1_3_0Element extends Components.TttxToolbar_1_3_0, HTMLStencilElement {
|
|
435
437
|
}
|
|
436
|
-
var
|
|
437
|
-
prototype:
|
|
438
|
-
new ():
|
|
438
|
+
var HTMLTttxToolbar_1_3_0Element: {
|
|
439
|
+
prototype: HTMLTttxToolbar_1_3_0Element;
|
|
440
|
+
new (): HTMLTttxToolbar_1_3_0Element;
|
|
439
441
|
};
|
|
440
|
-
interface
|
|
442
|
+
interface HTMLTttxTreeView_1_3_0Element extends Components.TttxTreeView_1_3_0, HTMLStencilElement {
|
|
441
443
|
}
|
|
442
|
-
var
|
|
443
|
-
prototype:
|
|
444
|
-
new ():
|
|
444
|
+
var HTMLTttxTreeView_1_3_0Element: {
|
|
445
|
+
prototype: HTMLTttxTreeView_1_3_0Element;
|
|
446
|
+
new (): HTMLTttxTreeView_1_3_0Element;
|
|
445
447
|
};
|
|
446
448
|
interface HTMLElementTagNameMap {
|
|
447
|
-
"tttx-
|
|
448
|
-
"tttx-checkbox-group-
|
|
449
|
-
"tttx-checkbox-group-
|
|
450
|
-
"tttx-checkbox-
|
|
451
|
-
"tttx-
|
|
452
|
-
"tttx-data-
|
|
453
|
-
"tttx-dialog-
|
|
454
|
-
"tttx-
|
|
455
|
-
"tttx-
|
|
456
|
-
"tttx-
|
|
457
|
-
"tttx-
|
|
458
|
-
"tttx-
|
|
459
|
-
"tttx-keyvalue-
|
|
460
|
-
"tttx-
|
|
461
|
-
"tttx-loading-
|
|
462
|
-
"tttx-multiselect-
|
|
463
|
-
"tttx-percentage-
|
|
464
|
-
"tttx-
|
|
465
|
-
"tttx-select-
|
|
466
|
-
"tttx-
|
|
467
|
-
"tttx-standalone-
|
|
468
|
-
"tttx-
|
|
469
|
-
"tttx-
|
|
470
|
-
"tttx-
|
|
471
|
-
"tttx-
|
|
472
|
-
"tttx-tree-
|
|
449
|
+
"tttx-button_1_3_0": HTMLTttxButton_1_3_0Element;
|
|
450
|
+
"tttx-checkbox-group-caption_1_3_0": HTMLTttxCheckboxGroupCaption_1_3_0Element;
|
|
451
|
+
"tttx-checkbox-group-heading_1_3_0": HTMLTttxCheckboxGroupHeading_1_3_0Element;
|
|
452
|
+
"tttx-checkbox-group_1_3_0": HTMLTttxCheckboxGroup_1_3_0Element;
|
|
453
|
+
"tttx-checkbox_1_3_0": HTMLTttxCheckbox_1_3_0Element;
|
|
454
|
+
"tttx-data-pattern_1_3_0": HTMLTttxDataPattern_1_3_0Element;
|
|
455
|
+
"tttx-dialog-box_1_3_0": HTMLTttxDialogBox_1_3_0Element;
|
|
456
|
+
"tttx-dialog_1_3_0": HTMLTttxDialog_1_3_0Element;
|
|
457
|
+
"tttx-expander_1_3_0": HTMLTttxExpander_1_3_0Element;
|
|
458
|
+
"tttx-filter_1_3_0": HTMLTttxFilter_1_3_0Element;
|
|
459
|
+
"tttx-form_1_3_0": HTMLTttxForm_1_3_0Element;
|
|
460
|
+
"tttx-icon_1_3_0": HTMLTttxIcon_1_3_0Element;
|
|
461
|
+
"tttx-keyvalue-block_1_3_0": HTMLTttxKeyvalueBlock_1_3_0Element;
|
|
462
|
+
"tttx-list_1_3_0": HTMLTttxList_1_3_0Element;
|
|
463
|
+
"tttx-loading-spinner_1_3_0": HTMLTttxLoadingSpinner_1_3_0Element;
|
|
464
|
+
"tttx-multiselect-box_1_3_0": HTMLTttxMultiselectBox_1_3_0Element;
|
|
465
|
+
"tttx-percentage-bar_1_3_0": HTMLTttxPercentageBar_1_3_0Element;
|
|
466
|
+
"tttx-qrcode_1_3_0": HTMLTttxQrcode_1_3_0Element;
|
|
467
|
+
"tttx-select-box_1_3_0": HTMLTttxSelectBox_1_3_0Element;
|
|
468
|
+
"tttx-sorter_1_3_0": HTMLTttxSorter_1_3_0Element;
|
|
469
|
+
"tttx-standalone-input_1_3_0": HTMLTttxStandaloneInput_1_3_0Element;
|
|
470
|
+
"tttx-tabs_1_3_0": HTMLTttxTabs_1_3_0Element;
|
|
471
|
+
"tttx-tag_1_3_0": HTMLTttxTag_1_3_0Element;
|
|
472
|
+
"tttx-textarea_1_3_0": HTMLTttxTextarea_1_3_0Element;
|
|
473
|
+
"tttx-toolbar_1_3_0": HTMLTttxToolbar_1_3_0Element;
|
|
474
|
+
"tttx-tree-view_1_3_0": HTMLTttxTreeView_1_3_0Element;
|
|
473
475
|
}
|
|
474
476
|
}
|
|
475
477
|
declare namespace LocalJSX {
|
|
476
|
-
interface
|
|
478
|
+
interface TttxButton_1_3_0 {
|
|
477
479
|
"design"?: string;
|
|
478
480
|
"icon"?: string;
|
|
479
481
|
"iconcolor"?: string;
|
|
480
482
|
"iconposition"?: 'left' | 'right';
|
|
481
483
|
"notext"?: boolean;
|
|
482
484
|
}
|
|
483
|
-
interface
|
|
485
|
+
interface TttxCheckboxGroupCaption_1_3_0 {
|
|
484
486
|
}
|
|
485
|
-
interface
|
|
487
|
+
interface TttxCheckboxGroupHeading_1_3_0 {
|
|
486
488
|
}
|
|
487
|
-
interface
|
|
489
|
+
interface TttxCheckboxGroup_1_3_0 {
|
|
488
490
|
}
|
|
489
|
-
interface
|
|
491
|
+
interface TttxCheckbox_1_3_0 {
|
|
490
492
|
"checkboxId"?: string;
|
|
491
493
|
"checked"?: boolean;
|
|
492
494
|
"indeterminate"?: boolean;
|
|
493
495
|
"inline"?: boolean;
|
|
494
496
|
"label"?: string;
|
|
495
|
-
"onCheckboxChangeEvent"?: (event:
|
|
497
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_3_0CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
496
498
|
}
|
|
497
|
-
interface
|
|
499
|
+
interface TttxDataPattern_1_3_0 {
|
|
498
500
|
"data"?: string;
|
|
499
501
|
"filterheader"?: string;
|
|
500
502
|
"filteroptions"?: string;
|
|
501
503
|
"sorteroptions"?: string;
|
|
502
504
|
}
|
|
503
|
-
interface
|
|
505
|
+
interface TttxDialogBox_1_3_0 {
|
|
504
506
|
"allowOverflow"?: boolean;
|
|
505
507
|
"data"?: string | DialogItems;
|
|
506
|
-
"onButtonClick"?: (event:
|
|
507
|
-
"onCloseButtonClick"?: (event:
|
|
508
|
+
"onButtonClick"?: (event: TttxDialogBox_1_3_0CustomEvent<any>) => void;
|
|
509
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_3_0CustomEvent<any>) => void;
|
|
508
510
|
"open"?: boolean;
|
|
509
511
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
510
512
|
}
|
|
511
|
-
interface
|
|
513
|
+
interface TttxDialog_1_3_0 {
|
|
512
514
|
"allowOverflow"?: boolean;
|
|
513
515
|
"closeEnabled"?: boolean;
|
|
514
516
|
"header"?: string;
|
|
515
|
-
"onCloseButtonClick"?: (event:
|
|
517
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_3_0CustomEvent<any>) => void;
|
|
516
518
|
"open"?: boolean;
|
|
517
519
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
518
520
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
519
521
|
}
|
|
520
|
-
interface
|
|
522
|
+
interface TttxExpander_1_3_0 {
|
|
521
523
|
"lefticon"?: string;
|
|
522
524
|
"lefticoncolor"?: string;
|
|
523
525
|
"name"?: string;
|
|
524
|
-
"onToggleExpander"?: (event:
|
|
526
|
+
"onToggleExpander"?: (event: TttxExpander_1_3_0CustomEvent<{ open: boolean; name: string }>) => void;
|
|
525
527
|
"open"?: boolean;
|
|
526
528
|
}
|
|
527
|
-
interface
|
|
529
|
+
interface TttxFilter_1_3_0 {
|
|
528
530
|
"defaultFilterOptions"?: string[] | string;
|
|
529
531
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
530
532
|
"filterHeader"?: string;
|
|
531
533
|
"filterKey"?: string;
|
|
532
534
|
"filterOptions"?: string | FilterSettings[];
|
|
533
|
-
"onFilterChangeEvent"?: (event:
|
|
534
|
-
"onToggleFilter"?: (event:
|
|
535
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_3_0CustomEvent<FilterChangeEvent>) => void;
|
|
536
|
+
"onToggleFilter"?: (event: TttxFilter_1_3_0CustomEvent<boolean>) => void;
|
|
535
537
|
"popoverWidth"?: string;
|
|
536
538
|
"showOptionIcons"?: boolean;
|
|
537
539
|
"showSearchField"?: boolean;
|
|
538
540
|
"showSelectAll"?: boolean;
|
|
539
541
|
}
|
|
540
|
-
interface
|
|
542
|
+
interface TttxForm_1_3_0 {
|
|
541
543
|
"data"?: any;
|
|
542
544
|
"formschema"?: Record<string, any> | string;
|
|
543
|
-
"onDataChanged"?: (event:
|
|
544
|
-
"onDataSubmitted"?: (event:
|
|
545
|
+
"onDataChanged"?: (event: TttxForm_1_3_0CustomEvent<{ name: string; value: string }>) => void;
|
|
546
|
+
"onDataSubmitted"?: (event: TttxForm_1_3_0CustomEvent<FormData>) => void;
|
|
545
547
|
}
|
|
546
|
-
interface
|
|
548
|
+
interface TttxIcon_1_3_0 {
|
|
547
549
|
"color"?: string;
|
|
548
550
|
"icon"?: string;
|
|
551
|
+
"size"?: number;
|
|
549
552
|
}
|
|
550
|
-
interface
|
|
553
|
+
interface TttxKeyvalueBlock_1_3_0 {
|
|
551
554
|
"horizontal"?: boolean;
|
|
552
555
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
553
556
|
"spacedout"?: boolean;
|
|
554
557
|
}
|
|
555
|
-
interface
|
|
558
|
+
interface TttxList_1_3_0 {
|
|
556
559
|
"data"?: string | ListItem[];
|
|
557
560
|
"name"?: string;
|
|
558
|
-
"onListRowCheckboxClick"?: (event:
|
|
559
|
-
"onListRowClick"?: (event:
|
|
561
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_3_0CustomEvent<{ key: string; name: string; data: any }>) => void;
|
|
562
|
+
"onListRowClick"?: (event: TttxList_1_3_0CustomEvent<{ key: string; name: string; data: any }>) => void;
|
|
560
563
|
}
|
|
561
|
-
interface
|
|
564
|
+
interface TttxLoadingSpinner_1_3_0 {
|
|
562
565
|
"loadingMessage"?: boolean;
|
|
563
566
|
"size"?: 'small' | 'large';
|
|
564
567
|
}
|
|
565
|
-
interface
|
|
568
|
+
interface TttxMultiselectBox_1_3_0 {
|
|
566
569
|
"htmlVisibleValue"?: boolean;
|
|
567
570
|
"inline"?: boolean;
|
|
568
571
|
"label"?: string;
|
|
569
|
-
"onChangesApplied"?: (event:
|
|
570
|
-
"onSelectItemEvent"?: (event:
|
|
571
|
-
"onToggleOpen"?: (event:
|
|
572
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_3_0CustomEvent<SelectItem[]>) => void;
|
|
573
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_3_0CustomEvent<SelectItem>) => void;
|
|
574
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_3_0CustomEvent<boolean>) => void;
|
|
572
575
|
"optionsData"?: string | SelectItem[];
|
|
573
576
|
"placeholder"?: string;
|
|
574
577
|
"searchEnabled"?: boolean;
|
|
575
578
|
"visibleValue"?: string;
|
|
576
579
|
}
|
|
577
|
-
interface
|
|
580
|
+
interface TttxPercentageBar_1_3_0 {
|
|
578
581
|
"color"?: string;
|
|
579
582
|
"labelid"?: string;
|
|
580
583
|
"min"?: string;
|
|
581
584
|
"percentage"?: string | number;
|
|
582
585
|
"thresholds"?: string | Threshold[];
|
|
583
586
|
}
|
|
584
|
-
interface
|
|
587
|
+
interface TttxQrcode_1_3_0 {
|
|
585
588
|
"link"?: string;
|
|
586
589
|
"size"?: number;
|
|
587
590
|
}
|
|
588
|
-
interface
|
|
591
|
+
interface TttxSelectBox_1_3_0 {
|
|
589
592
|
"inline"?: boolean;
|
|
590
593
|
"label"?: string;
|
|
591
|
-
"onSelectItemEvent"?: (event:
|
|
592
|
-
"onToggleOpen"?: (event:
|
|
594
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_3_0CustomEvent<SelectItem1>) => void;
|
|
595
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_3_0CustomEvent<boolean>) => void;
|
|
593
596
|
"optionsData"?: string | SelectItem1[];
|
|
594
597
|
"placeholder"?: string;
|
|
595
598
|
"searchEnabled"?: boolean;
|
|
596
599
|
"selectedValue"?: string;
|
|
597
600
|
}
|
|
598
|
-
interface
|
|
601
|
+
interface TttxSorter_1_3_0 {
|
|
599
602
|
"defaultOption"?: string;
|
|
600
603
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
601
604
|
"fieldOptionsData"?: string | SorterData;
|
|
602
|
-
"onSorterChangeEvent"?: (event:
|
|
603
|
-
"onToggleSorter"?: (event:
|
|
605
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_3_0CustomEvent<SorterChangeEvent>) => void;
|
|
606
|
+
"onToggleSorter"?: (event: TttxSorter_1_3_0CustomEvent<boolean>) => void;
|
|
604
607
|
"sorterKey"?: string;
|
|
605
608
|
}
|
|
606
|
-
interface
|
|
609
|
+
interface TttxStandaloneInput_1_3_0 {
|
|
607
610
|
"autocomplete"?: 'off' | 'on';
|
|
608
611
|
"checked"?: boolean;
|
|
609
612
|
"disabled"?: boolean;
|
|
@@ -619,8 +622,8 @@ declare namespace LocalJSX {
|
|
|
619
622
|
"inputiconcolor"?: string;
|
|
620
623
|
/**
|
|
621
624
|
* tabindex - Allows the HTML elements to be focusable
|
|
622
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
623
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
625
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_3_0 input-index="1" />
|
|
626
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_3_0 inputindex={1} />
|
|
624
627
|
*/
|
|
625
628
|
"inputindex"?: string | number;
|
|
626
629
|
/**
|
|
@@ -634,13 +637,13 @@ declare namespace LocalJSX {
|
|
|
634
637
|
"min"?: MinMaxDates | number;
|
|
635
638
|
"minlength"?: string | number;
|
|
636
639
|
"name"?: string;
|
|
637
|
-
"onBlurChanged"?: (event:
|
|
638
|
-
"onFocusChanged"?: (event:
|
|
639
|
-
"onInputIconClick"?: (event:
|
|
640
|
-
"onInvalidChanged"?: (event:
|
|
641
|
-
"onLeftIconClick"?: (event:
|
|
642
|
-
"onRightIconClick"?: (event:
|
|
643
|
-
"onValueChanged"?: (event:
|
|
640
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_3_0CustomEvent<string>) => void;
|
|
641
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_3_0CustomEvent<string>) => void;
|
|
642
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_3_0CustomEvent<void>) => void;
|
|
643
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_3_0CustomEvent<string>) => void;
|
|
644
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_3_0CustomEvent<void>) => void;
|
|
645
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_3_0CustomEvent<void>) => void;
|
|
646
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_3_0CustomEvent<string>) => void;
|
|
644
647
|
"pattern"?: string;
|
|
645
648
|
"placeholder"?: string;
|
|
646
649
|
"readonly"?: string | boolean;
|
|
@@ -655,27 +658,27 @@ declare namespace LocalJSX {
|
|
|
655
658
|
"type"?: string;
|
|
656
659
|
"value"?: string | number;
|
|
657
660
|
}
|
|
658
|
-
interface
|
|
661
|
+
interface TttxTabs_1_3_0 {
|
|
659
662
|
"navigation"?: boolean;
|
|
660
|
-
"onLeftNavigation"?: (event:
|
|
661
|
-
"onRightNavigation"?: (event:
|
|
662
|
-
"onTabClick"?: (event:
|
|
663
|
+
"onLeftNavigation"?: (event: TttxTabs_1_3_0CustomEvent<any>) => void;
|
|
664
|
+
"onRightNavigation"?: (event: TttxTabs_1_3_0CustomEvent<any>) => void;
|
|
665
|
+
"onTabClick"?: (event: TttxTabs_1_3_0CustomEvent<{ tabId: string }>) => void;
|
|
663
666
|
"tabs"?: string | Tab[];
|
|
664
667
|
"tabsName"?: string;
|
|
665
668
|
"wide"?: boolean;
|
|
666
669
|
}
|
|
667
|
-
interface
|
|
670
|
+
interface TttxTag_1_3_0 {
|
|
668
671
|
"color"?: string;
|
|
669
672
|
"text"?: string;
|
|
670
673
|
"textColor"?: string;
|
|
671
674
|
}
|
|
672
|
-
interface
|
|
675
|
+
interface TttxTextarea_1_3_0 {
|
|
673
676
|
"disabled"?: boolean;
|
|
674
677
|
"errormsg"?: string;
|
|
675
678
|
/**
|
|
676
679
|
* tabindex - Allows the HTML elements to be focusable
|
|
677
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
678
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
680
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_3_0 input-index="1" />
|
|
681
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_3_0 inputindex={1} />
|
|
679
682
|
*/
|
|
680
683
|
"inputindex"?: string | number;
|
|
681
684
|
/**
|
|
@@ -686,10 +689,10 @@ declare namespace LocalJSX {
|
|
|
686
689
|
"label"?: string;
|
|
687
690
|
"maxlength"?: string | number;
|
|
688
691
|
"name"?: string;
|
|
689
|
-
"onBlurChanged"?: (event:
|
|
690
|
-
"onFocusChanged"?: (event:
|
|
691
|
-
"onInvalidChanged"?: (event:
|
|
692
|
-
"onValueChanged"?: (event:
|
|
692
|
+
"onBlurChanged"?: (event: TttxTextarea_1_3_0CustomEvent<string>) => void;
|
|
693
|
+
"onFocusChanged"?: (event: TttxTextarea_1_3_0CustomEvent<string>) => void;
|
|
694
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_3_0CustomEvent<string>) => void;
|
|
695
|
+
"onValueChanged"?: (event: TttxTextarea_1_3_0CustomEvent<string>) => void;
|
|
693
696
|
"placeholder"?: string;
|
|
694
697
|
"readonly"?: string | boolean;
|
|
695
698
|
"required"?: boolean;
|
|
@@ -703,73 +706,73 @@ declare namespace LocalJSX {
|
|
|
703
706
|
"textareaautofocus"?: boolean;
|
|
704
707
|
"value"?: string | number;
|
|
705
708
|
}
|
|
706
|
-
interface
|
|
709
|
+
interface TttxToolbar_1_3_0 {
|
|
707
710
|
"border"?: boolean;
|
|
708
711
|
}
|
|
709
|
-
interface
|
|
712
|
+
interface TttxTreeView_1_3_0 {
|
|
710
713
|
"data"?: TreeViewItem[];
|
|
711
|
-
"onClickEvent"?: (event:
|
|
712
|
-
"onExpandNode"?: (event:
|
|
714
|
+
"onClickEvent"?: (event: TttxTreeView_1_3_0CustomEvent<TreeViewItem>) => void;
|
|
715
|
+
"onExpandNode"?: (event: TttxTreeView_1_3_0CustomEvent<ExpandNodeEvent>) => void;
|
|
713
716
|
}
|
|
714
717
|
interface IntrinsicElements {
|
|
715
|
-
"tttx-
|
|
716
|
-
"tttx-checkbox-group-
|
|
717
|
-
"tttx-checkbox-group-
|
|
718
|
-
"tttx-checkbox-
|
|
719
|
-
"tttx-
|
|
720
|
-
"tttx-data-
|
|
721
|
-
"tttx-dialog-
|
|
722
|
-
"tttx-
|
|
723
|
-
"tttx-
|
|
724
|
-
"tttx-
|
|
725
|
-
"tttx-
|
|
726
|
-
"tttx-
|
|
727
|
-
"tttx-keyvalue-
|
|
728
|
-
"tttx-
|
|
729
|
-
"tttx-loading-
|
|
730
|
-
"tttx-multiselect-
|
|
731
|
-
"tttx-percentage-
|
|
732
|
-
"tttx-
|
|
733
|
-
"tttx-select-
|
|
734
|
-
"tttx-
|
|
735
|
-
"tttx-standalone-
|
|
736
|
-
"tttx-
|
|
737
|
-
"tttx-
|
|
738
|
-
"tttx-
|
|
739
|
-
"tttx-
|
|
740
|
-
"tttx-tree-
|
|
718
|
+
"tttx-button_1_3_0": TttxButton_1_3_0;
|
|
719
|
+
"tttx-checkbox-group-caption_1_3_0": TttxCheckboxGroupCaption_1_3_0;
|
|
720
|
+
"tttx-checkbox-group-heading_1_3_0": TttxCheckboxGroupHeading_1_3_0;
|
|
721
|
+
"tttx-checkbox-group_1_3_0": TttxCheckboxGroup_1_3_0;
|
|
722
|
+
"tttx-checkbox_1_3_0": TttxCheckbox_1_3_0;
|
|
723
|
+
"tttx-data-pattern_1_3_0": TttxDataPattern_1_3_0;
|
|
724
|
+
"tttx-dialog-box_1_3_0": TttxDialogBox_1_3_0;
|
|
725
|
+
"tttx-dialog_1_3_0": TttxDialog_1_3_0;
|
|
726
|
+
"tttx-expander_1_3_0": TttxExpander_1_3_0;
|
|
727
|
+
"tttx-filter_1_3_0": TttxFilter_1_3_0;
|
|
728
|
+
"tttx-form_1_3_0": TttxForm_1_3_0;
|
|
729
|
+
"tttx-icon_1_3_0": TttxIcon_1_3_0;
|
|
730
|
+
"tttx-keyvalue-block_1_3_0": TttxKeyvalueBlock_1_3_0;
|
|
731
|
+
"tttx-list_1_3_0": TttxList_1_3_0;
|
|
732
|
+
"tttx-loading-spinner_1_3_0": TttxLoadingSpinner_1_3_0;
|
|
733
|
+
"tttx-multiselect-box_1_3_0": TttxMultiselectBox_1_3_0;
|
|
734
|
+
"tttx-percentage-bar_1_3_0": TttxPercentageBar_1_3_0;
|
|
735
|
+
"tttx-qrcode_1_3_0": TttxQrcode_1_3_0;
|
|
736
|
+
"tttx-select-box_1_3_0": TttxSelectBox_1_3_0;
|
|
737
|
+
"tttx-sorter_1_3_0": TttxSorter_1_3_0;
|
|
738
|
+
"tttx-standalone-input_1_3_0": TttxStandaloneInput_1_3_0;
|
|
739
|
+
"tttx-tabs_1_3_0": TttxTabs_1_3_0;
|
|
740
|
+
"tttx-tag_1_3_0": TttxTag_1_3_0;
|
|
741
|
+
"tttx-textarea_1_3_0": TttxTextarea_1_3_0;
|
|
742
|
+
"tttx-toolbar_1_3_0": TttxToolbar_1_3_0;
|
|
743
|
+
"tttx-tree-view_1_3_0": TttxTreeView_1_3_0;
|
|
741
744
|
}
|
|
742
745
|
}
|
|
743
746
|
export { LocalJSX as JSX };
|
|
744
747
|
declare module "@stencil/core" {
|
|
745
748
|
export namespace JSX {
|
|
746
749
|
interface IntrinsicElements {
|
|
747
|
-
"tttx-
|
|
748
|
-
"tttx-checkbox-group-
|
|
749
|
-
"tttx-checkbox-group-
|
|
750
|
-
"tttx-checkbox-
|
|
751
|
-
"tttx-
|
|
752
|
-
"tttx-data-
|
|
753
|
-
"tttx-dialog-
|
|
754
|
-
"tttx-
|
|
755
|
-
"tttx-
|
|
756
|
-
"tttx-
|
|
757
|
-
"tttx-
|
|
758
|
-
"tttx-
|
|
759
|
-
"tttx-keyvalue-
|
|
760
|
-
"tttx-
|
|
761
|
-
"tttx-loading-
|
|
762
|
-
"tttx-multiselect-
|
|
763
|
-
"tttx-percentage-
|
|
764
|
-
"tttx-
|
|
765
|
-
"tttx-select-
|
|
766
|
-
"tttx-
|
|
767
|
-
"tttx-standalone-
|
|
768
|
-
"tttx-
|
|
769
|
-
"tttx-
|
|
770
|
-
"tttx-
|
|
771
|
-
"tttx-
|
|
772
|
-
"tttx-tree-
|
|
750
|
+
"tttx-button_1_3_0": LocalJSX.TttxButton_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxButton_1_3_0Element>;
|
|
751
|
+
"tttx-checkbox-group-caption_1_3_0": LocalJSX.TttxCheckboxGroupCaption_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_3_0Element>;
|
|
752
|
+
"tttx-checkbox-group-heading_1_3_0": LocalJSX.TttxCheckboxGroupHeading_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_3_0Element>;
|
|
753
|
+
"tttx-checkbox-group_1_3_0": LocalJSX.TttxCheckboxGroup_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_3_0Element>;
|
|
754
|
+
"tttx-checkbox_1_3_0": LocalJSX.TttxCheckbox_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_3_0Element>;
|
|
755
|
+
"tttx-data-pattern_1_3_0": LocalJSX.TttxDataPattern_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_3_0Element>;
|
|
756
|
+
"tttx-dialog-box_1_3_0": LocalJSX.TttxDialogBox_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_3_0Element>;
|
|
757
|
+
"tttx-dialog_1_3_0": LocalJSX.TttxDialog_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_3_0Element>;
|
|
758
|
+
"tttx-expander_1_3_0": LocalJSX.TttxExpander_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_3_0Element>;
|
|
759
|
+
"tttx-filter_1_3_0": LocalJSX.TttxFilter_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_3_0Element>;
|
|
760
|
+
"tttx-form_1_3_0": LocalJSX.TttxForm_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxForm_1_3_0Element>;
|
|
761
|
+
"tttx-icon_1_3_0": LocalJSX.TttxIcon_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_3_0Element>;
|
|
762
|
+
"tttx-keyvalue-block_1_3_0": LocalJSX.TttxKeyvalueBlock_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_3_0Element>;
|
|
763
|
+
"tttx-list_1_3_0": LocalJSX.TttxList_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxList_1_3_0Element>;
|
|
764
|
+
"tttx-loading-spinner_1_3_0": LocalJSX.TttxLoadingSpinner_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_3_0Element>;
|
|
765
|
+
"tttx-multiselect-box_1_3_0": LocalJSX.TttxMultiselectBox_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_3_0Element>;
|
|
766
|
+
"tttx-percentage-bar_1_3_0": LocalJSX.TttxPercentageBar_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_3_0Element>;
|
|
767
|
+
"tttx-qrcode_1_3_0": LocalJSX.TttxQrcode_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_3_0Element>;
|
|
768
|
+
"tttx-select-box_1_3_0": LocalJSX.TttxSelectBox_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_3_0Element>;
|
|
769
|
+
"tttx-sorter_1_3_0": LocalJSX.TttxSorter_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_3_0Element>;
|
|
770
|
+
"tttx-standalone-input_1_3_0": LocalJSX.TttxStandaloneInput_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_3_0Element>;
|
|
771
|
+
"tttx-tabs_1_3_0": LocalJSX.TttxTabs_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_3_0Element>;
|
|
772
|
+
"tttx-tag_1_3_0": LocalJSX.TttxTag_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxTag_1_3_0Element>;
|
|
773
|
+
"tttx-textarea_1_3_0": LocalJSX.TttxTextarea_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_3_0Element>;
|
|
774
|
+
"tttx-toolbar_1_3_0": LocalJSX.TttxToolbar_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_3_0Element>;
|
|
775
|
+
"tttx-tree-view_1_3_0": LocalJSX.TttxTreeView_1_3_0 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_3_0Element>;
|
|
773
776
|
}
|
|
774
777
|
}
|
|
775
778
|
}
|