@3t-transform/threeteeui 1.2.0 → 1.4.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_2_0.cjs.entry.js → tttx-button_1_4_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_2_0.cjs.entry.js → tttx-checkbox-group-caption_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_2_0.cjs.entry.js → tttx-checkbox-group-heading_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_2_0.cjs.entry.js → tttx-checkbox-group_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_2_0.cjs.entry.js → tttx-checkbox_1_4_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_2_0.cjs.entry.js → tttx-data-pattern_1_4_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-dialog-box_1_2_0.cjs.entry.js → tttx-dialog-box_1_4_0.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_2_0.cjs.entry.js → tttx-dialog_1_4_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_2_0.cjs.entry.js → tttx-expander_1_4_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_2_0_4.cjs.entry.js → tttx-filter_1_4_0_4.cjs.entry.js} +17 -10
- package/dist/cjs/{tttx-form_1_2_0.cjs.entry.js → tttx-form_1_4_0.cjs.entry.js} +229 -134
- package/dist/cjs/{tttx-icon_1_2_0.cjs.entry.js → tttx-icon_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_2_0.cjs.entry.js → tttx-keyvalue-block_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_2_0.cjs.entry.js → tttx-loading-spinner_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-multiselect-box_1_2_0.cjs.entry.js → tttx-multiselect-box_1_4_0.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_2_0.cjs.entry.js → tttx-percentage-bar_1_4_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_2_0.cjs.entry.js → tttx-qrcode_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_2_0.cjs.entry.js → tttx-select-box_1_4_0.cjs.entry.js} +3 -3
- package/dist/cjs/tttx-standalone-input_1_4_0.cjs.entry.js +94 -0
- package/dist/cjs/{tttx-tabs_1_2_0.cjs.entry.js → tttx-tabs_1_4_0.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_2_0.cjs.entry.js → tttx-tag_1_4_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_2_0.cjs.entry.js → tttx-textarea_1_4_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tree-view_1_2_0.cjs.entry.js → tttx-tree-view_1_4_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.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/lib/setErrorState.js +0 -1
- package/dist/collection/components/molecules/tttx-form/lib/timecomparatorChecks.js +64 -0
- package/dist/collection/components/molecules/tttx-form/lib/validityCheck.js +9 -8
- package/dist/collection/components/molecules/tttx-form/tttx-form.js +304 -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_2_0.d.ts → tttx-button_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-button_1_2_0.js → tttx-button_1_4_0.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_2_0.js → tttx-checkbox-group-caption_1_4_0.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_2_0.js → tttx-checkbox-group-heading_1_4_0.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_2_0.js → tttx-checkbox-group_1_4_0.js} +5 -5
- package/dist/components/{tttx-textarea_1_2_0.d.ts → tttx-checkbox_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_2_0.js → tttx-checkbox_1_4_0.js} +7 -7
- package/dist/components/tttx-data-pattern_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_2_0.js → tttx-data-pattern_1_4_0.js} +13 -13
- package/dist/components/{tttx-dialog-box_1_2_0.d.ts → tttx-dialog-box_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-dialog-box_1_2_0.js → tttx-dialog-box_1_4_0.js} +9 -9
- package/dist/components/{tttx-filter_1_2_0.d.ts → tttx-dialog_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_2_0.js → tttx-dialog_1_4_0.js} +8 -8
- package/dist/components/{tttx-expander_1_2_0.d.ts → tttx-expander_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-expander_1_2_0.js → tttx-expander_1_4_0.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-qrcode_1_2_0.d.ts → tttx-filter_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_2_0.js → tttx-filter_1_4_0.js} +2 -2
- package/dist/components/{tttx-icon_1_2_0.d.ts → tttx-form_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-form_1_2_0.js → tttx-form_1_4_0.js} +241 -142
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-list_1_2_0.d.ts → tttx-icon_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_2_0.js → tttx-icon_1_4_0.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_2_0.js → tttx-keyvalue-block_1_4_0.js} +5 -5
- package/dist/components/tttx-list.js +14 -7
- package/dist/components/{tttx-form_1_2_0.d.ts → tttx-list_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-list_1_2_0.js → tttx-list_1_4_0.js} +2 -2
- package/dist/components/tttx-loading-spinner_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_2_0.js → tttx-loading-spinner_1_4_0.js} +5 -5
- package/dist/components/tttx-multiselect-box_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_2_0.js → tttx-multiselect-box_1_4_0.js} +13 -13
- package/dist/components/tttx-percentage-bar_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_2_0.js → tttx-percentage-bar_1_4_0.js} +6 -6
- package/dist/components/{tttx-dialog_1_2_0.d.ts → tttx-qrcode_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_2_0.js → tttx-qrcode_1_4_0.js} +5 -5
- package/dist/components/tttx-select-box.js +7 -7
- package/dist/components/tttx-select-box_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_2_0.js → tttx-select-box_1_4_0.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_2_0.js → tttx-sorter_1_4_0.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_4_0.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_2_0.js → tttx-standalone-input_1_4_0.js} +2 -2
- package/dist/components/{tttx-tabs_1_2_0.d.ts → tttx-tabs_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_2_0.js → tttx-tabs_1_4_0.js} +9 -9
- package/dist/components/{tttx-tag_1_2_0.d.ts → tttx-tag_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_2_0.js → tttx-tag_1_4_0.js} +5 -5
- package/dist/components/{tttx-checkbox_1_2_0.d.ts → tttx-textarea_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-textarea_1_2_0.js → tttx-textarea_1_4_0.js} +6 -6
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-toolbar_1_2_0.d.ts → tttx-toolbar_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_2_0.js → tttx-toolbar_1_4_0.js} +2 -2
- package/dist/components/{tttx-tree-view_1_2_0.d.ts → tttx-tree-view_1_4_0.d.ts} +4 -4
- package/dist/components/{tttx-tree-view_1_2_0.js → tttx-tree-view_1_4_0.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_2_0.entry.js → tttx-button_1_4_0.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_2_0.entry.js → tttx-checkbox-group-caption_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_2_0.entry.js → tttx-checkbox-group-heading_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_2_0.entry.js → tttx-checkbox-group_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_2_0.entry.js → tttx-checkbox_1_4_0.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_2_0.entry.js → tttx-data-pattern_1_4_0.entry.js} +2 -2
- package/dist/esm/{tttx-dialog-box_1_2_0.entry.js → tttx-dialog-box_1_4_0.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_2_0.entry.js → tttx-dialog_1_4_0.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_2_0.entry.js → tttx-expander_1_4_0.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_2_0_4.entry.js → tttx-filter_1_4_0_4.entry.js} +14 -7
- package/dist/esm/{tttx-form_1_2_0.entry.js → tttx-form_1_4_0.entry.js} +229 -134
- package/dist/esm/{tttx-icon_1_2_0.entry.js → tttx-icon_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_2_0.entry.js → tttx-keyvalue-block_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_2_0.entry.js → tttx-loading-spinner_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-multiselect-box_1_2_0.entry.js → tttx-multiselect-box_1_4_0.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_2_0.entry.js → tttx-percentage-bar_1_4_0.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_2_0.entry.js → tttx-qrcode_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_2_0.entry.js → tttx-select-box_1_4_0.entry.js} +3 -3
- package/dist/esm/tttx-standalone-input_1_4_0.entry.js +90 -0
- package/dist/esm/{tttx-tabs_1_2_0.entry.js → tttx-tabs_1_4_0.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_2_0.entry.js → tttx-tag_1_4_0.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_2_0.entry.js → tttx-textarea_1_4_0.entry.js} +2 -2
- package/dist/esm/{tttx-tree-view_1_2_0.entry.js → tttx-tree-view_1_4_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-0f439f10.entry.js +1 -0
- 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 -1
- 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-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/molecules/tttx-form/lib/timecomparatorChecks.d.ts +4 -0
- package/dist/types/components/molecules/tttx-form/tttx-form.d.ts +57 -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 +326 -304
- package/package.json +2 -1
- package/dist/cjs/tttx-standalone-input_1_2_0.cjs.entry.js +0 -94
- package/dist/components/tttx-checkbox-group-caption_1_2_0.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_2_0.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_2_0.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_2_0.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_2_0.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_2_0.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_2_0.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_2_0.d.ts +0 -11
- package/dist/components/tttx-select-box_1_2_0.d.ts +0 -11
- package/dist/components/tttx-sorter_1_2_0.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_2_0.d.ts +0 -11
- package/dist/esm/tttx-standalone-input_1_2_0.entry.js +0 -90
- package/dist/tttx/p-34be6c6d.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_4_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_4_0 {
|
|
28
29
|
}
|
|
29
|
-
interface
|
|
30
|
+
interface TttxCheckboxGroupHeading_1_4_0 {
|
|
30
31
|
}
|
|
31
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroup_1_4_0 {
|
|
32
33
|
}
|
|
33
|
-
interface
|
|
34
|
+
interface TttxCheckbox_1_4_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_4_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_4_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_4_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_4_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_4_0 {
|
|
67
68
|
"defaultFilterOptions": string[] | string;
|
|
68
69
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
69
70
|
"filterHeader": string;
|
|
@@ -74,8 +75,23 @@ export namespace Components {
|
|
|
74
75
|
"showSearchField": boolean;
|
|
75
76
|
"showSelectAll": boolean;
|
|
76
77
|
}
|
|
77
|
-
interface
|
|
78
|
+
interface TttxForm_1_4_0 {
|
|
79
|
+
/**
|
|
80
|
+
* Clear the validation message on a given form field
|
|
81
|
+
* @param fieldName The form field name to clear the validation of
|
|
82
|
+
*/
|
|
83
|
+
"clearValidationFor": (fieldName: string) => Promise<void>;
|
|
78
84
|
"data": any;
|
|
85
|
+
/**
|
|
86
|
+
* Disable a form field and visually remove it from the form. If custom validation is set, this function will return without affecting the form field.
|
|
87
|
+
* @param fieldName The form field name to disable
|
|
88
|
+
*/
|
|
89
|
+
"disableFormField": (fieldName: string) => Promise<void>;
|
|
90
|
+
/**
|
|
91
|
+
* Enable a form field and visually add it back to the form.
|
|
92
|
+
* @param fieldName The form field name to enable
|
|
93
|
+
*/
|
|
94
|
+
"enableFormField": (fieldName: string) => Promise<void>;
|
|
79
95
|
"formschema": Record<string, any> | string;
|
|
80
96
|
/**
|
|
81
97
|
* Replace all children in a given select list with a list of new options
|
|
@@ -83,27 +99,33 @@ export namespace Components {
|
|
|
83
99
|
* @param options a list of option values and labels
|
|
84
100
|
*/
|
|
85
101
|
"setSelectOptions": (fieldname: string, options: { label: string; value: string; }[]) => Promise<void>;
|
|
102
|
+
/**
|
|
103
|
+
* An external validation trigger to apply to a form field
|
|
104
|
+
* @param fieldName The form field name to apply the validation too
|
|
105
|
+
* @param message The validation message to display under the form field
|
|
106
|
+
*/
|
|
107
|
+
"setValidationFor": (fieldName: string, message: string) => Promise<void>;
|
|
86
108
|
"submit": () => Promise<void>;
|
|
87
109
|
}
|
|
88
|
-
interface
|
|
110
|
+
interface TttxIcon_1_4_0 {
|
|
89
111
|
"color": string;
|
|
90
112
|
"icon": string;
|
|
91
113
|
"size": number;
|
|
92
114
|
}
|
|
93
|
-
interface
|
|
115
|
+
interface TttxKeyvalueBlock_1_4_0 {
|
|
94
116
|
"horizontal": boolean;
|
|
95
117
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
96
118
|
"spacedout": boolean;
|
|
97
119
|
}
|
|
98
|
-
interface
|
|
120
|
+
interface TttxList_1_4_0 {
|
|
99
121
|
"data": string | ListItem[];
|
|
100
122
|
"name": string;
|
|
101
123
|
}
|
|
102
|
-
interface
|
|
124
|
+
interface TttxLoadingSpinner_1_4_0 {
|
|
103
125
|
"loadingMessage": boolean;
|
|
104
126
|
"size": 'small' | 'large';
|
|
105
127
|
}
|
|
106
|
-
interface
|
|
128
|
+
interface TttxMultiselectBox_1_4_0 {
|
|
107
129
|
"htmlVisibleValue": boolean;
|
|
108
130
|
"inline": boolean;
|
|
109
131
|
"label": string;
|
|
@@ -112,18 +134,18 @@ export namespace Components {
|
|
|
112
134
|
"searchEnabled": boolean;
|
|
113
135
|
"visibleValue": string;
|
|
114
136
|
}
|
|
115
|
-
interface
|
|
137
|
+
interface TttxPercentageBar_1_4_0 {
|
|
116
138
|
"color"?: string;
|
|
117
139
|
"labelid"?: string;
|
|
118
140
|
"min": string;
|
|
119
141
|
"percentage": string | number;
|
|
120
142
|
"thresholds"?: string | Threshold[];
|
|
121
143
|
}
|
|
122
|
-
interface
|
|
144
|
+
interface TttxQrcode_1_4_0 {
|
|
123
145
|
"link": string;
|
|
124
146
|
"size": number;
|
|
125
147
|
}
|
|
126
|
-
interface
|
|
148
|
+
interface TttxSelectBox_1_4_0 {
|
|
127
149
|
"inline": boolean;
|
|
128
150
|
"label": string;
|
|
129
151
|
"optionsData": string | SelectItem1[];
|
|
@@ -132,13 +154,13 @@ export namespace Components {
|
|
|
132
154
|
"selectedValue": string;
|
|
133
155
|
"setSelectedItem": (value: string) => Promise<void>;
|
|
134
156
|
}
|
|
135
|
-
interface
|
|
157
|
+
interface TttxSorter_1_4_0 {
|
|
136
158
|
"defaultOption": string;
|
|
137
159
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
138
160
|
"fieldOptionsData": string | SorterData;
|
|
139
161
|
"sorterKey": string;
|
|
140
162
|
}
|
|
141
|
-
interface
|
|
163
|
+
interface TttxStandaloneInput_1_4_0 {
|
|
142
164
|
"autocomplete": 'off' | 'on';
|
|
143
165
|
"checked": boolean;
|
|
144
166
|
"disabled": boolean;
|
|
@@ -154,8 +176,8 @@ export namespace Components {
|
|
|
154
176
|
"inputiconcolor": string;
|
|
155
177
|
/**
|
|
156
178
|
* tabindex - Allows the HTML elements to be focusable
|
|
157
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
158
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
179
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_4_0 input-index="1" />
|
|
180
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_4_0 inputindex={1} />
|
|
159
181
|
*/
|
|
160
182
|
"inputindex": string | number;
|
|
161
183
|
/**
|
|
@@ -183,24 +205,24 @@ export namespace Components {
|
|
|
183
205
|
"type": string;
|
|
184
206
|
"value": string | number;
|
|
185
207
|
}
|
|
186
|
-
interface
|
|
208
|
+
interface TttxTabs_1_4_0 {
|
|
187
209
|
"navigation": boolean;
|
|
188
210
|
"tabs": string | Tab[];
|
|
189
211
|
"tabsName": string;
|
|
190
212
|
"wide": boolean;
|
|
191
213
|
}
|
|
192
|
-
interface
|
|
214
|
+
interface TttxTag_1_4_0 {
|
|
193
215
|
"color": string;
|
|
194
216
|
"text": string;
|
|
195
217
|
"textColor": string;
|
|
196
218
|
}
|
|
197
|
-
interface
|
|
219
|
+
interface TttxTextarea_1_4_0 {
|
|
198
220
|
"disabled": boolean;
|
|
199
221
|
"errormsg": string;
|
|
200
222
|
/**
|
|
201
223
|
* tabindex - Allows the HTML elements to be focusable
|
|
202
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
203
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
224
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_4_0 input-index="1" />
|
|
225
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_4_0 inputindex={1} />
|
|
204
226
|
*/
|
|
205
227
|
"inputindex": string | number;
|
|
206
228
|
/**
|
|
@@ -224,388 +246,388 @@ export namespace Components {
|
|
|
224
246
|
"textareaautofocus": boolean;
|
|
225
247
|
"value": string | number;
|
|
226
248
|
}
|
|
227
|
-
interface
|
|
249
|
+
interface TttxToolbar_1_4_0 {
|
|
228
250
|
"border": boolean;
|
|
229
251
|
}
|
|
230
|
-
interface
|
|
252
|
+
interface TttxTreeView_1_4_0 {
|
|
231
253
|
"data": TreeViewItem[];
|
|
232
254
|
}
|
|
233
255
|
}
|
|
234
|
-
export interface
|
|
256
|
+
export interface TttxCheckbox_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
235
257
|
detail: T;
|
|
236
|
-
target:
|
|
258
|
+
target: HTMLTttxCheckbox_1_4_0Element;
|
|
237
259
|
}
|
|
238
|
-
export interface
|
|
260
|
+
export interface TttxDialogBox_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
239
261
|
detail: T;
|
|
240
|
-
target:
|
|
262
|
+
target: HTMLTttxDialogBox_1_4_0Element;
|
|
241
263
|
}
|
|
242
|
-
export interface
|
|
264
|
+
export interface TttxDialog_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
243
265
|
detail: T;
|
|
244
|
-
target:
|
|
266
|
+
target: HTMLTttxDialog_1_4_0Element;
|
|
245
267
|
}
|
|
246
|
-
export interface
|
|
268
|
+
export interface TttxExpander_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
247
269
|
detail: T;
|
|
248
|
-
target:
|
|
270
|
+
target: HTMLTttxExpander_1_4_0Element;
|
|
249
271
|
}
|
|
250
|
-
export interface
|
|
272
|
+
export interface TttxFilter_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
251
273
|
detail: T;
|
|
252
|
-
target:
|
|
274
|
+
target: HTMLTttxFilter_1_4_0Element;
|
|
253
275
|
}
|
|
254
|
-
export interface
|
|
276
|
+
export interface TttxForm_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
255
277
|
detail: T;
|
|
256
|
-
target:
|
|
278
|
+
target: HTMLTttxForm_1_4_0Element;
|
|
257
279
|
}
|
|
258
|
-
export interface
|
|
280
|
+
export interface TttxList_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
259
281
|
detail: T;
|
|
260
|
-
target:
|
|
282
|
+
target: HTMLTttxList_1_4_0Element;
|
|
261
283
|
}
|
|
262
|
-
export interface
|
|
284
|
+
export interface TttxMultiselectBox_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
263
285
|
detail: T;
|
|
264
|
-
target:
|
|
286
|
+
target: HTMLTttxMultiselectBox_1_4_0Element;
|
|
265
287
|
}
|
|
266
|
-
export interface
|
|
288
|
+
export interface TttxSelectBox_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
267
289
|
detail: T;
|
|
268
|
-
target:
|
|
290
|
+
target: HTMLTttxSelectBox_1_4_0Element;
|
|
269
291
|
}
|
|
270
|
-
export interface
|
|
292
|
+
export interface TttxSorter_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
271
293
|
detail: T;
|
|
272
|
-
target:
|
|
294
|
+
target: HTMLTttxSorter_1_4_0Element;
|
|
273
295
|
}
|
|
274
|
-
export interface
|
|
296
|
+
export interface TttxStandaloneInput_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
275
297
|
detail: T;
|
|
276
|
-
target:
|
|
298
|
+
target: HTMLTttxStandaloneInput_1_4_0Element;
|
|
277
299
|
}
|
|
278
|
-
export interface
|
|
300
|
+
export interface TttxTabs_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
279
301
|
detail: T;
|
|
280
|
-
target:
|
|
302
|
+
target: HTMLTttxTabs_1_4_0Element;
|
|
281
303
|
}
|
|
282
|
-
export interface
|
|
304
|
+
export interface TttxTextarea_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
283
305
|
detail: T;
|
|
284
|
-
target:
|
|
306
|
+
target: HTMLTttxTextarea_1_4_0Element;
|
|
285
307
|
}
|
|
286
|
-
export interface
|
|
308
|
+
export interface TttxTreeView_1_4_0CustomEvent<T> extends CustomEvent<T> {
|
|
287
309
|
detail: T;
|
|
288
|
-
target:
|
|
310
|
+
target: HTMLTttxTreeView_1_4_0Element;
|
|
289
311
|
}
|
|
290
312
|
declare global {
|
|
291
|
-
interface
|
|
313
|
+
interface HTMLTttxButton_1_4_0Element extends Components.TttxButton_1_4_0, HTMLStencilElement {
|
|
292
314
|
}
|
|
293
|
-
var
|
|
294
|
-
prototype:
|
|
295
|
-
new ():
|
|
315
|
+
var HTMLTttxButton_1_4_0Element: {
|
|
316
|
+
prototype: HTMLTttxButton_1_4_0Element;
|
|
317
|
+
new (): HTMLTttxButton_1_4_0Element;
|
|
296
318
|
};
|
|
297
|
-
interface
|
|
319
|
+
interface HTMLTttxCheckboxGroupCaption_1_4_0Element extends Components.TttxCheckboxGroupCaption_1_4_0, HTMLStencilElement {
|
|
298
320
|
}
|
|
299
|
-
var
|
|
300
|
-
prototype:
|
|
301
|
-
new ():
|
|
321
|
+
var HTMLTttxCheckboxGroupCaption_1_4_0Element: {
|
|
322
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_4_0Element;
|
|
323
|
+
new (): HTMLTttxCheckboxGroupCaption_1_4_0Element;
|
|
302
324
|
};
|
|
303
|
-
interface
|
|
325
|
+
interface HTMLTttxCheckboxGroupHeading_1_4_0Element extends Components.TttxCheckboxGroupHeading_1_4_0, HTMLStencilElement {
|
|
304
326
|
}
|
|
305
|
-
var
|
|
306
|
-
prototype:
|
|
307
|
-
new ():
|
|
327
|
+
var HTMLTttxCheckboxGroupHeading_1_4_0Element: {
|
|
328
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_4_0Element;
|
|
329
|
+
new (): HTMLTttxCheckboxGroupHeading_1_4_0Element;
|
|
308
330
|
};
|
|
309
|
-
interface
|
|
331
|
+
interface HTMLTttxCheckboxGroup_1_4_0Element extends Components.TttxCheckboxGroup_1_4_0, HTMLStencilElement {
|
|
310
332
|
}
|
|
311
|
-
var
|
|
312
|
-
prototype:
|
|
313
|
-
new ():
|
|
333
|
+
var HTMLTttxCheckboxGroup_1_4_0Element: {
|
|
334
|
+
prototype: HTMLTttxCheckboxGroup_1_4_0Element;
|
|
335
|
+
new (): HTMLTttxCheckboxGroup_1_4_0Element;
|
|
314
336
|
};
|
|
315
|
-
interface
|
|
337
|
+
interface HTMLTttxCheckbox_1_4_0Element extends Components.TttxCheckbox_1_4_0, HTMLStencilElement {
|
|
316
338
|
}
|
|
317
|
-
var
|
|
318
|
-
prototype:
|
|
319
|
-
new ():
|
|
339
|
+
var HTMLTttxCheckbox_1_4_0Element: {
|
|
340
|
+
prototype: HTMLTttxCheckbox_1_4_0Element;
|
|
341
|
+
new (): HTMLTttxCheckbox_1_4_0Element;
|
|
320
342
|
};
|
|
321
|
-
interface
|
|
343
|
+
interface HTMLTttxDataPattern_1_4_0Element extends Components.TttxDataPattern_1_4_0, HTMLStencilElement {
|
|
322
344
|
}
|
|
323
|
-
var
|
|
324
|
-
prototype:
|
|
325
|
-
new ():
|
|
345
|
+
var HTMLTttxDataPattern_1_4_0Element: {
|
|
346
|
+
prototype: HTMLTttxDataPattern_1_4_0Element;
|
|
347
|
+
new (): HTMLTttxDataPattern_1_4_0Element;
|
|
326
348
|
};
|
|
327
|
-
interface
|
|
349
|
+
interface HTMLTttxDialogBox_1_4_0Element extends Components.TttxDialogBox_1_4_0, HTMLStencilElement {
|
|
328
350
|
}
|
|
329
|
-
var
|
|
330
|
-
prototype:
|
|
331
|
-
new ():
|
|
351
|
+
var HTMLTttxDialogBox_1_4_0Element: {
|
|
352
|
+
prototype: HTMLTttxDialogBox_1_4_0Element;
|
|
353
|
+
new (): HTMLTttxDialogBox_1_4_0Element;
|
|
332
354
|
};
|
|
333
|
-
interface
|
|
355
|
+
interface HTMLTttxDialog_1_4_0Element extends Components.TttxDialog_1_4_0, HTMLStencilElement {
|
|
334
356
|
}
|
|
335
|
-
var
|
|
336
|
-
prototype:
|
|
337
|
-
new ():
|
|
357
|
+
var HTMLTttxDialog_1_4_0Element: {
|
|
358
|
+
prototype: HTMLTttxDialog_1_4_0Element;
|
|
359
|
+
new (): HTMLTttxDialog_1_4_0Element;
|
|
338
360
|
};
|
|
339
|
-
interface
|
|
361
|
+
interface HTMLTttxExpander_1_4_0Element extends Components.TttxExpander_1_4_0, HTMLStencilElement {
|
|
340
362
|
}
|
|
341
|
-
var
|
|
342
|
-
prototype:
|
|
343
|
-
new ():
|
|
363
|
+
var HTMLTttxExpander_1_4_0Element: {
|
|
364
|
+
prototype: HTMLTttxExpander_1_4_0Element;
|
|
365
|
+
new (): HTMLTttxExpander_1_4_0Element;
|
|
344
366
|
};
|
|
345
|
-
interface
|
|
367
|
+
interface HTMLTttxFilter_1_4_0Element extends Components.TttxFilter_1_4_0, HTMLStencilElement {
|
|
346
368
|
}
|
|
347
|
-
var
|
|
348
|
-
prototype:
|
|
349
|
-
new ():
|
|
369
|
+
var HTMLTttxFilter_1_4_0Element: {
|
|
370
|
+
prototype: HTMLTttxFilter_1_4_0Element;
|
|
371
|
+
new (): HTMLTttxFilter_1_4_0Element;
|
|
350
372
|
};
|
|
351
|
-
interface
|
|
373
|
+
interface HTMLTttxForm_1_4_0Element extends Components.TttxForm_1_4_0, HTMLStencilElement {
|
|
352
374
|
}
|
|
353
|
-
var
|
|
354
|
-
prototype:
|
|
355
|
-
new ():
|
|
375
|
+
var HTMLTttxForm_1_4_0Element: {
|
|
376
|
+
prototype: HTMLTttxForm_1_4_0Element;
|
|
377
|
+
new (): HTMLTttxForm_1_4_0Element;
|
|
356
378
|
};
|
|
357
|
-
interface
|
|
379
|
+
interface HTMLTttxIcon_1_4_0Element extends Components.TttxIcon_1_4_0, HTMLStencilElement {
|
|
358
380
|
}
|
|
359
|
-
var
|
|
360
|
-
prototype:
|
|
361
|
-
new ():
|
|
381
|
+
var HTMLTttxIcon_1_4_0Element: {
|
|
382
|
+
prototype: HTMLTttxIcon_1_4_0Element;
|
|
383
|
+
new (): HTMLTttxIcon_1_4_0Element;
|
|
362
384
|
};
|
|
363
|
-
interface
|
|
385
|
+
interface HTMLTttxKeyvalueBlock_1_4_0Element extends Components.TttxKeyvalueBlock_1_4_0, HTMLStencilElement {
|
|
364
386
|
}
|
|
365
|
-
var
|
|
366
|
-
prototype:
|
|
367
|
-
new ():
|
|
387
|
+
var HTMLTttxKeyvalueBlock_1_4_0Element: {
|
|
388
|
+
prototype: HTMLTttxKeyvalueBlock_1_4_0Element;
|
|
389
|
+
new (): HTMLTttxKeyvalueBlock_1_4_0Element;
|
|
368
390
|
};
|
|
369
|
-
interface
|
|
391
|
+
interface HTMLTttxList_1_4_0Element extends Components.TttxList_1_4_0, HTMLStencilElement {
|
|
370
392
|
}
|
|
371
|
-
var
|
|
372
|
-
prototype:
|
|
373
|
-
new ():
|
|
393
|
+
var HTMLTttxList_1_4_0Element: {
|
|
394
|
+
prototype: HTMLTttxList_1_4_0Element;
|
|
395
|
+
new (): HTMLTttxList_1_4_0Element;
|
|
374
396
|
};
|
|
375
|
-
interface
|
|
397
|
+
interface HTMLTttxLoadingSpinner_1_4_0Element extends Components.TttxLoadingSpinner_1_4_0, HTMLStencilElement {
|
|
376
398
|
}
|
|
377
|
-
var
|
|
378
|
-
prototype:
|
|
379
|
-
new ():
|
|
399
|
+
var HTMLTttxLoadingSpinner_1_4_0Element: {
|
|
400
|
+
prototype: HTMLTttxLoadingSpinner_1_4_0Element;
|
|
401
|
+
new (): HTMLTttxLoadingSpinner_1_4_0Element;
|
|
380
402
|
};
|
|
381
|
-
interface
|
|
403
|
+
interface HTMLTttxMultiselectBox_1_4_0Element extends Components.TttxMultiselectBox_1_4_0, HTMLStencilElement {
|
|
382
404
|
}
|
|
383
|
-
var
|
|
384
|
-
prototype:
|
|
385
|
-
new ():
|
|
405
|
+
var HTMLTttxMultiselectBox_1_4_0Element: {
|
|
406
|
+
prototype: HTMLTttxMultiselectBox_1_4_0Element;
|
|
407
|
+
new (): HTMLTttxMultiselectBox_1_4_0Element;
|
|
386
408
|
};
|
|
387
|
-
interface
|
|
409
|
+
interface HTMLTttxPercentageBar_1_4_0Element extends Components.TttxPercentageBar_1_4_0, HTMLStencilElement {
|
|
388
410
|
}
|
|
389
|
-
var
|
|
390
|
-
prototype:
|
|
391
|
-
new ():
|
|
411
|
+
var HTMLTttxPercentageBar_1_4_0Element: {
|
|
412
|
+
prototype: HTMLTttxPercentageBar_1_4_0Element;
|
|
413
|
+
new (): HTMLTttxPercentageBar_1_4_0Element;
|
|
392
414
|
};
|
|
393
|
-
interface
|
|
415
|
+
interface HTMLTttxQrcode_1_4_0Element extends Components.TttxQrcode_1_4_0, HTMLStencilElement {
|
|
394
416
|
}
|
|
395
|
-
var
|
|
396
|
-
prototype:
|
|
397
|
-
new ():
|
|
417
|
+
var HTMLTttxQrcode_1_4_0Element: {
|
|
418
|
+
prototype: HTMLTttxQrcode_1_4_0Element;
|
|
419
|
+
new (): HTMLTttxQrcode_1_4_0Element;
|
|
398
420
|
};
|
|
399
|
-
interface
|
|
421
|
+
interface HTMLTttxSelectBox_1_4_0Element extends Components.TttxSelectBox_1_4_0, HTMLStencilElement {
|
|
400
422
|
}
|
|
401
|
-
var
|
|
402
|
-
prototype:
|
|
403
|
-
new ():
|
|
423
|
+
var HTMLTttxSelectBox_1_4_0Element: {
|
|
424
|
+
prototype: HTMLTttxSelectBox_1_4_0Element;
|
|
425
|
+
new (): HTMLTttxSelectBox_1_4_0Element;
|
|
404
426
|
};
|
|
405
|
-
interface
|
|
427
|
+
interface HTMLTttxSorter_1_4_0Element extends Components.TttxSorter_1_4_0, HTMLStencilElement {
|
|
406
428
|
}
|
|
407
|
-
var
|
|
408
|
-
prototype:
|
|
409
|
-
new ():
|
|
429
|
+
var HTMLTttxSorter_1_4_0Element: {
|
|
430
|
+
prototype: HTMLTttxSorter_1_4_0Element;
|
|
431
|
+
new (): HTMLTttxSorter_1_4_0Element;
|
|
410
432
|
};
|
|
411
|
-
interface
|
|
433
|
+
interface HTMLTttxStandaloneInput_1_4_0Element extends Components.TttxStandaloneInput_1_4_0, HTMLStencilElement {
|
|
412
434
|
}
|
|
413
|
-
var
|
|
414
|
-
prototype:
|
|
415
|
-
new ():
|
|
435
|
+
var HTMLTttxStandaloneInput_1_4_0Element: {
|
|
436
|
+
prototype: HTMLTttxStandaloneInput_1_4_0Element;
|
|
437
|
+
new (): HTMLTttxStandaloneInput_1_4_0Element;
|
|
416
438
|
};
|
|
417
|
-
interface
|
|
439
|
+
interface HTMLTttxTabs_1_4_0Element extends Components.TttxTabs_1_4_0, HTMLStencilElement {
|
|
418
440
|
}
|
|
419
|
-
var
|
|
420
|
-
prototype:
|
|
421
|
-
new ():
|
|
441
|
+
var HTMLTttxTabs_1_4_0Element: {
|
|
442
|
+
prototype: HTMLTttxTabs_1_4_0Element;
|
|
443
|
+
new (): HTMLTttxTabs_1_4_0Element;
|
|
422
444
|
};
|
|
423
|
-
interface
|
|
445
|
+
interface HTMLTttxTag_1_4_0Element extends Components.TttxTag_1_4_0, HTMLStencilElement {
|
|
424
446
|
}
|
|
425
|
-
var
|
|
426
|
-
prototype:
|
|
427
|
-
new ():
|
|
447
|
+
var HTMLTttxTag_1_4_0Element: {
|
|
448
|
+
prototype: HTMLTttxTag_1_4_0Element;
|
|
449
|
+
new (): HTMLTttxTag_1_4_0Element;
|
|
428
450
|
};
|
|
429
|
-
interface
|
|
451
|
+
interface HTMLTttxTextarea_1_4_0Element extends Components.TttxTextarea_1_4_0, HTMLStencilElement {
|
|
430
452
|
}
|
|
431
|
-
var
|
|
432
|
-
prototype:
|
|
433
|
-
new ():
|
|
453
|
+
var HTMLTttxTextarea_1_4_0Element: {
|
|
454
|
+
prototype: HTMLTttxTextarea_1_4_0Element;
|
|
455
|
+
new (): HTMLTttxTextarea_1_4_0Element;
|
|
434
456
|
};
|
|
435
|
-
interface
|
|
457
|
+
interface HTMLTttxToolbar_1_4_0Element extends Components.TttxToolbar_1_4_0, HTMLStencilElement {
|
|
436
458
|
}
|
|
437
|
-
var
|
|
438
|
-
prototype:
|
|
439
|
-
new ():
|
|
459
|
+
var HTMLTttxToolbar_1_4_0Element: {
|
|
460
|
+
prototype: HTMLTttxToolbar_1_4_0Element;
|
|
461
|
+
new (): HTMLTttxToolbar_1_4_0Element;
|
|
440
462
|
};
|
|
441
|
-
interface
|
|
463
|
+
interface HTMLTttxTreeView_1_4_0Element extends Components.TttxTreeView_1_4_0, HTMLStencilElement {
|
|
442
464
|
}
|
|
443
|
-
var
|
|
444
|
-
prototype:
|
|
445
|
-
new ():
|
|
465
|
+
var HTMLTttxTreeView_1_4_0Element: {
|
|
466
|
+
prototype: HTMLTttxTreeView_1_4_0Element;
|
|
467
|
+
new (): HTMLTttxTreeView_1_4_0Element;
|
|
446
468
|
};
|
|
447
469
|
interface HTMLElementTagNameMap {
|
|
448
|
-
"tttx-
|
|
449
|
-
"tttx-checkbox-group-
|
|
450
|
-
"tttx-checkbox-group-
|
|
451
|
-
"tttx-checkbox-
|
|
452
|
-
"tttx-
|
|
453
|
-
"tttx-data-
|
|
454
|
-
"tttx-dialog-
|
|
455
|
-
"tttx-
|
|
456
|
-
"tttx-
|
|
457
|
-
"tttx-
|
|
458
|
-
"tttx-
|
|
459
|
-
"tttx-
|
|
460
|
-
"tttx-keyvalue-
|
|
461
|
-
"tttx-
|
|
462
|
-
"tttx-loading-
|
|
463
|
-
"tttx-multiselect-
|
|
464
|
-
"tttx-percentage-
|
|
465
|
-
"tttx-
|
|
466
|
-
"tttx-select-
|
|
467
|
-
"tttx-
|
|
468
|
-
"tttx-standalone-
|
|
469
|
-
"tttx-
|
|
470
|
-
"tttx-
|
|
471
|
-
"tttx-
|
|
472
|
-
"tttx-
|
|
473
|
-
"tttx-tree-
|
|
470
|
+
"tttx-button_1_4_0": HTMLTttxButton_1_4_0Element;
|
|
471
|
+
"tttx-checkbox-group-caption_1_4_0": HTMLTttxCheckboxGroupCaption_1_4_0Element;
|
|
472
|
+
"tttx-checkbox-group-heading_1_4_0": HTMLTttxCheckboxGroupHeading_1_4_0Element;
|
|
473
|
+
"tttx-checkbox-group_1_4_0": HTMLTttxCheckboxGroup_1_4_0Element;
|
|
474
|
+
"tttx-checkbox_1_4_0": HTMLTttxCheckbox_1_4_0Element;
|
|
475
|
+
"tttx-data-pattern_1_4_0": HTMLTttxDataPattern_1_4_0Element;
|
|
476
|
+
"tttx-dialog-box_1_4_0": HTMLTttxDialogBox_1_4_0Element;
|
|
477
|
+
"tttx-dialog_1_4_0": HTMLTttxDialog_1_4_0Element;
|
|
478
|
+
"tttx-expander_1_4_0": HTMLTttxExpander_1_4_0Element;
|
|
479
|
+
"tttx-filter_1_4_0": HTMLTttxFilter_1_4_0Element;
|
|
480
|
+
"tttx-form_1_4_0": HTMLTttxForm_1_4_0Element;
|
|
481
|
+
"tttx-icon_1_4_0": HTMLTttxIcon_1_4_0Element;
|
|
482
|
+
"tttx-keyvalue-block_1_4_0": HTMLTttxKeyvalueBlock_1_4_0Element;
|
|
483
|
+
"tttx-list_1_4_0": HTMLTttxList_1_4_0Element;
|
|
484
|
+
"tttx-loading-spinner_1_4_0": HTMLTttxLoadingSpinner_1_4_0Element;
|
|
485
|
+
"tttx-multiselect-box_1_4_0": HTMLTttxMultiselectBox_1_4_0Element;
|
|
486
|
+
"tttx-percentage-bar_1_4_0": HTMLTttxPercentageBar_1_4_0Element;
|
|
487
|
+
"tttx-qrcode_1_4_0": HTMLTttxQrcode_1_4_0Element;
|
|
488
|
+
"tttx-select-box_1_4_0": HTMLTttxSelectBox_1_4_0Element;
|
|
489
|
+
"tttx-sorter_1_4_0": HTMLTttxSorter_1_4_0Element;
|
|
490
|
+
"tttx-standalone-input_1_4_0": HTMLTttxStandaloneInput_1_4_0Element;
|
|
491
|
+
"tttx-tabs_1_4_0": HTMLTttxTabs_1_4_0Element;
|
|
492
|
+
"tttx-tag_1_4_0": HTMLTttxTag_1_4_0Element;
|
|
493
|
+
"tttx-textarea_1_4_0": HTMLTttxTextarea_1_4_0Element;
|
|
494
|
+
"tttx-toolbar_1_4_0": HTMLTttxToolbar_1_4_0Element;
|
|
495
|
+
"tttx-tree-view_1_4_0": HTMLTttxTreeView_1_4_0Element;
|
|
474
496
|
}
|
|
475
497
|
}
|
|
476
498
|
declare namespace LocalJSX {
|
|
477
|
-
interface
|
|
499
|
+
interface TttxButton_1_4_0 {
|
|
478
500
|
"design"?: string;
|
|
479
501
|
"icon"?: string;
|
|
480
502
|
"iconcolor"?: string;
|
|
481
503
|
"iconposition"?: 'left' | 'right';
|
|
482
504
|
"notext"?: boolean;
|
|
483
505
|
}
|
|
484
|
-
interface
|
|
506
|
+
interface TttxCheckboxGroupCaption_1_4_0 {
|
|
485
507
|
}
|
|
486
|
-
interface
|
|
508
|
+
interface TttxCheckboxGroupHeading_1_4_0 {
|
|
487
509
|
}
|
|
488
|
-
interface
|
|
510
|
+
interface TttxCheckboxGroup_1_4_0 {
|
|
489
511
|
}
|
|
490
|
-
interface
|
|
512
|
+
interface TttxCheckbox_1_4_0 {
|
|
491
513
|
"checkboxId"?: string;
|
|
492
514
|
"checked"?: boolean;
|
|
493
515
|
"indeterminate"?: boolean;
|
|
494
516
|
"inline"?: boolean;
|
|
495
517
|
"label"?: string;
|
|
496
|
-
"onCheckboxChangeEvent"?: (event:
|
|
518
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_4_0CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
497
519
|
}
|
|
498
|
-
interface
|
|
520
|
+
interface TttxDataPattern_1_4_0 {
|
|
499
521
|
"data"?: string;
|
|
500
522
|
"filterheader"?: string;
|
|
501
523
|
"filteroptions"?: string;
|
|
502
524
|
"sorteroptions"?: string;
|
|
503
525
|
}
|
|
504
|
-
interface
|
|
526
|
+
interface TttxDialogBox_1_4_0 {
|
|
505
527
|
"allowOverflow"?: boolean;
|
|
506
528
|
"data"?: string | DialogItems;
|
|
507
|
-
"onButtonClick"?: (event:
|
|
508
|
-
"onCloseButtonClick"?: (event:
|
|
529
|
+
"onButtonClick"?: (event: TttxDialogBox_1_4_0CustomEvent<any>) => void;
|
|
530
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_4_0CustomEvent<any>) => void;
|
|
509
531
|
"open"?: boolean;
|
|
510
532
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
511
533
|
}
|
|
512
|
-
interface
|
|
534
|
+
interface TttxDialog_1_4_0 {
|
|
513
535
|
"allowOverflow"?: boolean;
|
|
514
536
|
"closeEnabled"?: boolean;
|
|
515
537
|
"header"?: string;
|
|
516
|
-
"onCloseButtonClick"?: (event:
|
|
538
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_4_0CustomEvent<any>) => void;
|
|
517
539
|
"open"?: boolean;
|
|
518
540
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
519
541
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
520
542
|
}
|
|
521
|
-
interface
|
|
543
|
+
interface TttxExpander_1_4_0 {
|
|
522
544
|
"lefticon"?: string;
|
|
523
545
|
"lefticoncolor"?: string;
|
|
524
546
|
"name"?: string;
|
|
525
|
-
"onToggleExpander"?: (event:
|
|
547
|
+
"onToggleExpander"?: (event: TttxExpander_1_4_0CustomEvent<{ open: boolean; name: string }>) => void;
|
|
526
548
|
"open"?: boolean;
|
|
527
549
|
}
|
|
528
|
-
interface
|
|
550
|
+
interface TttxFilter_1_4_0 {
|
|
529
551
|
"defaultFilterOptions"?: string[] | string;
|
|
530
552
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
531
553
|
"filterHeader"?: string;
|
|
532
554
|
"filterKey"?: string;
|
|
533
555
|
"filterOptions"?: string | FilterSettings[];
|
|
534
|
-
"onFilterChangeEvent"?: (event:
|
|
535
|
-
"onToggleFilter"?: (event:
|
|
556
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_4_0CustomEvent<FilterChangeEvent>) => void;
|
|
557
|
+
"onToggleFilter"?: (event: TttxFilter_1_4_0CustomEvent<boolean>) => void;
|
|
536
558
|
"popoverWidth"?: string;
|
|
537
559
|
"showOptionIcons"?: boolean;
|
|
538
560
|
"showSearchField"?: boolean;
|
|
539
561
|
"showSelectAll"?: boolean;
|
|
540
562
|
}
|
|
541
|
-
interface
|
|
563
|
+
interface TttxForm_1_4_0 {
|
|
542
564
|
"data"?: any;
|
|
543
565
|
"formschema"?: Record<string, any> | string;
|
|
544
|
-
"onDataChanged"?: (event:
|
|
545
|
-
"onDataSubmitted"?: (event:
|
|
566
|
+
"onDataChanged"?: (event: TttxForm_1_4_0CustomEvent<{ name: string; value: string }>) => void;
|
|
567
|
+
"onDataSubmitted"?: (event: TttxForm_1_4_0CustomEvent<FormData>) => void;
|
|
546
568
|
}
|
|
547
|
-
interface
|
|
569
|
+
interface TttxIcon_1_4_0 {
|
|
548
570
|
"color"?: string;
|
|
549
571
|
"icon"?: string;
|
|
550
572
|
"size"?: number;
|
|
551
573
|
}
|
|
552
|
-
interface
|
|
574
|
+
interface TttxKeyvalueBlock_1_4_0 {
|
|
553
575
|
"horizontal"?: boolean;
|
|
554
576
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
555
577
|
"spacedout"?: boolean;
|
|
556
578
|
}
|
|
557
|
-
interface
|
|
579
|
+
interface TttxList_1_4_0 {
|
|
558
580
|
"data"?: string | ListItem[];
|
|
559
581
|
"name"?: string;
|
|
560
|
-
"onListRowCheckboxClick"?: (event:
|
|
561
|
-
"onListRowClick"?: (event:
|
|
582
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_4_0CustomEvent<{ key: string; name: string; data: any }>) => void;
|
|
583
|
+
"onListRowClick"?: (event: TttxList_1_4_0CustomEvent<{ key: string; name: string; data: any }>) => void;
|
|
562
584
|
}
|
|
563
|
-
interface
|
|
585
|
+
interface TttxLoadingSpinner_1_4_0 {
|
|
564
586
|
"loadingMessage"?: boolean;
|
|
565
587
|
"size"?: 'small' | 'large';
|
|
566
588
|
}
|
|
567
|
-
interface
|
|
589
|
+
interface TttxMultiselectBox_1_4_0 {
|
|
568
590
|
"htmlVisibleValue"?: boolean;
|
|
569
591
|
"inline"?: boolean;
|
|
570
592
|
"label"?: string;
|
|
571
|
-
"onChangesApplied"?: (event:
|
|
572
|
-
"onSelectItemEvent"?: (event:
|
|
573
|
-
"onToggleOpen"?: (event:
|
|
593
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_4_0CustomEvent<SelectItem[]>) => void;
|
|
594
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_4_0CustomEvent<SelectItem>) => void;
|
|
595
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_4_0CustomEvent<boolean>) => void;
|
|
574
596
|
"optionsData"?: string | SelectItem[];
|
|
575
597
|
"placeholder"?: string;
|
|
576
598
|
"searchEnabled"?: boolean;
|
|
577
599
|
"visibleValue"?: string;
|
|
578
600
|
}
|
|
579
|
-
interface
|
|
601
|
+
interface TttxPercentageBar_1_4_0 {
|
|
580
602
|
"color"?: string;
|
|
581
603
|
"labelid"?: string;
|
|
582
604
|
"min"?: string;
|
|
583
605
|
"percentage"?: string | number;
|
|
584
606
|
"thresholds"?: string | Threshold[];
|
|
585
607
|
}
|
|
586
|
-
interface
|
|
608
|
+
interface TttxQrcode_1_4_0 {
|
|
587
609
|
"link"?: string;
|
|
588
610
|
"size"?: number;
|
|
589
611
|
}
|
|
590
|
-
interface
|
|
612
|
+
interface TttxSelectBox_1_4_0 {
|
|
591
613
|
"inline"?: boolean;
|
|
592
614
|
"label"?: string;
|
|
593
|
-
"onSelectItemEvent"?: (event:
|
|
594
|
-
"onToggleOpen"?: (event:
|
|
615
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_4_0CustomEvent<SelectItem1>) => void;
|
|
616
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_4_0CustomEvent<boolean>) => void;
|
|
595
617
|
"optionsData"?: string | SelectItem1[];
|
|
596
618
|
"placeholder"?: string;
|
|
597
619
|
"searchEnabled"?: boolean;
|
|
598
620
|
"selectedValue"?: string;
|
|
599
621
|
}
|
|
600
|
-
interface
|
|
622
|
+
interface TttxSorter_1_4_0 {
|
|
601
623
|
"defaultOption"?: string;
|
|
602
624
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
603
625
|
"fieldOptionsData"?: string | SorterData;
|
|
604
|
-
"onSorterChangeEvent"?: (event:
|
|
605
|
-
"onToggleSorter"?: (event:
|
|
626
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_4_0CustomEvent<SorterChangeEvent>) => void;
|
|
627
|
+
"onToggleSorter"?: (event: TttxSorter_1_4_0CustomEvent<boolean>) => void;
|
|
606
628
|
"sorterKey"?: string;
|
|
607
629
|
}
|
|
608
|
-
interface
|
|
630
|
+
interface TttxStandaloneInput_1_4_0 {
|
|
609
631
|
"autocomplete"?: 'off' | 'on';
|
|
610
632
|
"checked"?: boolean;
|
|
611
633
|
"disabled"?: boolean;
|
|
@@ -621,8 +643,8 @@ declare namespace LocalJSX {
|
|
|
621
643
|
"inputiconcolor"?: string;
|
|
622
644
|
/**
|
|
623
645
|
* tabindex - Allows the HTML elements to be focusable
|
|
624
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
625
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
646
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_4_0 input-index="1" />
|
|
647
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_4_0 inputindex={1} />
|
|
626
648
|
*/
|
|
627
649
|
"inputindex"?: string | number;
|
|
628
650
|
/**
|
|
@@ -636,13 +658,13 @@ declare namespace LocalJSX {
|
|
|
636
658
|
"min"?: MinMaxDates | number;
|
|
637
659
|
"minlength"?: string | number;
|
|
638
660
|
"name"?: string;
|
|
639
|
-
"onBlurChanged"?: (event:
|
|
640
|
-
"onFocusChanged"?: (event:
|
|
641
|
-
"onInputIconClick"?: (event:
|
|
642
|
-
"onInvalidChanged"?: (event:
|
|
643
|
-
"onLeftIconClick"?: (event:
|
|
644
|
-
"onRightIconClick"?: (event:
|
|
645
|
-
"onValueChanged"?: (event:
|
|
661
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_4_0CustomEvent<string>) => void;
|
|
662
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_4_0CustomEvent<string>) => void;
|
|
663
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_4_0CustomEvent<void>) => void;
|
|
664
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_4_0CustomEvent<string>) => void;
|
|
665
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_4_0CustomEvent<void>) => void;
|
|
666
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_4_0CustomEvent<void>) => void;
|
|
667
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_4_0CustomEvent<string>) => void;
|
|
646
668
|
"pattern"?: string;
|
|
647
669
|
"placeholder"?: string;
|
|
648
670
|
"readonly"?: string | boolean;
|
|
@@ -657,27 +679,27 @@ declare namespace LocalJSX {
|
|
|
657
679
|
"type"?: string;
|
|
658
680
|
"value"?: string | number;
|
|
659
681
|
}
|
|
660
|
-
interface
|
|
682
|
+
interface TttxTabs_1_4_0 {
|
|
661
683
|
"navigation"?: boolean;
|
|
662
|
-
"onLeftNavigation"?: (event:
|
|
663
|
-
"onRightNavigation"?: (event:
|
|
664
|
-
"onTabClick"?: (event:
|
|
684
|
+
"onLeftNavigation"?: (event: TttxTabs_1_4_0CustomEvent<any>) => void;
|
|
685
|
+
"onRightNavigation"?: (event: TttxTabs_1_4_0CustomEvent<any>) => void;
|
|
686
|
+
"onTabClick"?: (event: TttxTabs_1_4_0CustomEvent<{ tabId: string }>) => void;
|
|
665
687
|
"tabs"?: string | Tab[];
|
|
666
688
|
"tabsName"?: string;
|
|
667
689
|
"wide"?: boolean;
|
|
668
690
|
}
|
|
669
|
-
interface
|
|
691
|
+
interface TttxTag_1_4_0 {
|
|
670
692
|
"color"?: string;
|
|
671
693
|
"text"?: string;
|
|
672
694
|
"textColor"?: string;
|
|
673
695
|
}
|
|
674
|
-
interface
|
|
696
|
+
interface TttxTextarea_1_4_0 {
|
|
675
697
|
"disabled"?: boolean;
|
|
676
698
|
"errormsg"?: string;
|
|
677
699
|
/**
|
|
678
700
|
* tabindex - Allows the HTML elements to be focusable
|
|
679
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
680
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
701
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_4_0 input-index="1" />
|
|
702
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_4_0 inputindex={1} />
|
|
681
703
|
*/
|
|
682
704
|
"inputindex"?: string | number;
|
|
683
705
|
/**
|
|
@@ -688,10 +710,10 @@ declare namespace LocalJSX {
|
|
|
688
710
|
"label"?: string;
|
|
689
711
|
"maxlength"?: string | number;
|
|
690
712
|
"name"?: string;
|
|
691
|
-
"onBlurChanged"?: (event:
|
|
692
|
-
"onFocusChanged"?: (event:
|
|
693
|
-
"onInvalidChanged"?: (event:
|
|
694
|
-
"onValueChanged"?: (event:
|
|
713
|
+
"onBlurChanged"?: (event: TttxTextarea_1_4_0CustomEvent<string>) => void;
|
|
714
|
+
"onFocusChanged"?: (event: TttxTextarea_1_4_0CustomEvent<string>) => void;
|
|
715
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_4_0CustomEvent<string>) => void;
|
|
716
|
+
"onValueChanged"?: (event: TttxTextarea_1_4_0CustomEvent<string>) => void;
|
|
695
717
|
"placeholder"?: string;
|
|
696
718
|
"readonly"?: string | boolean;
|
|
697
719
|
"required"?: boolean;
|
|
@@ -705,73 +727,73 @@ declare namespace LocalJSX {
|
|
|
705
727
|
"textareaautofocus"?: boolean;
|
|
706
728
|
"value"?: string | number;
|
|
707
729
|
}
|
|
708
|
-
interface
|
|
730
|
+
interface TttxToolbar_1_4_0 {
|
|
709
731
|
"border"?: boolean;
|
|
710
732
|
}
|
|
711
|
-
interface
|
|
733
|
+
interface TttxTreeView_1_4_0 {
|
|
712
734
|
"data"?: TreeViewItem[];
|
|
713
|
-
"onClickEvent"?: (event:
|
|
714
|
-
"onExpandNode"?: (event:
|
|
735
|
+
"onClickEvent"?: (event: TttxTreeView_1_4_0CustomEvent<TreeViewItem>) => void;
|
|
736
|
+
"onExpandNode"?: (event: TttxTreeView_1_4_0CustomEvent<ExpandNodeEvent>) => void;
|
|
715
737
|
}
|
|
716
738
|
interface IntrinsicElements {
|
|
717
|
-
"tttx-
|
|
718
|
-
"tttx-checkbox-group-
|
|
719
|
-
"tttx-checkbox-group-
|
|
720
|
-
"tttx-checkbox-
|
|
721
|
-
"tttx-
|
|
722
|
-
"tttx-data-
|
|
723
|
-
"tttx-dialog-
|
|
724
|
-
"tttx-
|
|
725
|
-
"tttx-
|
|
726
|
-
"tttx-
|
|
727
|
-
"tttx-
|
|
728
|
-
"tttx-
|
|
729
|
-
"tttx-keyvalue-
|
|
730
|
-
"tttx-
|
|
731
|
-
"tttx-loading-
|
|
732
|
-
"tttx-multiselect-
|
|
733
|
-
"tttx-percentage-
|
|
734
|
-
"tttx-
|
|
735
|
-
"tttx-select-
|
|
736
|
-
"tttx-
|
|
737
|
-
"tttx-standalone-
|
|
738
|
-
"tttx-
|
|
739
|
-
"tttx-
|
|
740
|
-
"tttx-
|
|
741
|
-
"tttx-
|
|
742
|
-
"tttx-tree-
|
|
739
|
+
"tttx-button_1_4_0": TttxButton_1_4_0;
|
|
740
|
+
"tttx-checkbox-group-caption_1_4_0": TttxCheckboxGroupCaption_1_4_0;
|
|
741
|
+
"tttx-checkbox-group-heading_1_4_0": TttxCheckboxGroupHeading_1_4_0;
|
|
742
|
+
"tttx-checkbox-group_1_4_0": TttxCheckboxGroup_1_4_0;
|
|
743
|
+
"tttx-checkbox_1_4_0": TttxCheckbox_1_4_0;
|
|
744
|
+
"tttx-data-pattern_1_4_0": TttxDataPattern_1_4_0;
|
|
745
|
+
"tttx-dialog-box_1_4_0": TttxDialogBox_1_4_0;
|
|
746
|
+
"tttx-dialog_1_4_0": TttxDialog_1_4_0;
|
|
747
|
+
"tttx-expander_1_4_0": TttxExpander_1_4_0;
|
|
748
|
+
"tttx-filter_1_4_0": TttxFilter_1_4_0;
|
|
749
|
+
"tttx-form_1_4_0": TttxForm_1_4_0;
|
|
750
|
+
"tttx-icon_1_4_0": TttxIcon_1_4_0;
|
|
751
|
+
"tttx-keyvalue-block_1_4_0": TttxKeyvalueBlock_1_4_0;
|
|
752
|
+
"tttx-list_1_4_0": TttxList_1_4_0;
|
|
753
|
+
"tttx-loading-spinner_1_4_0": TttxLoadingSpinner_1_4_0;
|
|
754
|
+
"tttx-multiselect-box_1_4_0": TttxMultiselectBox_1_4_0;
|
|
755
|
+
"tttx-percentage-bar_1_4_0": TttxPercentageBar_1_4_0;
|
|
756
|
+
"tttx-qrcode_1_4_0": TttxQrcode_1_4_0;
|
|
757
|
+
"tttx-select-box_1_4_0": TttxSelectBox_1_4_0;
|
|
758
|
+
"tttx-sorter_1_4_0": TttxSorter_1_4_0;
|
|
759
|
+
"tttx-standalone-input_1_4_0": TttxStandaloneInput_1_4_0;
|
|
760
|
+
"tttx-tabs_1_4_0": TttxTabs_1_4_0;
|
|
761
|
+
"tttx-tag_1_4_0": TttxTag_1_4_0;
|
|
762
|
+
"tttx-textarea_1_4_0": TttxTextarea_1_4_0;
|
|
763
|
+
"tttx-toolbar_1_4_0": TttxToolbar_1_4_0;
|
|
764
|
+
"tttx-tree-view_1_4_0": TttxTreeView_1_4_0;
|
|
743
765
|
}
|
|
744
766
|
}
|
|
745
767
|
export { LocalJSX as JSX };
|
|
746
768
|
declare module "@stencil/core" {
|
|
747
769
|
export namespace JSX {
|
|
748
770
|
interface IntrinsicElements {
|
|
749
|
-
"tttx-
|
|
750
|
-
"tttx-checkbox-group-
|
|
751
|
-
"tttx-checkbox-group-
|
|
752
|
-
"tttx-checkbox-
|
|
753
|
-
"tttx-
|
|
754
|
-
"tttx-data-
|
|
755
|
-
"tttx-dialog-
|
|
756
|
-
"tttx-
|
|
757
|
-
"tttx-
|
|
758
|
-
"tttx-
|
|
759
|
-
"tttx-
|
|
760
|
-
"tttx-
|
|
761
|
-
"tttx-keyvalue-
|
|
762
|
-
"tttx-
|
|
763
|
-
"tttx-loading-
|
|
764
|
-
"tttx-multiselect-
|
|
765
|
-
"tttx-percentage-
|
|
766
|
-
"tttx-
|
|
767
|
-
"tttx-select-
|
|
768
|
-
"tttx-
|
|
769
|
-
"tttx-standalone-
|
|
770
|
-
"tttx-
|
|
771
|
-
"tttx-
|
|
772
|
-
"tttx-
|
|
773
|
-
"tttx-
|
|
774
|
-
"tttx-tree-
|
|
771
|
+
"tttx-button_1_4_0": LocalJSX.TttxButton_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxButton_1_4_0Element>;
|
|
772
|
+
"tttx-checkbox-group-caption_1_4_0": LocalJSX.TttxCheckboxGroupCaption_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_4_0Element>;
|
|
773
|
+
"tttx-checkbox-group-heading_1_4_0": LocalJSX.TttxCheckboxGroupHeading_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_4_0Element>;
|
|
774
|
+
"tttx-checkbox-group_1_4_0": LocalJSX.TttxCheckboxGroup_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_4_0Element>;
|
|
775
|
+
"tttx-checkbox_1_4_0": LocalJSX.TttxCheckbox_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_4_0Element>;
|
|
776
|
+
"tttx-data-pattern_1_4_0": LocalJSX.TttxDataPattern_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_4_0Element>;
|
|
777
|
+
"tttx-dialog-box_1_4_0": LocalJSX.TttxDialogBox_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_4_0Element>;
|
|
778
|
+
"tttx-dialog_1_4_0": LocalJSX.TttxDialog_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_4_0Element>;
|
|
779
|
+
"tttx-expander_1_4_0": LocalJSX.TttxExpander_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_4_0Element>;
|
|
780
|
+
"tttx-filter_1_4_0": LocalJSX.TttxFilter_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_4_0Element>;
|
|
781
|
+
"tttx-form_1_4_0": LocalJSX.TttxForm_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxForm_1_4_0Element>;
|
|
782
|
+
"tttx-icon_1_4_0": LocalJSX.TttxIcon_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_4_0Element>;
|
|
783
|
+
"tttx-keyvalue-block_1_4_0": LocalJSX.TttxKeyvalueBlock_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_4_0Element>;
|
|
784
|
+
"tttx-list_1_4_0": LocalJSX.TttxList_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxList_1_4_0Element>;
|
|
785
|
+
"tttx-loading-spinner_1_4_0": LocalJSX.TttxLoadingSpinner_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_4_0Element>;
|
|
786
|
+
"tttx-multiselect-box_1_4_0": LocalJSX.TttxMultiselectBox_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_4_0Element>;
|
|
787
|
+
"tttx-percentage-bar_1_4_0": LocalJSX.TttxPercentageBar_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_4_0Element>;
|
|
788
|
+
"tttx-qrcode_1_4_0": LocalJSX.TttxQrcode_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_4_0Element>;
|
|
789
|
+
"tttx-select-box_1_4_0": LocalJSX.TttxSelectBox_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_4_0Element>;
|
|
790
|
+
"tttx-sorter_1_4_0": LocalJSX.TttxSorter_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_4_0Element>;
|
|
791
|
+
"tttx-standalone-input_1_4_0": LocalJSX.TttxStandaloneInput_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_4_0Element>;
|
|
792
|
+
"tttx-tabs_1_4_0": LocalJSX.TttxTabs_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_4_0Element>;
|
|
793
|
+
"tttx-tag_1_4_0": LocalJSX.TttxTag_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxTag_1_4_0Element>;
|
|
794
|
+
"tttx-textarea_1_4_0": LocalJSX.TttxTextarea_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_4_0Element>;
|
|
795
|
+
"tttx-toolbar_1_4_0": LocalJSX.TttxToolbar_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_4_0Element>;
|
|
796
|
+
"tttx-tree-view_1_4_0": LocalJSX.TttxTreeView_1_4_0 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_4_0Element>;
|
|
775
797
|
}
|
|
776
798
|
}
|
|
777
799
|
}
|