@3t-transform/threeteeui 1.2.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_2_0.cjs.entry.js → tttx-button_1_3_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_2_0.cjs.entry.js → tttx-checkbox-group-caption_1_3_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_2_0.cjs.entry.js → tttx-checkbox-group-heading_1_3_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_2_0.cjs.entry.js → tttx-checkbox-group_1_3_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_2_0.cjs.entry.js → tttx-checkbox_1_3_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_2_0.cjs.entry.js → tttx-data-pattern_1_3_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-dialog-box_1_2_0.cjs.entry.js → tttx-dialog-box_1_3_0.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_2_0.cjs.entry.js → tttx-dialog_1_3_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_2_0.cjs.entry.js → tttx-expander_1_3_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_2_0_4.cjs.entry.js → tttx-filter_1_3_0_4.cjs.entry.js} +17 -10
- package/dist/cjs/{tttx-form_1_2_0.cjs.entry.js → tttx-form_1_3_0.cjs.entry.js} +159 -127
- package/dist/cjs/{tttx-icon_1_2_0.cjs.entry.js → tttx-icon_1_3_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_2_0.cjs.entry.js → tttx-keyvalue-block_1_3_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_2_0.cjs.entry.js → tttx-loading-spinner_1_3_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-multiselect-box_1_2_0.cjs.entry.js → tttx-multiselect-box_1_3_0.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_2_0.cjs.entry.js → tttx-percentage-bar_1_3_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_2_0.cjs.entry.js → tttx-qrcode_1_3_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_2_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_2_0.cjs.entry.js → tttx-tabs_1_3_0.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_2_0.cjs.entry.js → tttx-tag_1_3_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_2_0.cjs.entry.js → tttx-textarea_1_3_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tree-view_1_2_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.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/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_2_0.d.ts → tttx-button_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-button_1_2_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_2_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_2_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_2_0.js → tttx-checkbox-group_1_3_0.js} +5 -5
- package/dist/components/{tttx-textarea_1_2_0.d.ts → tttx-checkbox_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_2_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_2_0.js → tttx-data-pattern_1_3_0.js} +13 -13
- package/dist/components/{tttx-dialog-box_1_2_0.d.ts → tttx-dialog-box_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-dialog-box_1_2_0.js → tttx-dialog-box_1_3_0.js} +9 -9
- package/dist/components/{tttx-filter_1_2_0.d.ts → tttx-dialog_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_2_0.js → tttx-dialog_1_3_0.js} +8 -8
- package/dist/components/{tttx-expander_1_2_0.d.ts → tttx-expander_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-expander_1_2_0.js → tttx-expander_1_3_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_3_0.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_2_0.js → tttx-filter_1_3_0.js} +2 -2
- package/dist/components/{tttx-icon_1_2_0.d.ts → tttx-form_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-form_1_2_0.js → tttx-form_1_3_0.js} +166 -134
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-list_1_2_0.d.ts → tttx-icon_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_2_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_2_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_2_0.d.ts → tttx-list_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-list_1_2_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_2_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_2_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_2_0.js → tttx-percentage-bar_1_3_0.js} +6 -6
- package/dist/components/{tttx-dialog_1_2_0.d.ts → tttx-qrcode_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_2_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_2_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_2_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_2_0.js → tttx-standalone-input_1_3_0.js} +2 -2
- package/dist/components/{tttx-tabs_1_2_0.d.ts → tttx-tabs_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_2_0.js → tttx-tabs_1_3_0.js} +9 -9
- package/dist/components/{tttx-tag_1_2_0.d.ts → tttx-tag_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_2_0.js → tttx-tag_1_3_0.js} +5 -5
- package/dist/components/{tttx-checkbox_1_2_0.d.ts → tttx-textarea_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-textarea_1_2_0.js → tttx-textarea_1_3_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_3_0.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_2_0.js → tttx-toolbar_1_3_0.js} +2 -2
- package/dist/components/{tttx-tree-view_1_2_0.d.ts → tttx-tree-view_1_3_0.d.ts} +4 -4
- package/dist/components/{tttx-tree-view_1_2_0.js → tttx-tree-view_1_3_0.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_2_0.entry.js → tttx-button_1_3_0.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_2_0.entry.js → tttx-checkbox-group-caption_1_3_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_2_0.entry.js → tttx-checkbox-group-heading_1_3_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_2_0.entry.js → tttx-checkbox-group_1_3_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_2_0.entry.js → tttx-checkbox_1_3_0.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_2_0.entry.js → tttx-data-pattern_1_3_0.entry.js} +2 -2
- package/dist/esm/{tttx-dialog-box_1_2_0.entry.js → tttx-dialog-box_1_3_0.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_2_0.entry.js → tttx-dialog_1_3_0.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_2_0.entry.js → tttx-expander_1_3_0.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_2_0_4.entry.js → tttx-filter_1_3_0_4.entry.js} +14 -7
- package/dist/esm/{tttx-form_1_2_0.entry.js → tttx-form_1_3_0.entry.js} +159 -127
- package/dist/esm/{tttx-icon_1_2_0.entry.js → tttx-icon_1_3_0.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_2_0.entry.js → tttx-keyvalue-block_1_3_0.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_2_0.entry.js → tttx-loading-spinner_1_3_0.entry.js} +1 -1
- package/dist/esm/{tttx-multiselect-box_1_2_0.entry.js → tttx-multiselect-box_1_3_0.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_2_0.entry.js → tttx-percentage-bar_1_3_0.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_2_0.entry.js → tttx-qrcode_1_3_0.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_2_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_2_0.entry.js → tttx-tabs_1_3_0.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_2_0.entry.js → tttx-tag_1_3_0.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_2_0.entry.js → tttx-textarea_1_3_0.entry.js} +2 -2
- package/dist/esm/{tttx-tree-view_1_2_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 -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-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/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 +305 -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_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,25 +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;
|
|
91
92
|
"size": number;
|
|
92
93
|
}
|
|
93
|
-
interface
|
|
94
|
+
interface TttxKeyvalueBlock_1_3_0 {
|
|
94
95
|
"horizontal": boolean;
|
|
95
96
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
96
97
|
"spacedout": boolean;
|
|
97
98
|
}
|
|
98
|
-
interface
|
|
99
|
+
interface TttxList_1_3_0 {
|
|
99
100
|
"data": string | ListItem[];
|
|
100
101
|
"name": string;
|
|
101
102
|
}
|
|
102
|
-
interface
|
|
103
|
+
interface TttxLoadingSpinner_1_3_0 {
|
|
103
104
|
"loadingMessage": boolean;
|
|
104
105
|
"size": 'small' | 'large';
|
|
105
106
|
}
|
|
106
|
-
interface
|
|
107
|
+
interface TttxMultiselectBox_1_3_0 {
|
|
107
108
|
"htmlVisibleValue": boolean;
|
|
108
109
|
"inline": boolean;
|
|
109
110
|
"label": string;
|
|
@@ -112,18 +113,18 @@ export namespace Components {
|
|
|
112
113
|
"searchEnabled": boolean;
|
|
113
114
|
"visibleValue": string;
|
|
114
115
|
}
|
|
115
|
-
interface
|
|
116
|
+
interface TttxPercentageBar_1_3_0 {
|
|
116
117
|
"color"?: string;
|
|
117
118
|
"labelid"?: string;
|
|
118
119
|
"min": string;
|
|
119
120
|
"percentage": string | number;
|
|
120
121
|
"thresholds"?: string | Threshold[];
|
|
121
122
|
}
|
|
122
|
-
interface
|
|
123
|
+
interface TttxQrcode_1_3_0 {
|
|
123
124
|
"link": string;
|
|
124
125
|
"size": number;
|
|
125
126
|
}
|
|
126
|
-
interface
|
|
127
|
+
interface TttxSelectBox_1_3_0 {
|
|
127
128
|
"inline": boolean;
|
|
128
129
|
"label": string;
|
|
129
130
|
"optionsData": string | SelectItem1[];
|
|
@@ -132,13 +133,13 @@ export namespace Components {
|
|
|
132
133
|
"selectedValue": string;
|
|
133
134
|
"setSelectedItem": (value: string) => Promise<void>;
|
|
134
135
|
}
|
|
135
|
-
interface
|
|
136
|
+
interface TttxSorter_1_3_0 {
|
|
136
137
|
"defaultOption": string;
|
|
137
138
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
138
139
|
"fieldOptionsData": string | SorterData;
|
|
139
140
|
"sorterKey": string;
|
|
140
141
|
}
|
|
141
|
-
interface
|
|
142
|
+
interface TttxStandaloneInput_1_3_0 {
|
|
142
143
|
"autocomplete": 'off' | 'on';
|
|
143
144
|
"checked": boolean;
|
|
144
145
|
"disabled": boolean;
|
|
@@ -154,8 +155,8 @@ export namespace Components {
|
|
|
154
155
|
"inputiconcolor": string;
|
|
155
156
|
/**
|
|
156
157
|
* 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-
|
|
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} />
|
|
159
160
|
*/
|
|
160
161
|
"inputindex": string | number;
|
|
161
162
|
/**
|
|
@@ -183,24 +184,24 @@ export namespace Components {
|
|
|
183
184
|
"type": string;
|
|
184
185
|
"value": string | number;
|
|
185
186
|
}
|
|
186
|
-
interface
|
|
187
|
+
interface TttxTabs_1_3_0 {
|
|
187
188
|
"navigation": boolean;
|
|
188
189
|
"tabs": string | Tab[];
|
|
189
190
|
"tabsName": string;
|
|
190
191
|
"wide": boolean;
|
|
191
192
|
}
|
|
192
|
-
interface
|
|
193
|
+
interface TttxTag_1_3_0 {
|
|
193
194
|
"color": string;
|
|
194
195
|
"text": string;
|
|
195
196
|
"textColor": string;
|
|
196
197
|
}
|
|
197
|
-
interface
|
|
198
|
+
interface TttxTextarea_1_3_0 {
|
|
198
199
|
"disabled": boolean;
|
|
199
200
|
"errormsg": string;
|
|
200
201
|
/**
|
|
201
202
|
* 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-
|
|
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} />
|
|
204
205
|
*/
|
|
205
206
|
"inputindex": string | number;
|
|
206
207
|
/**
|
|
@@ -224,388 +225,388 @@ export namespace Components {
|
|
|
224
225
|
"textareaautofocus": boolean;
|
|
225
226
|
"value": string | number;
|
|
226
227
|
}
|
|
227
|
-
interface
|
|
228
|
+
interface TttxToolbar_1_3_0 {
|
|
228
229
|
"border": boolean;
|
|
229
230
|
}
|
|
230
|
-
interface
|
|
231
|
+
interface TttxTreeView_1_3_0 {
|
|
231
232
|
"data": TreeViewItem[];
|
|
232
233
|
}
|
|
233
234
|
}
|
|
234
|
-
export interface
|
|
235
|
+
export interface TttxCheckbox_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
235
236
|
detail: T;
|
|
236
|
-
target:
|
|
237
|
+
target: HTMLTttxCheckbox_1_3_0Element;
|
|
237
238
|
}
|
|
238
|
-
export interface
|
|
239
|
+
export interface TttxDialogBox_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
239
240
|
detail: T;
|
|
240
|
-
target:
|
|
241
|
+
target: HTMLTttxDialogBox_1_3_0Element;
|
|
241
242
|
}
|
|
242
|
-
export interface
|
|
243
|
+
export interface TttxDialog_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
243
244
|
detail: T;
|
|
244
|
-
target:
|
|
245
|
+
target: HTMLTttxDialog_1_3_0Element;
|
|
245
246
|
}
|
|
246
|
-
export interface
|
|
247
|
+
export interface TttxExpander_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
247
248
|
detail: T;
|
|
248
|
-
target:
|
|
249
|
+
target: HTMLTttxExpander_1_3_0Element;
|
|
249
250
|
}
|
|
250
|
-
export interface
|
|
251
|
+
export interface TttxFilter_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
251
252
|
detail: T;
|
|
252
|
-
target:
|
|
253
|
+
target: HTMLTttxFilter_1_3_0Element;
|
|
253
254
|
}
|
|
254
|
-
export interface
|
|
255
|
+
export interface TttxForm_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
255
256
|
detail: T;
|
|
256
|
-
target:
|
|
257
|
+
target: HTMLTttxForm_1_3_0Element;
|
|
257
258
|
}
|
|
258
|
-
export interface
|
|
259
|
+
export interface TttxList_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
259
260
|
detail: T;
|
|
260
|
-
target:
|
|
261
|
+
target: HTMLTttxList_1_3_0Element;
|
|
261
262
|
}
|
|
262
|
-
export interface
|
|
263
|
+
export interface TttxMultiselectBox_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
263
264
|
detail: T;
|
|
264
|
-
target:
|
|
265
|
+
target: HTMLTttxMultiselectBox_1_3_0Element;
|
|
265
266
|
}
|
|
266
|
-
export interface
|
|
267
|
+
export interface TttxSelectBox_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
267
268
|
detail: T;
|
|
268
|
-
target:
|
|
269
|
+
target: HTMLTttxSelectBox_1_3_0Element;
|
|
269
270
|
}
|
|
270
|
-
export interface
|
|
271
|
+
export interface TttxSorter_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
271
272
|
detail: T;
|
|
272
|
-
target:
|
|
273
|
+
target: HTMLTttxSorter_1_3_0Element;
|
|
273
274
|
}
|
|
274
|
-
export interface
|
|
275
|
+
export interface TttxStandaloneInput_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
275
276
|
detail: T;
|
|
276
|
-
target:
|
|
277
|
+
target: HTMLTttxStandaloneInput_1_3_0Element;
|
|
277
278
|
}
|
|
278
|
-
export interface
|
|
279
|
+
export interface TttxTabs_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
279
280
|
detail: T;
|
|
280
|
-
target:
|
|
281
|
+
target: HTMLTttxTabs_1_3_0Element;
|
|
281
282
|
}
|
|
282
|
-
export interface
|
|
283
|
+
export interface TttxTextarea_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
283
284
|
detail: T;
|
|
284
|
-
target:
|
|
285
|
+
target: HTMLTttxTextarea_1_3_0Element;
|
|
285
286
|
}
|
|
286
|
-
export interface
|
|
287
|
+
export interface TttxTreeView_1_3_0CustomEvent<T> extends CustomEvent<T> {
|
|
287
288
|
detail: T;
|
|
288
|
-
target:
|
|
289
|
+
target: HTMLTttxTreeView_1_3_0Element;
|
|
289
290
|
}
|
|
290
291
|
declare global {
|
|
291
|
-
interface
|
|
292
|
+
interface HTMLTttxButton_1_3_0Element extends Components.TttxButton_1_3_0, HTMLStencilElement {
|
|
292
293
|
}
|
|
293
|
-
var
|
|
294
|
-
prototype:
|
|
295
|
-
new ():
|
|
294
|
+
var HTMLTttxButton_1_3_0Element: {
|
|
295
|
+
prototype: HTMLTttxButton_1_3_0Element;
|
|
296
|
+
new (): HTMLTttxButton_1_3_0Element;
|
|
296
297
|
};
|
|
297
|
-
interface
|
|
298
|
+
interface HTMLTttxCheckboxGroupCaption_1_3_0Element extends Components.TttxCheckboxGroupCaption_1_3_0, HTMLStencilElement {
|
|
298
299
|
}
|
|
299
|
-
var
|
|
300
|
-
prototype:
|
|
301
|
-
new ():
|
|
300
|
+
var HTMLTttxCheckboxGroupCaption_1_3_0Element: {
|
|
301
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_3_0Element;
|
|
302
|
+
new (): HTMLTttxCheckboxGroupCaption_1_3_0Element;
|
|
302
303
|
};
|
|
303
|
-
interface
|
|
304
|
+
interface HTMLTttxCheckboxGroupHeading_1_3_0Element extends Components.TttxCheckboxGroupHeading_1_3_0, HTMLStencilElement {
|
|
304
305
|
}
|
|
305
|
-
var
|
|
306
|
-
prototype:
|
|
307
|
-
new ():
|
|
306
|
+
var HTMLTttxCheckboxGroupHeading_1_3_0Element: {
|
|
307
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_3_0Element;
|
|
308
|
+
new (): HTMLTttxCheckboxGroupHeading_1_3_0Element;
|
|
308
309
|
};
|
|
309
|
-
interface
|
|
310
|
+
interface HTMLTttxCheckboxGroup_1_3_0Element extends Components.TttxCheckboxGroup_1_3_0, HTMLStencilElement {
|
|
310
311
|
}
|
|
311
|
-
var
|
|
312
|
-
prototype:
|
|
313
|
-
new ():
|
|
312
|
+
var HTMLTttxCheckboxGroup_1_3_0Element: {
|
|
313
|
+
prototype: HTMLTttxCheckboxGroup_1_3_0Element;
|
|
314
|
+
new (): HTMLTttxCheckboxGroup_1_3_0Element;
|
|
314
315
|
};
|
|
315
|
-
interface
|
|
316
|
+
interface HTMLTttxCheckbox_1_3_0Element extends Components.TttxCheckbox_1_3_0, HTMLStencilElement {
|
|
316
317
|
}
|
|
317
|
-
var
|
|
318
|
-
prototype:
|
|
319
|
-
new ():
|
|
318
|
+
var HTMLTttxCheckbox_1_3_0Element: {
|
|
319
|
+
prototype: HTMLTttxCheckbox_1_3_0Element;
|
|
320
|
+
new (): HTMLTttxCheckbox_1_3_0Element;
|
|
320
321
|
};
|
|
321
|
-
interface
|
|
322
|
+
interface HTMLTttxDataPattern_1_3_0Element extends Components.TttxDataPattern_1_3_0, HTMLStencilElement {
|
|
322
323
|
}
|
|
323
|
-
var
|
|
324
|
-
prototype:
|
|
325
|
-
new ():
|
|
324
|
+
var HTMLTttxDataPattern_1_3_0Element: {
|
|
325
|
+
prototype: HTMLTttxDataPattern_1_3_0Element;
|
|
326
|
+
new (): HTMLTttxDataPattern_1_3_0Element;
|
|
326
327
|
};
|
|
327
|
-
interface
|
|
328
|
+
interface HTMLTttxDialogBox_1_3_0Element extends Components.TttxDialogBox_1_3_0, HTMLStencilElement {
|
|
328
329
|
}
|
|
329
|
-
var
|
|
330
|
-
prototype:
|
|
331
|
-
new ():
|
|
330
|
+
var HTMLTttxDialogBox_1_3_0Element: {
|
|
331
|
+
prototype: HTMLTttxDialogBox_1_3_0Element;
|
|
332
|
+
new (): HTMLTttxDialogBox_1_3_0Element;
|
|
332
333
|
};
|
|
333
|
-
interface
|
|
334
|
+
interface HTMLTttxDialog_1_3_0Element extends Components.TttxDialog_1_3_0, HTMLStencilElement {
|
|
334
335
|
}
|
|
335
|
-
var
|
|
336
|
-
prototype:
|
|
337
|
-
new ():
|
|
336
|
+
var HTMLTttxDialog_1_3_0Element: {
|
|
337
|
+
prototype: HTMLTttxDialog_1_3_0Element;
|
|
338
|
+
new (): HTMLTttxDialog_1_3_0Element;
|
|
338
339
|
};
|
|
339
|
-
interface
|
|
340
|
+
interface HTMLTttxExpander_1_3_0Element extends Components.TttxExpander_1_3_0, HTMLStencilElement {
|
|
340
341
|
}
|
|
341
|
-
var
|
|
342
|
-
prototype:
|
|
343
|
-
new ():
|
|
342
|
+
var HTMLTttxExpander_1_3_0Element: {
|
|
343
|
+
prototype: HTMLTttxExpander_1_3_0Element;
|
|
344
|
+
new (): HTMLTttxExpander_1_3_0Element;
|
|
344
345
|
};
|
|
345
|
-
interface
|
|
346
|
+
interface HTMLTttxFilter_1_3_0Element extends Components.TttxFilter_1_3_0, HTMLStencilElement {
|
|
346
347
|
}
|
|
347
|
-
var
|
|
348
|
-
prototype:
|
|
349
|
-
new ():
|
|
348
|
+
var HTMLTttxFilter_1_3_0Element: {
|
|
349
|
+
prototype: HTMLTttxFilter_1_3_0Element;
|
|
350
|
+
new (): HTMLTttxFilter_1_3_0Element;
|
|
350
351
|
};
|
|
351
|
-
interface
|
|
352
|
+
interface HTMLTttxForm_1_3_0Element extends Components.TttxForm_1_3_0, HTMLStencilElement {
|
|
352
353
|
}
|
|
353
|
-
var
|
|
354
|
-
prototype:
|
|
355
|
-
new ():
|
|
354
|
+
var HTMLTttxForm_1_3_0Element: {
|
|
355
|
+
prototype: HTMLTttxForm_1_3_0Element;
|
|
356
|
+
new (): HTMLTttxForm_1_3_0Element;
|
|
356
357
|
};
|
|
357
|
-
interface
|
|
358
|
+
interface HTMLTttxIcon_1_3_0Element extends Components.TttxIcon_1_3_0, HTMLStencilElement {
|
|
358
359
|
}
|
|
359
|
-
var
|
|
360
|
-
prototype:
|
|
361
|
-
new ():
|
|
360
|
+
var HTMLTttxIcon_1_3_0Element: {
|
|
361
|
+
prototype: HTMLTttxIcon_1_3_0Element;
|
|
362
|
+
new (): HTMLTttxIcon_1_3_0Element;
|
|
362
363
|
};
|
|
363
|
-
interface
|
|
364
|
+
interface HTMLTttxKeyvalueBlock_1_3_0Element extends Components.TttxKeyvalueBlock_1_3_0, HTMLStencilElement {
|
|
364
365
|
}
|
|
365
|
-
var
|
|
366
|
-
prototype:
|
|
367
|
-
new ():
|
|
366
|
+
var HTMLTttxKeyvalueBlock_1_3_0Element: {
|
|
367
|
+
prototype: HTMLTttxKeyvalueBlock_1_3_0Element;
|
|
368
|
+
new (): HTMLTttxKeyvalueBlock_1_3_0Element;
|
|
368
369
|
};
|
|
369
|
-
interface
|
|
370
|
+
interface HTMLTttxList_1_3_0Element extends Components.TttxList_1_3_0, HTMLStencilElement {
|
|
370
371
|
}
|
|
371
|
-
var
|
|
372
|
-
prototype:
|
|
373
|
-
new ():
|
|
372
|
+
var HTMLTttxList_1_3_0Element: {
|
|
373
|
+
prototype: HTMLTttxList_1_3_0Element;
|
|
374
|
+
new (): HTMLTttxList_1_3_0Element;
|
|
374
375
|
};
|
|
375
|
-
interface
|
|
376
|
+
interface HTMLTttxLoadingSpinner_1_3_0Element extends Components.TttxLoadingSpinner_1_3_0, HTMLStencilElement {
|
|
376
377
|
}
|
|
377
|
-
var
|
|
378
|
-
prototype:
|
|
379
|
-
new ():
|
|
378
|
+
var HTMLTttxLoadingSpinner_1_3_0Element: {
|
|
379
|
+
prototype: HTMLTttxLoadingSpinner_1_3_0Element;
|
|
380
|
+
new (): HTMLTttxLoadingSpinner_1_3_0Element;
|
|
380
381
|
};
|
|
381
|
-
interface
|
|
382
|
+
interface HTMLTttxMultiselectBox_1_3_0Element extends Components.TttxMultiselectBox_1_3_0, HTMLStencilElement {
|
|
382
383
|
}
|
|
383
|
-
var
|
|
384
|
-
prototype:
|
|
385
|
-
new ():
|
|
384
|
+
var HTMLTttxMultiselectBox_1_3_0Element: {
|
|
385
|
+
prototype: HTMLTttxMultiselectBox_1_3_0Element;
|
|
386
|
+
new (): HTMLTttxMultiselectBox_1_3_0Element;
|
|
386
387
|
};
|
|
387
|
-
interface
|
|
388
|
+
interface HTMLTttxPercentageBar_1_3_0Element extends Components.TttxPercentageBar_1_3_0, HTMLStencilElement {
|
|
388
389
|
}
|
|
389
|
-
var
|
|
390
|
-
prototype:
|
|
391
|
-
new ():
|
|
390
|
+
var HTMLTttxPercentageBar_1_3_0Element: {
|
|
391
|
+
prototype: HTMLTttxPercentageBar_1_3_0Element;
|
|
392
|
+
new (): HTMLTttxPercentageBar_1_3_0Element;
|
|
392
393
|
};
|
|
393
|
-
interface
|
|
394
|
+
interface HTMLTttxQrcode_1_3_0Element extends Components.TttxQrcode_1_3_0, HTMLStencilElement {
|
|
394
395
|
}
|
|
395
|
-
var
|
|
396
|
-
prototype:
|
|
397
|
-
new ():
|
|
396
|
+
var HTMLTttxQrcode_1_3_0Element: {
|
|
397
|
+
prototype: HTMLTttxQrcode_1_3_0Element;
|
|
398
|
+
new (): HTMLTttxQrcode_1_3_0Element;
|
|
398
399
|
};
|
|
399
|
-
interface
|
|
400
|
+
interface HTMLTttxSelectBox_1_3_0Element extends Components.TttxSelectBox_1_3_0, HTMLStencilElement {
|
|
400
401
|
}
|
|
401
|
-
var
|
|
402
|
-
prototype:
|
|
403
|
-
new ():
|
|
402
|
+
var HTMLTttxSelectBox_1_3_0Element: {
|
|
403
|
+
prototype: HTMLTttxSelectBox_1_3_0Element;
|
|
404
|
+
new (): HTMLTttxSelectBox_1_3_0Element;
|
|
404
405
|
};
|
|
405
|
-
interface
|
|
406
|
+
interface HTMLTttxSorter_1_3_0Element extends Components.TttxSorter_1_3_0, HTMLStencilElement {
|
|
406
407
|
}
|
|
407
|
-
var
|
|
408
|
-
prototype:
|
|
409
|
-
new ():
|
|
408
|
+
var HTMLTttxSorter_1_3_0Element: {
|
|
409
|
+
prototype: HTMLTttxSorter_1_3_0Element;
|
|
410
|
+
new (): HTMLTttxSorter_1_3_0Element;
|
|
410
411
|
};
|
|
411
|
-
interface
|
|
412
|
+
interface HTMLTttxStandaloneInput_1_3_0Element extends Components.TttxStandaloneInput_1_3_0, HTMLStencilElement {
|
|
412
413
|
}
|
|
413
|
-
var
|
|
414
|
-
prototype:
|
|
415
|
-
new ():
|
|
414
|
+
var HTMLTttxStandaloneInput_1_3_0Element: {
|
|
415
|
+
prototype: HTMLTttxStandaloneInput_1_3_0Element;
|
|
416
|
+
new (): HTMLTttxStandaloneInput_1_3_0Element;
|
|
416
417
|
};
|
|
417
|
-
interface
|
|
418
|
+
interface HTMLTttxTabs_1_3_0Element extends Components.TttxTabs_1_3_0, HTMLStencilElement {
|
|
418
419
|
}
|
|
419
|
-
var
|
|
420
|
-
prototype:
|
|
421
|
-
new ():
|
|
420
|
+
var HTMLTttxTabs_1_3_0Element: {
|
|
421
|
+
prototype: HTMLTttxTabs_1_3_0Element;
|
|
422
|
+
new (): HTMLTttxTabs_1_3_0Element;
|
|
422
423
|
};
|
|
423
|
-
interface
|
|
424
|
+
interface HTMLTttxTag_1_3_0Element extends Components.TttxTag_1_3_0, HTMLStencilElement {
|
|
424
425
|
}
|
|
425
|
-
var
|
|
426
|
-
prototype:
|
|
427
|
-
new ():
|
|
426
|
+
var HTMLTttxTag_1_3_0Element: {
|
|
427
|
+
prototype: HTMLTttxTag_1_3_0Element;
|
|
428
|
+
new (): HTMLTttxTag_1_3_0Element;
|
|
428
429
|
};
|
|
429
|
-
interface
|
|
430
|
+
interface HTMLTttxTextarea_1_3_0Element extends Components.TttxTextarea_1_3_0, HTMLStencilElement {
|
|
430
431
|
}
|
|
431
|
-
var
|
|
432
|
-
prototype:
|
|
433
|
-
new ():
|
|
432
|
+
var HTMLTttxTextarea_1_3_0Element: {
|
|
433
|
+
prototype: HTMLTttxTextarea_1_3_0Element;
|
|
434
|
+
new (): HTMLTttxTextarea_1_3_0Element;
|
|
434
435
|
};
|
|
435
|
-
interface
|
|
436
|
+
interface HTMLTttxToolbar_1_3_0Element extends Components.TttxToolbar_1_3_0, HTMLStencilElement {
|
|
436
437
|
}
|
|
437
|
-
var
|
|
438
|
-
prototype:
|
|
439
|
-
new ():
|
|
438
|
+
var HTMLTttxToolbar_1_3_0Element: {
|
|
439
|
+
prototype: HTMLTttxToolbar_1_3_0Element;
|
|
440
|
+
new (): HTMLTttxToolbar_1_3_0Element;
|
|
440
441
|
};
|
|
441
|
-
interface
|
|
442
|
+
interface HTMLTttxTreeView_1_3_0Element extends Components.TttxTreeView_1_3_0, HTMLStencilElement {
|
|
442
443
|
}
|
|
443
|
-
var
|
|
444
|
-
prototype:
|
|
445
|
-
new ():
|
|
444
|
+
var HTMLTttxTreeView_1_3_0Element: {
|
|
445
|
+
prototype: HTMLTttxTreeView_1_3_0Element;
|
|
446
|
+
new (): HTMLTttxTreeView_1_3_0Element;
|
|
446
447
|
};
|
|
447
448
|
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-
|
|
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;
|
|
474
475
|
}
|
|
475
476
|
}
|
|
476
477
|
declare namespace LocalJSX {
|
|
477
|
-
interface
|
|
478
|
+
interface TttxButton_1_3_0 {
|
|
478
479
|
"design"?: string;
|
|
479
480
|
"icon"?: string;
|
|
480
481
|
"iconcolor"?: string;
|
|
481
482
|
"iconposition"?: 'left' | 'right';
|
|
482
483
|
"notext"?: boolean;
|
|
483
484
|
}
|
|
484
|
-
interface
|
|
485
|
+
interface TttxCheckboxGroupCaption_1_3_0 {
|
|
485
486
|
}
|
|
486
|
-
interface
|
|
487
|
+
interface TttxCheckboxGroupHeading_1_3_0 {
|
|
487
488
|
}
|
|
488
|
-
interface
|
|
489
|
+
interface TttxCheckboxGroup_1_3_0 {
|
|
489
490
|
}
|
|
490
|
-
interface
|
|
491
|
+
interface TttxCheckbox_1_3_0 {
|
|
491
492
|
"checkboxId"?: string;
|
|
492
493
|
"checked"?: boolean;
|
|
493
494
|
"indeterminate"?: boolean;
|
|
494
495
|
"inline"?: boolean;
|
|
495
496
|
"label"?: string;
|
|
496
|
-
"onCheckboxChangeEvent"?: (event:
|
|
497
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_3_0CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
497
498
|
}
|
|
498
|
-
interface
|
|
499
|
+
interface TttxDataPattern_1_3_0 {
|
|
499
500
|
"data"?: string;
|
|
500
501
|
"filterheader"?: string;
|
|
501
502
|
"filteroptions"?: string;
|
|
502
503
|
"sorteroptions"?: string;
|
|
503
504
|
}
|
|
504
|
-
interface
|
|
505
|
+
interface TttxDialogBox_1_3_0 {
|
|
505
506
|
"allowOverflow"?: boolean;
|
|
506
507
|
"data"?: string | DialogItems;
|
|
507
|
-
"onButtonClick"?: (event:
|
|
508
|
-
"onCloseButtonClick"?: (event:
|
|
508
|
+
"onButtonClick"?: (event: TttxDialogBox_1_3_0CustomEvent<any>) => void;
|
|
509
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_3_0CustomEvent<any>) => void;
|
|
509
510
|
"open"?: boolean;
|
|
510
511
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
511
512
|
}
|
|
512
|
-
interface
|
|
513
|
+
interface TttxDialog_1_3_0 {
|
|
513
514
|
"allowOverflow"?: boolean;
|
|
514
515
|
"closeEnabled"?: boolean;
|
|
515
516
|
"header"?: string;
|
|
516
|
-
"onCloseButtonClick"?: (event:
|
|
517
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_3_0CustomEvent<any>) => void;
|
|
517
518
|
"open"?: boolean;
|
|
518
519
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
519
520
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
520
521
|
}
|
|
521
|
-
interface
|
|
522
|
+
interface TttxExpander_1_3_0 {
|
|
522
523
|
"lefticon"?: string;
|
|
523
524
|
"lefticoncolor"?: string;
|
|
524
525
|
"name"?: string;
|
|
525
|
-
"onToggleExpander"?: (event:
|
|
526
|
+
"onToggleExpander"?: (event: TttxExpander_1_3_0CustomEvent<{ open: boolean; name: string }>) => void;
|
|
526
527
|
"open"?: boolean;
|
|
527
528
|
}
|
|
528
|
-
interface
|
|
529
|
+
interface TttxFilter_1_3_0 {
|
|
529
530
|
"defaultFilterOptions"?: string[] | string;
|
|
530
531
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
531
532
|
"filterHeader"?: string;
|
|
532
533
|
"filterKey"?: string;
|
|
533
534
|
"filterOptions"?: string | FilterSettings[];
|
|
534
|
-
"onFilterChangeEvent"?: (event:
|
|
535
|
-
"onToggleFilter"?: (event:
|
|
535
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_3_0CustomEvent<FilterChangeEvent>) => void;
|
|
536
|
+
"onToggleFilter"?: (event: TttxFilter_1_3_0CustomEvent<boolean>) => void;
|
|
536
537
|
"popoverWidth"?: string;
|
|
537
538
|
"showOptionIcons"?: boolean;
|
|
538
539
|
"showSearchField"?: boolean;
|
|
539
540
|
"showSelectAll"?: boolean;
|
|
540
541
|
}
|
|
541
|
-
interface
|
|
542
|
+
interface TttxForm_1_3_0 {
|
|
542
543
|
"data"?: any;
|
|
543
544
|
"formschema"?: Record<string, any> | string;
|
|
544
|
-
"onDataChanged"?: (event:
|
|
545
|
-
"onDataSubmitted"?: (event:
|
|
545
|
+
"onDataChanged"?: (event: TttxForm_1_3_0CustomEvent<{ name: string; value: string }>) => void;
|
|
546
|
+
"onDataSubmitted"?: (event: TttxForm_1_3_0CustomEvent<FormData>) => void;
|
|
546
547
|
}
|
|
547
|
-
interface
|
|
548
|
+
interface TttxIcon_1_3_0 {
|
|
548
549
|
"color"?: string;
|
|
549
550
|
"icon"?: string;
|
|
550
551
|
"size"?: number;
|
|
551
552
|
}
|
|
552
|
-
interface
|
|
553
|
+
interface TttxKeyvalueBlock_1_3_0 {
|
|
553
554
|
"horizontal"?: boolean;
|
|
554
555
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
555
556
|
"spacedout"?: boolean;
|
|
556
557
|
}
|
|
557
|
-
interface
|
|
558
|
+
interface TttxList_1_3_0 {
|
|
558
559
|
"data"?: string | ListItem[];
|
|
559
560
|
"name"?: string;
|
|
560
|
-
"onListRowCheckboxClick"?: (event:
|
|
561
|
-
"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;
|
|
562
563
|
}
|
|
563
|
-
interface
|
|
564
|
+
interface TttxLoadingSpinner_1_3_0 {
|
|
564
565
|
"loadingMessage"?: boolean;
|
|
565
566
|
"size"?: 'small' | 'large';
|
|
566
567
|
}
|
|
567
|
-
interface
|
|
568
|
+
interface TttxMultiselectBox_1_3_0 {
|
|
568
569
|
"htmlVisibleValue"?: boolean;
|
|
569
570
|
"inline"?: boolean;
|
|
570
571
|
"label"?: string;
|
|
571
|
-
"onChangesApplied"?: (event:
|
|
572
|
-
"onSelectItemEvent"?: (event:
|
|
573
|
-
"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;
|
|
574
575
|
"optionsData"?: string | SelectItem[];
|
|
575
576
|
"placeholder"?: string;
|
|
576
577
|
"searchEnabled"?: boolean;
|
|
577
578
|
"visibleValue"?: string;
|
|
578
579
|
}
|
|
579
|
-
interface
|
|
580
|
+
interface TttxPercentageBar_1_3_0 {
|
|
580
581
|
"color"?: string;
|
|
581
582
|
"labelid"?: string;
|
|
582
583
|
"min"?: string;
|
|
583
584
|
"percentage"?: string | number;
|
|
584
585
|
"thresholds"?: string | Threshold[];
|
|
585
586
|
}
|
|
586
|
-
interface
|
|
587
|
+
interface TttxQrcode_1_3_0 {
|
|
587
588
|
"link"?: string;
|
|
588
589
|
"size"?: number;
|
|
589
590
|
}
|
|
590
|
-
interface
|
|
591
|
+
interface TttxSelectBox_1_3_0 {
|
|
591
592
|
"inline"?: boolean;
|
|
592
593
|
"label"?: string;
|
|
593
|
-
"onSelectItemEvent"?: (event:
|
|
594
|
-
"onToggleOpen"?: (event:
|
|
594
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_3_0CustomEvent<SelectItem1>) => void;
|
|
595
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_3_0CustomEvent<boolean>) => void;
|
|
595
596
|
"optionsData"?: string | SelectItem1[];
|
|
596
597
|
"placeholder"?: string;
|
|
597
598
|
"searchEnabled"?: boolean;
|
|
598
599
|
"selectedValue"?: string;
|
|
599
600
|
}
|
|
600
|
-
interface
|
|
601
|
+
interface TttxSorter_1_3_0 {
|
|
601
602
|
"defaultOption"?: string;
|
|
602
603
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
603
604
|
"fieldOptionsData"?: string | SorterData;
|
|
604
|
-
"onSorterChangeEvent"?: (event:
|
|
605
|
-
"onToggleSorter"?: (event:
|
|
605
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_3_0CustomEvent<SorterChangeEvent>) => void;
|
|
606
|
+
"onToggleSorter"?: (event: TttxSorter_1_3_0CustomEvent<boolean>) => void;
|
|
606
607
|
"sorterKey"?: string;
|
|
607
608
|
}
|
|
608
|
-
interface
|
|
609
|
+
interface TttxStandaloneInput_1_3_0 {
|
|
609
610
|
"autocomplete"?: 'off' | 'on';
|
|
610
611
|
"checked"?: boolean;
|
|
611
612
|
"disabled"?: boolean;
|
|
@@ -621,8 +622,8 @@ declare namespace LocalJSX {
|
|
|
621
622
|
"inputiconcolor"?: string;
|
|
622
623
|
/**
|
|
623
624
|
* 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-
|
|
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} />
|
|
626
627
|
*/
|
|
627
628
|
"inputindex"?: string | number;
|
|
628
629
|
/**
|
|
@@ -636,13 +637,13 @@ declare namespace LocalJSX {
|
|
|
636
637
|
"min"?: MinMaxDates | number;
|
|
637
638
|
"minlength"?: string | number;
|
|
638
639
|
"name"?: string;
|
|
639
|
-
"onBlurChanged"?: (event:
|
|
640
|
-
"onFocusChanged"?: (event:
|
|
641
|
-
"onInputIconClick"?: (event:
|
|
642
|
-
"onInvalidChanged"?: (event:
|
|
643
|
-
"onLeftIconClick"?: (event:
|
|
644
|
-
"onRightIconClick"?: (event:
|
|
645
|
-
"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;
|
|
646
647
|
"pattern"?: string;
|
|
647
648
|
"placeholder"?: string;
|
|
648
649
|
"readonly"?: string | boolean;
|
|
@@ -657,27 +658,27 @@ declare namespace LocalJSX {
|
|
|
657
658
|
"type"?: string;
|
|
658
659
|
"value"?: string | number;
|
|
659
660
|
}
|
|
660
|
-
interface
|
|
661
|
+
interface TttxTabs_1_3_0 {
|
|
661
662
|
"navigation"?: boolean;
|
|
662
|
-
"onLeftNavigation"?: (event:
|
|
663
|
-
"onRightNavigation"?: (event:
|
|
664
|
-
"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;
|
|
665
666
|
"tabs"?: string | Tab[];
|
|
666
667
|
"tabsName"?: string;
|
|
667
668
|
"wide"?: boolean;
|
|
668
669
|
}
|
|
669
|
-
interface
|
|
670
|
+
interface TttxTag_1_3_0 {
|
|
670
671
|
"color"?: string;
|
|
671
672
|
"text"?: string;
|
|
672
673
|
"textColor"?: string;
|
|
673
674
|
}
|
|
674
|
-
interface
|
|
675
|
+
interface TttxTextarea_1_3_0 {
|
|
675
676
|
"disabled"?: boolean;
|
|
676
677
|
"errormsg"?: string;
|
|
677
678
|
/**
|
|
678
679
|
* 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-
|
|
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} />
|
|
681
682
|
*/
|
|
682
683
|
"inputindex"?: string | number;
|
|
683
684
|
/**
|
|
@@ -688,10 +689,10 @@ declare namespace LocalJSX {
|
|
|
688
689
|
"label"?: string;
|
|
689
690
|
"maxlength"?: string | number;
|
|
690
691
|
"name"?: string;
|
|
691
|
-
"onBlurChanged"?: (event:
|
|
692
|
-
"onFocusChanged"?: (event:
|
|
693
|
-
"onInvalidChanged"?: (event:
|
|
694
|
-
"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;
|
|
695
696
|
"placeholder"?: string;
|
|
696
697
|
"readonly"?: string | boolean;
|
|
697
698
|
"required"?: boolean;
|
|
@@ -705,73 +706,73 @@ declare namespace LocalJSX {
|
|
|
705
706
|
"textareaautofocus"?: boolean;
|
|
706
707
|
"value"?: string | number;
|
|
707
708
|
}
|
|
708
|
-
interface
|
|
709
|
+
interface TttxToolbar_1_3_0 {
|
|
709
710
|
"border"?: boolean;
|
|
710
711
|
}
|
|
711
|
-
interface
|
|
712
|
+
interface TttxTreeView_1_3_0 {
|
|
712
713
|
"data"?: TreeViewItem[];
|
|
713
|
-
"onClickEvent"?: (event:
|
|
714
|
-
"onExpandNode"?: (event:
|
|
714
|
+
"onClickEvent"?: (event: TttxTreeView_1_3_0CustomEvent<TreeViewItem>) => void;
|
|
715
|
+
"onExpandNode"?: (event: TttxTreeView_1_3_0CustomEvent<ExpandNodeEvent>) => void;
|
|
715
716
|
}
|
|
716
717
|
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-
|
|
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;
|
|
743
744
|
}
|
|
744
745
|
}
|
|
745
746
|
export { LocalJSX as JSX };
|
|
746
747
|
declare module "@stencil/core" {
|
|
747
748
|
export namespace JSX {
|
|
748
749
|
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-
|
|
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>;
|
|
775
776
|
}
|
|
776
777
|
}
|
|
777
778
|
}
|