@3t-transform/threeteeui 1.6.0 → 1.7.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_6_0.cjs.entry.js → tttx-button_1_7_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_6_0.cjs.entry.js → tttx-checkbox-group-caption_1_7_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_6_0.cjs.entry.js → tttx-checkbox-group-heading_1_7_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_6_0.cjs.entry.js → tttx-checkbox-group_1_7_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_6_0.cjs.entry.js → tttx-checkbox_1_7_0.cjs.entry.js} +2 -2
- package/dist/cjs/tttx-comments_1_7_0.cjs.entry.js +77 -0
- package/dist/cjs/{tttx-data-pattern_1_6_0.cjs.entry.js → tttx-data-pattern_1_7_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-datacard_1_6_0.cjs.entry.js → tttx-datacard_1_7_0.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog-box_1_6_0.cjs.entry.js → tttx-dialog-box_1_7_0.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_6_0.cjs.entry.js → tttx-dialog_1_7_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_6_0.cjs.entry.js → tttx-expander_1_7_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_6_0_4.cjs.entry.js → tttx-filter_1_7_0_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_6_0.cjs.entry.js → tttx-form_1_7_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-icon_1_6_0.cjs.entry.js → tttx-icon_1_7_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_6_0.cjs.entry.js → tttx-keyvalue-block_1_7_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_6_0.cjs.entry.js → tttx-loading-spinner_1_7_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-multiselect-box_1_6_0.cjs.entry.js → tttx-multiselect-box_1_7_0.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_6_0.cjs.entry.js → tttx-percentage-bar_1_7_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_6_0.cjs.entry.js → tttx-qrcode_1_7_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_6_0.cjs.entry.js → tttx-select-box_1_7_0.cjs.entry.js} +4 -4
- package/dist/cjs/tttx-standalone-input_1_7_0.cjs.entry.js +94 -0
- package/dist/cjs/{tttx-tabs_1_6_0.cjs.entry.js → tttx-tabs_1_7_0.cjs.entry.js} +13 -4
- package/dist/cjs/{tttx-tag_1_6_0.cjs.entry.js → tttx-tag_1_7_0.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_6_0.cjs.entry.js → tttx-textarea_1_7_0.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tree-view_1_6_0.cjs.entry.js → tttx-tree-view_1_7_0.cjs.entry.js} +3 -3
- package/dist/cjs/tttx.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- 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-datacard/tttx-datacard.js +3 -3
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.stories.js +5 -5
- 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-comments/tttx-comments.css +80 -0
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.js +149 -0
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.stories.js +38 -0
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.js +2 -2
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.js +3 -3
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.stories.js +24 -24
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.js +2 -2
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.stories.js +9 -9
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.js +3 -3
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.stories.js +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.js +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +5 -5
- package/dist/collection/components/molecules/tttx-list/tttx-list.js +3 -3
- package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +47 -47
- 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 +4 -4
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +18 -18
- 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 +12 -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 +28 -27
- package/dist/components/index.js +28 -27
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_6_0.d.ts → tttx-button_1_7_0.d.ts} +4 -4
- package/dist/components/{tttx-button_1_6_0.js → tttx-button_1_7_0.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_7_0.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_6_0.js → tttx-checkbox-group-caption_1_7_0.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_7_0.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_6_0.js → tttx-checkbox-group-heading_1_7_0.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_7_0.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_6_0.js → tttx-checkbox-group_1_7_0.js} +5 -5
- package/dist/components/{tttx-expander_1_6_0.d.ts → tttx-checkbox_1_7_0.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_6_0.js → tttx-checkbox_1_7_0.js} +7 -7
- package/dist/components/{tttx-datacard_1_6_0.d.ts → tttx-comments_1_7_0.d.ts} +4 -4
- package/dist/components/tttx-comments_1_7_0.js +95 -0
- package/dist/components/tttx-data-pattern_1_7_0.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_6_0.js → tttx-data-pattern_1_7_0.js} +13 -13
- package/dist/components/{tttx-checkbox_1_6_0.d.ts → tttx-datacard_1_7_0.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_6_0.js → tttx-datacard_1_7_0.js} +8 -8
- package/dist/components/{tttx-dialog-box_1_6_0.d.ts → tttx-dialog-box_1_7_0.d.ts} +4 -4
- package/dist/components/{tttx-dialog-box_1_6_0.js → tttx-dialog-box_1_7_0.js} +9 -9
- package/dist/components/{tttx-filter_1_6_0.d.ts → tttx-dialog_1_7_0.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_6_0.js → tttx-dialog_1_7_0.js} +8 -8
- package/dist/components/{tttx-textarea_1_6_0.d.ts → tttx-expander_1_7_0.d.ts} +4 -4
- package/dist/components/{tttx-expander_1_6_0.js → tttx-expander_1_7_0.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-qrcode_1_6_0.d.ts → tttx-filter_1_7_0.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_6_0.js → tttx-filter_1_7_0.js} +2 -2
- package/dist/components/{tttx-icon_1_6_0.d.ts → tttx-form_1_7_0.d.ts} +4 -4
- package/dist/components/{tttx-form_1_6_0.js → tttx-form_1_7_0.js} +9 -9
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-list_1_6_0.d.ts → tttx-icon_1_7_0.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_6_0.js → tttx-icon_1_7_0.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_7_0.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_6_0.js → tttx-keyvalue-block_1_7_0.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-form_1_6_0.d.ts → tttx-list_1_7_0.d.ts} +4 -4
- package/dist/components/{tttx-list_1_6_0.js → tttx-list_1_7_0.js} +2 -2
- package/dist/components/tttx-loading-spinner_1_7_0.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_6_0.js → tttx-loading-spinner_1_7_0.js} +5 -5
- package/dist/components/tttx-multiselect-box_1_7_0.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_6_0.js → tttx-multiselect-box_1_7_0.js} +13 -13
- package/dist/components/tttx-percentage-bar_1_7_0.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_6_0.js → tttx-percentage-bar_1_7_0.js} +6 -6
- package/dist/components/{tttx-dialog_1_6_0.d.ts → tttx-qrcode_1_7_0.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_6_0.js → tttx-qrcode_1_7_0.js} +5 -5
- package/dist/components/tttx-select-box.js +8 -8
- package/dist/components/tttx-select-box_1_7_0.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_6_0.js → tttx-select-box_1_7_0.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_7_0.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_6_0.js → tttx-sorter_1_7_0.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_7_0.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_6_0.js → tttx-standalone-input_1_7_0.js} +2 -2
- package/dist/components/{tttx-tabs_1_6_0.d.ts → tttx-tabs_1_7_0.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_6_0.js → tttx-tabs_1_7_0.js} +18 -9
- package/dist/components/{tttx-tag_1_6_0.d.ts → tttx-tag_1_7_0.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_6_0.js → tttx-tag_1_7_0.js} +5 -5
- package/dist/components/tttx-textarea_1_7_0.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_6_0.js → tttx-textarea_1_7_0.js} +6 -6
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-toolbar_1_6_0.d.ts → tttx-toolbar_1_7_0.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_6_0.js → tttx-toolbar_1_7_0.js} +2 -2
- package/dist/components/tttx-tree-view_1_7_0.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_6_0.js → tttx-tree-view_1_7_0.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_6_0.entry.js → tttx-button_1_7_0.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_6_0.entry.js → tttx-checkbox-group-caption_1_7_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_6_0.entry.js → tttx-checkbox-group-heading_1_7_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_6_0.entry.js → tttx-checkbox-group_1_7_0.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_6_0.entry.js → tttx-checkbox_1_7_0.entry.js} +2 -2
- package/dist/esm/tttx-comments_1_7_0.entry.js +73 -0
- package/dist/esm/{tttx-data-pattern_1_6_0.entry.js → tttx-data-pattern_1_7_0.entry.js} +2 -2
- package/dist/esm/{tttx-datacard_1_6_0.entry.js → tttx-datacard_1_7_0.entry.js} +3 -3
- package/dist/esm/{tttx-dialog-box_1_6_0.entry.js → tttx-dialog-box_1_7_0.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_6_0.entry.js → tttx-dialog_1_7_0.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_6_0.entry.js → tttx-expander_1_7_0.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_6_0_4.entry.js → tttx-filter_1_7_0_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_6_0.entry.js → tttx-form_1_7_0.entry.js} +2 -2
- package/dist/esm/{tttx-icon_1_6_0.entry.js → tttx-icon_1_7_0.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_6_0.entry.js → tttx-keyvalue-block_1_7_0.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_6_0.entry.js → tttx-loading-spinner_1_7_0.entry.js} +1 -1
- package/dist/esm/{tttx-multiselect-box_1_6_0.entry.js → tttx-multiselect-box_1_7_0.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_6_0.entry.js → tttx-percentage-bar_1_7_0.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_6_0.entry.js → tttx-qrcode_1_7_0.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_6_0.entry.js → tttx-select-box_1_7_0.entry.js} +4 -4
- package/dist/esm/tttx-standalone-input_1_7_0.entry.js +90 -0
- package/dist/esm/{tttx-tabs_1_6_0.entry.js → tttx-tabs_1_7_0.entry.js} +13 -4
- package/dist/esm/{tttx-tag_1_6_0.entry.js → tttx-tag_1_7_0.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_6_0.entry.js → tttx-textarea_1_7_0.entry.js} +2 -2
- package/dist/esm/{tttx-tree-view_1_6_0.entry.js → tttx-tree-view_1_7_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-129893f7.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-533499ec.entry.js +1 -1
- package/dist/tttx/p-56c8c353.entry.js +1 -1
- package/dist/tttx/p-59c7b049.entry.js +1 -1
- package/dist/tttx/p-63ad6fb7.entry.js +1 -1
- package/dist/tttx/p-6b1c7a21.entry.js +1 -1
- package/dist/tttx/p-796f699a.entry.js +1 -1
- package/dist/tttx/p-884f37d3.entry.js +1 -1
- package/dist/tttx/p-8b0b95b7.entry.js +1 -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-a7cfde04.entry.js +1 -0
- package/dist/tttx/p-a8e76e78.entry.js +1 -1
- package/dist/tttx/p-b7347352.entry.js +1 -0
- package/dist/tttx/p-c08a54f9.entry.js +1 -1
- package/dist/tttx/p-c170e3b8.entry.js +1 -1
- package/dist/tttx/p-ddad380e.entry.js +1 -1
- package/dist/tttx/p-e5259a38.entry.js +1 -1
- package/dist/tttx/p-ee358ce4.entry.js +1 -1
- package/dist/tttx/p-f374e293.entry.js +1 -1
- package/dist/tttx/p-f4db1cf2.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/molecules/tttx-comments/tttx-comments.d.ts +22 -0
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.d.ts +1 -1
- package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +2 -2
- package/dist/types/components/molecules/tttx-tabs/tttx-tabs.d.ts +1 -0
- package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
- package/dist/types/components.d.ts +338 -315
- package/package.json +2 -1
- package/dist/cjs/tttx-standalone-input_1_6_0.cjs.entry.js +0 -94
- package/dist/components/tttx-checkbox-group-caption_1_6_0.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_6_0.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_6_0.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_6_0.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_6_0.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_6_0.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_6_0.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_6_0.d.ts +0 -11
- package/dist/components/tttx-select-box_1_6_0.d.ts +0 -11
- package/dist/components/tttx-sorter_1_6_0.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_6_0.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_6_0.d.ts +0 -11
- package/dist/esm/tttx-standalone-input_1_6_0.entry.js +0 -90
- package/dist/tttx/p-2fa3f801.entry.js +0 -1
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
import { Comment } from "./components/molecules/tttx-comments/tttx-comments";
|
|
8
9
|
import { DialogItems } from "./components/molecules/tttx-dialog-box/interfaces";
|
|
9
10
|
import { FilterChangeEvent, FilterSettings } from "./components/molecules/tttx-filter/tttx-filter";
|
|
10
11
|
import { TttxSelectBox } from "./components/molecules/tttx-select-box/tttx-select-box";
|
|
@@ -18,46 +19,50 @@ import { MinMaxDates } from "./components/molecules/tttx-standalone-input/tttx-s
|
|
|
18
19
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
19
20
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
20
21
|
export namespace Components {
|
|
21
|
-
interface
|
|
22
|
+
interface TttxButton_1_7_0 {
|
|
22
23
|
"design": string;
|
|
23
24
|
"icon": string;
|
|
24
25
|
"iconcolor": string;
|
|
25
26
|
"iconposition": 'left' | 'right';
|
|
26
27
|
"notext": boolean;
|
|
27
28
|
}
|
|
28
|
-
interface
|
|
29
|
+
interface TttxCheckboxGroupCaption_1_7_0 {
|
|
29
30
|
}
|
|
30
|
-
interface
|
|
31
|
+
interface TttxCheckboxGroupHeading_1_7_0 {
|
|
31
32
|
}
|
|
32
|
-
interface
|
|
33
|
+
interface TttxCheckboxGroup_1_7_0 {
|
|
33
34
|
}
|
|
34
|
-
interface
|
|
35
|
+
interface TttxCheckbox_1_7_0 {
|
|
35
36
|
"checkboxId": string;
|
|
36
37
|
"checked": boolean;
|
|
37
38
|
"indeterminate": boolean;
|
|
38
39
|
"inline": boolean;
|
|
39
40
|
"label": string;
|
|
40
41
|
}
|
|
41
|
-
interface
|
|
42
|
+
interface TttxComments_1_7_0 {
|
|
43
|
+
"comments": string | Comment[];
|
|
44
|
+
"currentuser": string;
|
|
45
|
+
}
|
|
46
|
+
interface TttxDataPattern_1_7_0 {
|
|
42
47
|
"data": string;
|
|
43
48
|
"filterheader": string;
|
|
44
49
|
"filteroptions": string;
|
|
45
50
|
"sorteroptions": string;
|
|
46
51
|
}
|
|
47
|
-
interface
|
|
52
|
+
interface TttxDatacard_1_7_0 {
|
|
48
53
|
"cardTitle": string;
|
|
49
54
|
"iconStyle": string;
|
|
50
55
|
"leftData": string;
|
|
51
56
|
"rightData": string;
|
|
52
57
|
"rightSubtext": string;
|
|
53
58
|
}
|
|
54
|
-
interface
|
|
59
|
+
interface TttxDialogBox_1_7_0 {
|
|
55
60
|
"allowOverflow": boolean;
|
|
56
61
|
"data": string | DialogItems;
|
|
57
62
|
"open": boolean;
|
|
58
63
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
59
64
|
}
|
|
60
|
-
interface
|
|
65
|
+
interface TttxDialog_1_7_0 {
|
|
61
66
|
"allowOverflow": boolean;
|
|
62
67
|
"closeEnabled": boolean;
|
|
63
68
|
"header": string;
|
|
@@ -65,13 +70,13 @@ export namespace Components {
|
|
|
65
70
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
66
71
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
67
72
|
}
|
|
68
|
-
interface
|
|
73
|
+
interface TttxExpander_1_7_0 {
|
|
69
74
|
"lefticon"?: string;
|
|
70
75
|
"lefticoncolor"?: string;
|
|
71
76
|
"name": string;
|
|
72
77
|
"open": boolean;
|
|
73
78
|
}
|
|
74
|
-
interface
|
|
79
|
+
interface TttxFilter_1_7_0 {
|
|
75
80
|
"defaultFilterOptions": string[] | string;
|
|
76
81
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
77
82
|
"filterHeader": string;
|
|
@@ -82,7 +87,7 @@ export namespace Components {
|
|
|
82
87
|
"showSearchField": boolean;
|
|
83
88
|
"showSelectAll": boolean;
|
|
84
89
|
}
|
|
85
|
-
interface
|
|
90
|
+
interface TttxForm_1_7_0 {
|
|
86
91
|
/**
|
|
87
92
|
* Clear the validation message on a given form field
|
|
88
93
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -114,25 +119,25 @@ export namespace Components {
|
|
|
114
119
|
"setValidationFor": (fieldName: string, message: string) => Promise<void>;
|
|
115
120
|
"submit": () => Promise<void>;
|
|
116
121
|
}
|
|
117
|
-
interface
|
|
122
|
+
interface TttxIcon_1_7_0 {
|
|
118
123
|
"color": string;
|
|
119
124
|
"icon": string;
|
|
120
125
|
"size": number;
|
|
121
126
|
}
|
|
122
|
-
interface
|
|
127
|
+
interface TttxKeyvalueBlock_1_7_0 {
|
|
123
128
|
"horizontal": boolean;
|
|
124
129
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
125
130
|
"spacedout": boolean;
|
|
126
131
|
}
|
|
127
|
-
interface
|
|
132
|
+
interface TttxList_1_7_0 {
|
|
128
133
|
"data": string | ListItem[];
|
|
129
134
|
"name": string;
|
|
130
135
|
}
|
|
131
|
-
interface
|
|
136
|
+
interface TttxLoadingSpinner_1_7_0 {
|
|
132
137
|
"loadingMessage": boolean;
|
|
133
138
|
"size": 'small' | 'large';
|
|
134
139
|
}
|
|
135
|
-
interface
|
|
140
|
+
interface TttxMultiselectBox_1_7_0 {
|
|
136
141
|
"htmlVisibleValue": boolean;
|
|
137
142
|
"inline": boolean;
|
|
138
143
|
"label": string;
|
|
@@ -141,18 +146,18 @@ export namespace Components {
|
|
|
141
146
|
"searchEnabled": boolean;
|
|
142
147
|
"visibleValue": string;
|
|
143
148
|
}
|
|
144
|
-
interface
|
|
149
|
+
interface TttxPercentageBar_1_7_0 {
|
|
145
150
|
"color"?: string;
|
|
146
151
|
"labelid"?: string;
|
|
147
152
|
"min": string;
|
|
148
153
|
"percentage": string | number;
|
|
149
154
|
"thresholds"?: string | Threshold[];
|
|
150
155
|
}
|
|
151
|
-
interface
|
|
156
|
+
interface TttxQrcode_1_7_0 {
|
|
152
157
|
"link": string;
|
|
153
158
|
"size": number;
|
|
154
159
|
}
|
|
155
|
-
interface
|
|
160
|
+
interface TttxSelectBox_1_7_0 {
|
|
156
161
|
"errorMsg": string;
|
|
157
162
|
"inline": boolean;
|
|
158
163
|
"label": string;
|
|
@@ -165,13 +170,13 @@ export namespace Components {
|
|
|
165
170
|
"showErrorMsg": boolean;
|
|
166
171
|
"useExternalFiltering": boolean;
|
|
167
172
|
}
|
|
168
|
-
interface
|
|
173
|
+
interface TttxSorter_1_7_0 {
|
|
169
174
|
"defaultOption": string;
|
|
170
175
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
171
176
|
"fieldOptionsData": string | SorterData;
|
|
172
177
|
"sorterKey": string;
|
|
173
178
|
}
|
|
174
|
-
interface
|
|
179
|
+
interface TttxStandaloneInput_1_7_0 {
|
|
175
180
|
"autocomplete": 'off' | 'on';
|
|
176
181
|
"checked": boolean;
|
|
177
182
|
"disabled": boolean;
|
|
@@ -187,8 +192,8 @@ export namespace Components {
|
|
|
187
192
|
"inputiconcolor": string;
|
|
188
193
|
/**
|
|
189
194
|
* tabindex - Allows the HTML elements to be focusable
|
|
190
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
191
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
195
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_7_0 input-index="1" />
|
|
196
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_7_0 inputindex={1} />
|
|
192
197
|
*/
|
|
193
198
|
"inputindex": string | number;
|
|
194
199
|
/**
|
|
@@ -216,24 +221,24 @@ export namespace Components {
|
|
|
216
221
|
"type": string;
|
|
217
222
|
"value": string | number;
|
|
218
223
|
}
|
|
219
|
-
interface
|
|
224
|
+
interface TttxTabs_1_7_0 {
|
|
220
225
|
"navigation": boolean;
|
|
221
226
|
"tabs": string | Tab[];
|
|
222
227
|
"tabsName": string;
|
|
223
228
|
"wide": boolean;
|
|
224
229
|
}
|
|
225
|
-
interface
|
|
230
|
+
interface TttxTag_1_7_0 {
|
|
226
231
|
"color": string;
|
|
227
232
|
"text": string;
|
|
228
233
|
"textColor": string;
|
|
229
234
|
}
|
|
230
|
-
interface
|
|
235
|
+
interface TttxTextarea_1_7_0 {
|
|
231
236
|
"disabled": boolean;
|
|
232
237
|
"errormsg": string;
|
|
233
238
|
/**
|
|
234
239
|
* tabindex - Allows the HTML elements to be focusable
|
|
235
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
236
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
240
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_7_0 input-index="1" />
|
|
241
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_7_0 inputindex={1} />
|
|
237
242
|
*/
|
|
238
243
|
"inputindex": string | number;
|
|
239
244
|
/**
|
|
@@ -257,390 +262,406 @@ export namespace Components {
|
|
|
257
262
|
"textareaautofocus": boolean;
|
|
258
263
|
"value": string | number;
|
|
259
264
|
}
|
|
260
|
-
interface
|
|
265
|
+
interface TttxToolbar_1_7_0 {
|
|
261
266
|
"border": boolean;
|
|
262
267
|
}
|
|
263
|
-
interface
|
|
268
|
+
interface TttxTreeView_1_7_0 {
|
|
264
269
|
"data": TreeViewItem[];
|
|
265
270
|
}
|
|
266
271
|
}
|
|
267
|
-
export interface
|
|
272
|
+
export interface TttxCheckbox_1_7_0CustomEvent<T> extends CustomEvent<T> {
|
|
273
|
+
detail: T;
|
|
274
|
+
target: HTMLTttxCheckbox_1_7_0Element;
|
|
275
|
+
}
|
|
276
|
+
export interface TttxComments_1_7_0CustomEvent<T> extends CustomEvent<T> {
|
|
268
277
|
detail: T;
|
|
269
|
-
target:
|
|
278
|
+
target: HTMLTttxComments_1_7_0Element;
|
|
270
279
|
}
|
|
271
|
-
export interface
|
|
280
|
+
export interface TttxDialogBox_1_7_0CustomEvent<T> extends CustomEvent<T> {
|
|
272
281
|
detail: T;
|
|
273
|
-
target:
|
|
282
|
+
target: HTMLTttxDialogBox_1_7_0Element;
|
|
274
283
|
}
|
|
275
|
-
export interface
|
|
284
|
+
export interface TttxDialog_1_7_0CustomEvent<T> extends CustomEvent<T> {
|
|
276
285
|
detail: T;
|
|
277
|
-
target:
|
|
286
|
+
target: HTMLTttxDialog_1_7_0Element;
|
|
278
287
|
}
|
|
279
|
-
export interface
|
|
288
|
+
export interface TttxExpander_1_7_0CustomEvent<T> extends CustomEvent<T> {
|
|
280
289
|
detail: T;
|
|
281
|
-
target:
|
|
290
|
+
target: HTMLTttxExpander_1_7_0Element;
|
|
282
291
|
}
|
|
283
|
-
export interface
|
|
292
|
+
export interface TttxFilter_1_7_0CustomEvent<T> extends CustomEvent<T> {
|
|
284
293
|
detail: T;
|
|
285
|
-
target:
|
|
294
|
+
target: HTMLTttxFilter_1_7_0Element;
|
|
286
295
|
}
|
|
287
|
-
export interface
|
|
296
|
+
export interface TttxForm_1_7_0CustomEvent<T> extends CustomEvent<T> {
|
|
288
297
|
detail: T;
|
|
289
|
-
target:
|
|
298
|
+
target: HTMLTttxForm_1_7_0Element;
|
|
290
299
|
}
|
|
291
|
-
export interface
|
|
300
|
+
export interface TttxList_1_7_0CustomEvent<T> extends CustomEvent<T> {
|
|
292
301
|
detail: T;
|
|
293
|
-
target:
|
|
302
|
+
target: HTMLTttxList_1_7_0Element;
|
|
294
303
|
}
|
|
295
|
-
export interface
|
|
304
|
+
export interface TttxMultiselectBox_1_7_0CustomEvent<T> extends CustomEvent<T> {
|
|
296
305
|
detail: T;
|
|
297
|
-
target:
|
|
306
|
+
target: HTMLTttxMultiselectBox_1_7_0Element;
|
|
298
307
|
}
|
|
299
|
-
export interface
|
|
308
|
+
export interface TttxSelectBox_1_7_0CustomEvent<T> extends CustomEvent<T> {
|
|
300
309
|
detail: T;
|
|
301
|
-
target:
|
|
310
|
+
target: HTMLTttxSelectBox_1_7_0Element;
|
|
302
311
|
}
|
|
303
|
-
export interface
|
|
312
|
+
export interface TttxSorter_1_7_0CustomEvent<T> extends CustomEvent<T> {
|
|
304
313
|
detail: T;
|
|
305
|
-
target:
|
|
314
|
+
target: HTMLTttxSorter_1_7_0Element;
|
|
306
315
|
}
|
|
307
|
-
export interface
|
|
316
|
+
export interface TttxStandaloneInput_1_7_0CustomEvent<T> extends CustomEvent<T> {
|
|
308
317
|
detail: T;
|
|
309
|
-
target:
|
|
318
|
+
target: HTMLTttxStandaloneInput_1_7_0Element;
|
|
310
319
|
}
|
|
311
|
-
export interface
|
|
320
|
+
export interface TttxTabs_1_7_0CustomEvent<T> extends CustomEvent<T> {
|
|
312
321
|
detail: T;
|
|
313
|
-
target:
|
|
322
|
+
target: HTMLTttxTabs_1_7_0Element;
|
|
314
323
|
}
|
|
315
|
-
export interface
|
|
324
|
+
export interface TttxTextarea_1_7_0CustomEvent<T> extends CustomEvent<T> {
|
|
316
325
|
detail: T;
|
|
317
|
-
target:
|
|
326
|
+
target: HTMLTttxTextarea_1_7_0Element;
|
|
318
327
|
}
|
|
319
|
-
export interface
|
|
328
|
+
export interface TttxTreeView_1_7_0CustomEvent<T> extends CustomEvent<T> {
|
|
320
329
|
detail: T;
|
|
321
|
-
target:
|
|
330
|
+
target: HTMLTttxTreeView_1_7_0Element;
|
|
322
331
|
}
|
|
323
332
|
declare global {
|
|
324
|
-
interface
|
|
333
|
+
interface HTMLTttxButton_1_7_0Element extends Components.TttxButton_1_7_0, HTMLStencilElement {
|
|
325
334
|
}
|
|
326
|
-
var
|
|
327
|
-
prototype:
|
|
328
|
-
new ():
|
|
335
|
+
var HTMLTttxButton_1_7_0Element: {
|
|
336
|
+
prototype: HTMLTttxButton_1_7_0Element;
|
|
337
|
+
new (): HTMLTttxButton_1_7_0Element;
|
|
329
338
|
};
|
|
330
|
-
interface
|
|
339
|
+
interface HTMLTttxCheckboxGroupCaption_1_7_0Element extends Components.TttxCheckboxGroupCaption_1_7_0, HTMLStencilElement {
|
|
331
340
|
}
|
|
332
|
-
var
|
|
333
|
-
prototype:
|
|
334
|
-
new ():
|
|
341
|
+
var HTMLTttxCheckboxGroupCaption_1_7_0Element: {
|
|
342
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_7_0Element;
|
|
343
|
+
new (): HTMLTttxCheckboxGroupCaption_1_7_0Element;
|
|
335
344
|
};
|
|
336
|
-
interface
|
|
345
|
+
interface HTMLTttxCheckboxGroupHeading_1_7_0Element extends Components.TttxCheckboxGroupHeading_1_7_0, HTMLStencilElement {
|
|
337
346
|
}
|
|
338
|
-
var
|
|
339
|
-
prototype:
|
|
340
|
-
new ():
|
|
347
|
+
var HTMLTttxCheckboxGroupHeading_1_7_0Element: {
|
|
348
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_7_0Element;
|
|
349
|
+
new (): HTMLTttxCheckboxGroupHeading_1_7_0Element;
|
|
341
350
|
};
|
|
342
|
-
interface
|
|
351
|
+
interface HTMLTttxCheckboxGroup_1_7_0Element extends Components.TttxCheckboxGroup_1_7_0, HTMLStencilElement {
|
|
343
352
|
}
|
|
344
|
-
var
|
|
345
|
-
prototype:
|
|
346
|
-
new ():
|
|
353
|
+
var HTMLTttxCheckboxGroup_1_7_0Element: {
|
|
354
|
+
prototype: HTMLTttxCheckboxGroup_1_7_0Element;
|
|
355
|
+
new (): HTMLTttxCheckboxGroup_1_7_0Element;
|
|
347
356
|
};
|
|
348
|
-
interface
|
|
357
|
+
interface HTMLTttxCheckbox_1_7_0Element extends Components.TttxCheckbox_1_7_0, HTMLStencilElement {
|
|
349
358
|
}
|
|
350
|
-
var
|
|
351
|
-
prototype:
|
|
352
|
-
new ():
|
|
359
|
+
var HTMLTttxCheckbox_1_7_0Element: {
|
|
360
|
+
prototype: HTMLTttxCheckbox_1_7_0Element;
|
|
361
|
+
new (): HTMLTttxCheckbox_1_7_0Element;
|
|
353
362
|
};
|
|
354
|
-
interface
|
|
363
|
+
interface HTMLTttxComments_1_7_0Element extends Components.TttxComments_1_7_0, HTMLStencilElement {
|
|
355
364
|
}
|
|
356
|
-
var
|
|
357
|
-
prototype:
|
|
358
|
-
new ():
|
|
365
|
+
var HTMLTttxComments_1_7_0Element: {
|
|
366
|
+
prototype: HTMLTttxComments_1_7_0Element;
|
|
367
|
+
new (): HTMLTttxComments_1_7_0Element;
|
|
359
368
|
};
|
|
360
|
-
interface
|
|
369
|
+
interface HTMLTttxDataPattern_1_7_0Element extends Components.TttxDataPattern_1_7_0, HTMLStencilElement {
|
|
361
370
|
}
|
|
362
|
-
var
|
|
363
|
-
prototype:
|
|
364
|
-
new ():
|
|
371
|
+
var HTMLTttxDataPattern_1_7_0Element: {
|
|
372
|
+
prototype: HTMLTttxDataPattern_1_7_0Element;
|
|
373
|
+
new (): HTMLTttxDataPattern_1_7_0Element;
|
|
365
374
|
};
|
|
366
|
-
interface
|
|
375
|
+
interface HTMLTttxDatacard_1_7_0Element extends Components.TttxDatacard_1_7_0, HTMLStencilElement {
|
|
367
376
|
}
|
|
368
|
-
var
|
|
369
|
-
prototype:
|
|
370
|
-
new ():
|
|
377
|
+
var HTMLTttxDatacard_1_7_0Element: {
|
|
378
|
+
prototype: HTMLTttxDatacard_1_7_0Element;
|
|
379
|
+
new (): HTMLTttxDatacard_1_7_0Element;
|
|
371
380
|
};
|
|
372
|
-
interface
|
|
381
|
+
interface HTMLTttxDialogBox_1_7_0Element extends Components.TttxDialogBox_1_7_0, HTMLStencilElement {
|
|
373
382
|
}
|
|
374
|
-
var
|
|
375
|
-
prototype:
|
|
376
|
-
new ():
|
|
383
|
+
var HTMLTttxDialogBox_1_7_0Element: {
|
|
384
|
+
prototype: HTMLTttxDialogBox_1_7_0Element;
|
|
385
|
+
new (): HTMLTttxDialogBox_1_7_0Element;
|
|
377
386
|
};
|
|
378
|
-
interface
|
|
387
|
+
interface HTMLTttxDialog_1_7_0Element extends Components.TttxDialog_1_7_0, HTMLStencilElement {
|
|
379
388
|
}
|
|
380
|
-
var
|
|
381
|
-
prototype:
|
|
382
|
-
new ():
|
|
389
|
+
var HTMLTttxDialog_1_7_0Element: {
|
|
390
|
+
prototype: HTMLTttxDialog_1_7_0Element;
|
|
391
|
+
new (): HTMLTttxDialog_1_7_0Element;
|
|
383
392
|
};
|
|
384
|
-
interface
|
|
393
|
+
interface HTMLTttxExpander_1_7_0Element extends Components.TttxExpander_1_7_0, HTMLStencilElement {
|
|
385
394
|
}
|
|
386
|
-
var
|
|
387
|
-
prototype:
|
|
388
|
-
new ():
|
|
395
|
+
var HTMLTttxExpander_1_7_0Element: {
|
|
396
|
+
prototype: HTMLTttxExpander_1_7_0Element;
|
|
397
|
+
new (): HTMLTttxExpander_1_7_0Element;
|
|
389
398
|
};
|
|
390
|
-
interface
|
|
399
|
+
interface HTMLTttxFilter_1_7_0Element extends Components.TttxFilter_1_7_0, HTMLStencilElement {
|
|
391
400
|
}
|
|
392
|
-
var
|
|
393
|
-
prototype:
|
|
394
|
-
new ():
|
|
401
|
+
var HTMLTttxFilter_1_7_0Element: {
|
|
402
|
+
prototype: HTMLTttxFilter_1_7_0Element;
|
|
403
|
+
new (): HTMLTttxFilter_1_7_0Element;
|
|
395
404
|
};
|
|
396
|
-
interface
|
|
405
|
+
interface HTMLTttxForm_1_7_0Element extends Components.TttxForm_1_7_0, HTMLStencilElement {
|
|
397
406
|
}
|
|
398
|
-
var
|
|
399
|
-
prototype:
|
|
400
|
-
new ():
|
|
407
|
+
var HTMLTttxForm_1_7_0Element: {
|
|
408
|
+
prototype: HTMLTttxForm_1_7_0Element;
|
|
409
|
+
new (): HTMLTttxForm_1_7_0Element;
|
|
401
410
|
};
|
|
402
|
-
interface
|
|
411
|
+
interface HTMLTttxIcon_1_7_0Element extends Components.TttxIcon_1_7_0, HTMLStencilElement {
|
|
403
412
|
}
|
|
404
|
-
var
|
|
405
|
-
prototype:
|
|
406
|
-
new ():
|
|
413
|
+
var HTMLTttxIcon_1_7_0Element: {
|
|
414
|
+
prototype: HTMLTttxIcon_1_7_0Element;
|
|
415
|
+
new (): HTMLTttxIcon_1_7_0Element;
|
|
407
416
|
};
|
|
408
|
-
interface
|
|
417
|
+
interface HTMLTttxKeyvalueBlock_1_7_0Element extends Components.TttxKeyvalueBlock_1_7_0, HTMLStencilElement {
|
|
409
418
|
}
|
|
410
|
-
var
|
|
411
|
-
prototype:
|
|
412
|
-
new ():
|
|
419
|
+
var HTMLTttxKeyvalueBlock_1_7_0Element: {
|
|
420
|
+
prototype: HTMLTttxKeyvalueBlock_1_7_0Element;
|
|
421
|
+
new (): HTMLTttxKeyvalueBlock_1_7_0Element;
|
|
413
422
|
};
|
|
414
|
-
interface
|
|
423
|
+
interface HTMLTttxList_1_7_0Element extends Components.TttxList_1_7_0, HTMLStencilElement {
|
|
415
424
|
}
|
|
416
|
-
var
|
|
417
|
-
prototype:
|
|
418
|
-
new ():
|
|
425
|
+
var HTMLTttxList_1_7_0Element: {
|
|
426
|
+
prototype: HTMLTttxList_1_7_0Element;
|
|
427
|
+
new (): HTMLTttxList_1_7_0Element;
|
|
419
428
|
};
|
|
420
|
-
interface
|
|
429
|
+
interface HTMLTttxLoadingSpinner_1_7_0Element extends Components.TttxLoadingSpinner_1_7_0, HTMLStencilElement {
|
|
421
430
|
}
|
|
422
|
-
var
|
|
423
|
-
prototype:
|
|
424
|
-
new ():
|
|
431
|
+
var HTMLTttxLoadingSpinner_1_7_0Element: {
|
|
432
|
+
prototype: HTMLTttxLoadingSpinner_1_7_0Element;
|
|
433
|
+
new (): HTMLTttxLoadingSpinner_1_7_0Element;
|
|
425
434
|
};
|
|
426
|
-
interface
|
|
435
|
+
interface HTMLTttxMultiselectBox_1_7_0Element extends Components.TttxMultiselectBox_1_7_0, HTMLStencilElement {
|
|
427
436
|
}
|
|
428
|
-
var
|
|
429
|
-
prototype:
|
|
430
|
-
new ():
|
|
437
|
+
var HTMLTttxMultiselectBox_1_7_0Element: {
|
|
438
|
+
prototype: HTMLTttxMultiselectBox_1_7_0Element;
|
|
439
|
+
new (): HTMLTttxMultiselectBox_1_7_0Element;
|
|
431
440
|
};
|
|
432
|
-
interface
|
|
441
|
+
interface HTMLTttxPercentageBar_1_7_0Element extends Components.TttxPercentageBar_1_7_0, HTMLStencilElement {
|
|
433
442
|
}
|
|
434
|
-
var
|
|
435
|
-
prototype:
|
|
436
|
-
new ():
|
|
443
|
+
var HTMLTttxPercentageBar_1_7_0Element: {
|
|
444
|
+
prototype: HTMLTttxPercentageBar_1_7_0Element;
|
|
445
|
+
new (): HTMLTttxPercentageBar_1_7_0Element;
|
|
437
446
|
};
|
|
438
|
-
interface
|
|
447
|
+
interface HTMLTttxQrcode_1_7_0Element extends Components.TttxQrcode_1_7_0, HTMLStencilElement {
|
|
439
448
|
}
|
|
440
|
-
var
|
|
441
|
-
prototype:
|
|
442
|
-
new ():
|
|
449
|
+
var HTMLTttxQrcode_1_7_0Element: {
|
|
450
|
+
prototype: HTMLTttxQrcode_1_7_0Element;
|
|
451
|
+
new (): HTMLTttxQrcode_1_7_0Element;
|
|
443
452
|
};
|
|
444
|
-
interface
|
|
453
|
+
interface HTMLTttxSelectBox_1_7_0Element extends Components.TttxSelectBox_1_7_0, HTMLStencilElement {
|
|
445
454
|
}
|
|
446
|
-
var
|
|
447
|
-
prototype:
|
|
448
|
-
new ():
|
|
455
|
+
var HTMLTttxSelectBox_1_7_0Element: {
|
|
456
|
+
prototype: HTMLTttxSelectBox_1_7_0Element;
|
|
457
|
+
new (): HTMLTttxSelectBox_1_7_0Element;
|
|
449
458
|
};
|
|
450
|
-
interface
|
|
459
|
+
interface HTMLTttxSorter_1_7_0Element extends Components.TttxSorter_1_7_0, HTMLStencilElement {
|
|
451
460
|
}
|
|
452
|
-
var
|
|
453
|
-
prototype:
|
|
454
|
-
new ():
|
|
461
|
+
var HTMLTttxSorter_1_7_0Element: {
|
|
462
|
+
prototype: HTMLTttxSorter_1_7_0Element;
|
|
463
|
+
new (): HTMLTttxSorter_1_7_0Element;
|
|
455
464
|
};
|
|
456
|
-
interface
|
|
465
|
+
interface HTMLTttxStandaloneInput_1_7_0Element extends Components.TttxStandaloneInput_1_7_0, HTMLStencilElement {
|
|
457
466
|
}
|
|
458
|
-
var
|
|
459
|
-
prototype:
|
|
460
|
-
new ():
|
|
467
|
+
var HTMLTttxStandaloneInput_1_7_0Element: {
|
|
468
|
+
prototype: HTMLTttxStandaloneInput_1_7_0Element;
|
|
469
|
+
new (): HTMLTttxStandaloneInput_1_7_0Element;
|
|
461
470
|
};
|
|
462
|
-
interface
|
|
471
|
+
interface HTMLTttxTabs_1_7_0Element extends Components.TttxTabs_1_7_0, HTMLStencilElement {
|
|
463
472
|
}
|
|
464
|
-
var
|
|
465
|
-
prototype:
|
|
466
|
-
new ():
|
|
473
|
+
var HTMLTttxTabs_1_7_0Element: {
|
|
474
|
+
prototype: HTMLTttxTabs_1_7_0Element;
|
|
475
|
+
new (): HTMLTttxTabs_1_7_0Element;
|
|
467
476
|
};
|
|
468
|
-
interface
|
|
477
|
+
interface HTMLTttxTag_1_7_0Element extends Components.TttxTag_1_7_0, HTMLStencilElement {
|
|
469
478
|
}
|
|
470
|
-
var
|
|
471
|
-
prototype:
|
|
472
|
-
new ():
|
|
479
|
+
var HTMLTttxTag_1_7_0Element: {
|
|
480
|
+
prototype: HTMLTttxTag_1_7_0Element;
|
|
481
|
+
new (): HTMLTttxTag_1_7_0Element;
|
|
473
482
|
};
|
|
474
|
-
interface
|
|
483
|
+
interface HTMLTttxTextarea_1_7_0Element extends Components.TttxTextarea_1_7_0, HTMLStencilElement {
|
|
475
484
|
}
|
|
476
|
-
var
|
|
477
|
-
prototype:
|
|
478
|
-
new ():
|
|
485
|
+
var HTMLTttxTextarea_1_7_0Element: {
|
|
486
|
+
prototype: HTMLTttxTextarea_1_7_0Element;
|
|
487
|
+
new (): HTMLTttxTextarea_1_7_0Element;
|
|
479
488
|
};
|
|
480
|
-
interface
|
|
489
|
+
interface HTMLTttxToolbar_1_7_0Element extends Components.TttxToolbar_1_7_0, HTMLStencilElement {
|
|
481
490
|
}
|
|
482
|
-
var
|
|
483
|
-
prototype:
|
|
484
|
-
new ():
|
|
491
|
+
var HTMLTttxToolbar_1_7_0Element: {
|
|
492
|
+
prototype: HTMLTttxToolbar_1_7_0Element;
|
|
493
|
+
new (): HTMLTttxToolbar_1_7_0Element;
|
|
494
|
+
};
|
|
495
|
+
interface HTMLTttxTreeView_1_7_0Element extends Components.TttxTreeView_1_7_0, HTMLStencilElement {
|
|
496
|
+
}
|
|
497
|
+
var HTMLTttxTreeView_1_7_0Element: {
|
|
498
|
+
prototype: HTMLTttxTreeView_1_7_0Element;
|
|
499
|
+
new (): HTMLTttxTreeView_1_7_0Element;
|
|
485
500
|
};
|
|
486
501
|
interface HTMLElementTagNameMap {
|
|
487
|
-
"tttx-
|
|
488
|
-
"tttx-checkbox-group-
|
|
489
|
-
"tttx-checkbox-group-
|
|
490
|
-
"tttx-checkbox-
|
|
491
|
-
"tttx-
|
|
492
|
-
"tttx-
|
|
493
|
-
"tttx-
|
|
494
|
-
"tttx-
|
|
495
|
-
"tttx-
|
|
496
|
-
"tttx-
|
|
497
|
-
"tttx-
|
|
498
|
-
"tttx-
|
|
499
|
-
"tttx-
|
|
500
|
-
"tttx-
|
|
501
|
-
"tttx-
|
|
502
|
-
"tttx-
|
|
503
|
-
"tttx-
|
|
504
|
-
"tttx-
|
|
505
|
-
"tttx-
|
|
506
|
-
"tttx-
|
|
507
|
-
"tttx-
|
|
508
|
-
"tttx-
|
|
509
|
-
"tttx-
|
|
510
|
-
"tttx-
|
|
511
|
-
"tttx-
|
|
512
|
-
"tttx-
|
|
513
|
-
"tttx-
|
|
502
|
+
"tttx-button_1_7_0": HTMLTttxButton_1_7_0Element;
|
|
503
|
+
"tttx-checkbox-group-caption_1_7_0": HTMLTttxCheckboxGroupCaption_1_7_0Element;
|
|
504
|
+
"tttx-checkbox-group-heading_1_7_0": HTMLTttxCheckboxGroupHeading_1_7_0Element;
|
|
505
|
+
"tttx-checkbox-group_1_7_0": HTMLTttxCheckboxGroup_1_7_0Element;
|
|
506
|
+
"tttx-checkbox_1_7_0": HTMLTttxCheckbox_1_7_0Element;
|
|
507
|
+
"tttx-comments_1_7_0": HTMLTttxComments_1_7_0Element;
|
|
508
|
+
"tttx-data-pattern_1_7_0": HTMLTttxDataPattern_1_7_0Element;
|
|
509
|
+
"tttx-datacard_1_7_0": HTMLTttxDatacard_1_7_0Element;
|
|
510
|
+
"tttx-dialog-box_1_7_0": HTMLTttxDialogBox_1_7_0Element;
|
|
511
|
+
"tttx-dialog_1_7_0": HTMLTttxDialog_1_7_0Element;
|
|
512
|
+
"tttx-expander_1_7_0": HTMLTttxExpander_1_7_0Element;
|
|
513
|
+
"tttx-filter_1_7_0": HTMLTttxFilter_1_7_0Element;
|
|
514
|
+
"tttx-form_1_7_0": HTMLTttxForm_1_7_0Element;
|
|
515
|
+
"tttx-icon_1_7_0": HTMLTttxIcon_1_7_0Element;
|
|
516
|
+
"tttx-keyvalue-block_1_7_0": HTMLTttxKeyvalueBlock_1_7_0Element;
|
|
517
|
+
"tttx-list_1_7_0": HTMLTttxList_1_7_0Element;
|
|
518
|
+
"tttx-loading-spinner_1_7_0": HTMLTttxLoadingSpinner_1_7_0Element;
|
|
519
|
+
"tttx-multiselect-box_1_7_0": HTMLTttxMultiselectBox_1_7_0Element;
|
|
520
|
+
"tttx-percentage-bar_1_7_0": HTMLTttxPercentageBar_1_7_0Element;
|
|
521
|
+
"tttx-qrcode_1_7_0": HTMLTttxQrcode_1_7_0Element;
|
|
522
|
+
"tttx-select-box_1_7_0": HTMLTttxSelectBox_1_7_0Element;
|
|
523
|
+
"tttx-sorter_1_7_0": HTMLTttxSorter_1_7_0Element;
|
|
524
|
+
"tttx-standalone-input_1_7_0": HTMLTttxStandaloneInput_1_7_0Element;
|
|
525
|
+
"tttx-tabs_1_7_0": HTMLTttxTabs_1_7_0Element;
|
|
526
|
+
"tttx-tag_1_7_0": HTMLTttxTag_1_7_0Element;
|
|
527
|
+
"tttx-textarea_1_7_0": HTMLTttxTextarea_1_7_0Element;
|
|
528
|
+
"tttx-toolbar_1_7_0": HTMLTttxToolbar_1_7_0Element;
|
|
529
|
+
"tttx-tree-view_1_7_0": HTMLTttxTreeView_1_7_0Element;
|
|
514
530
|
}
|
|
515
531
|
}
|
|
516
532
|
declare namespace LocalJSX {
|
|
517
|
-
interface
|
|
533
|
+
interface TttxButton_1_7_0 {
|
|
518
534
|
"design"?: string;
|
|
519
535
|
"icon"?: string;
|
|
520
536
|
"iconcolor"?: string;
|
|
521
537
|
"iconposition"?: 'left' | 'right';
|
|
522
538
|
"notext"?: boolean;
|
|
523
539
|
}
|
|
524
|
-
interface
|
|
540
|
+
interface TttxCheckboxGroupCaption_1_7_0 {
|
|
525
541
|
}
|
|
526
|
-
interface
|
|
542
|
+
interface TttxCheckboxGroupHeading_1_7_0 {
|
|
527
543
|
}
|
|
528
|
-
interface
|
|
544
|
+
interface TttxCheckboxGroup_1_7_0 {
|
|
529
545
|
}
|
|
530
|
-
interface
|
|
546
|
+
interface TttxCheckbox_1_7_0 {
|
|
531
547
|
"checkboxId"?: string;
|
|
532
548
|
"checked"?: boolean;
|
|
533
549
|
"indeterminate"?: boolean;
|
|
534
550
|
"inline"?: boolean;
|
|
535
551
|
"label"?: string;
|
|
536
|
-
"onCheckboxChangeEvent"?: (event:
|
|
552
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_7_0CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
553
|
+
}
|
|
554
|
+
interface TttxComments_1_7_0 {
|
|
555
|
+
"comments"?: string | Comment[];
|
|
556
|
+
"currentuser"?: string;
|
|
557
|
+
"onCommentAdded"?: (event: TttxComments_1_7_0CustomEvent<Comment>) => void;
|
|
537
558
|
}
|
|
538
|
-
interface
|
|
559
|
+
interface TttxDataPattern_1_7_0 {
|
|
539
560
|
"data"?: string;
|
|
540
561
|
"filterheader"?: string;
|
|
541
562
|
"filteroptions"?: string;
|
|
542
563
|
"sorteroptions"?: string;
|
|
543
564
|
}
|
|
544
|
-
interface
|
|
565
|
+
interface TttxDatacard_1_7_0 {
|
|
545
566
|
"cardTitle"?: string;
|
|
546
567
|
"iconStyle"?: string;
|
|
547
568
|
"leftData"?: string;
|
|
548
569
|
"rightData"?: string;
|
|
549
570
|
"rightSubtext"?: string;
|
|
550
571
|
}
|
|
551
|
-
interface
|
|
572
|
+
interface TttxDialogBox_1_7_0 {
|
|
552
573
|
"allowOverflow"?: boolean;
|
|
553
574
|
"data"?: string | DialogItems;
|
|
554
|
-
"onButtonClick"?: (event:
|
|
555
|
-
"onCloseButtonClick"?: (event:
|
|
575
|
+
"onButtonClick"?: (event: TttxDialogBox_1_7_0CustomEvent<any>) => void;
|
|
576
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_7_0CustomEvent<any>) => void;
|
|
556
577
|
"open"?: boolean;
|
|
557
578
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
558
579
|
}
|
|
559
|
-
interface
|
|
580
|
+
interface TttxDialog_1_7_0 {
|
|
560
581
|
"allowOverflow"?: boolean;
|
|
561
582
|
"closeEnabled"?: boolean;
|
|
562
583
|
"header"?: string;
|
|
563
|
-
"onCloseButtonClick"?: (event:
|
|
584
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_7_0CustomEvent<any>) => void;
|
|
564
585
|
"open"?: boolean;
|
|
565
586
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
566
587
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
567
588
|
}
|
|
568
|
-
interface
|
|
589
|
+
interface TttxExpander_1_7_0 {
|
|
569
590
|
"lefticon"?: string;
|
|
570
591
|
"lefticoncolor"?: string;
|
|
571
592
|
"name"?: string;
|
|
572
|
-
"onToggleExpander"?: (event:
|
|
593
|
+
"onToggleExpander"?: (event: TttxExpander_1_7_0CustomEvent<{ open: boolean; name: string }>) => void;
|
|
573
594
|
"open"?: boolean;
|
|
574
595
|
}
|
|
575
|
-
interface
|
|
596
|
+
interface TttxFilter_1_7_0 {
|
|
576
597
|
"defaultFilterOptions"?: string[] | string;
|
|
577
598
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
578
599
|
"filterHeader"?: string;
|
|
579
600
|
"filterKey"?: string;
|
|
580
601
|
"filterOptions"?: string | FilterSettings[];
|
|
581
|
-
"onFilterChangeEvent"?: (event:
|
|
582
|
-
"onToggleFilter"?: (event:
|
|
602
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_7_0CustomEvent<FilterChangeEvent>) => void;
|
|
603
|
+
"onToggleFilter"?: (event: TttxFilter_1_7_0CustomEvent<boolean>) => void;
|
|
583
604
|
"popoverWidth"?: string;
|
|
584
605
|
"showOptionIcons"?: boolean;
|
|
585
606
|
"showSearchField"?: boolean;
|
|
586
607
|
"showSelectAll"?: boolean;
|
|
587
608
|
}
|
|
588
|
-
interface
|
|
609
|
+
interface TttxForm_1_7_0 {
|
|
589
610
|
"data"?: any;
|
|
590
611
|
"formschema"?: Record<string, any> | string;
|
|
591
|
-
"onDataChanged"?: (event:
|
|
592
|
-
"onDataSubmitted"?: (event:
|
|
612
|
+
"onDataChanged"?: (event: TttxForm_1_7_0CustomEvent<{ name: string; value: string }>) => void;
|
|
613
|
+
"onDataSubmitted"?: (event: TttxForm_1_7_0CustomEvent<FormData>) => void;
|
|
593
614
|
}
|
|
594
|
-
interface
|
|
615
|
+
interface TttxIcon_1_7_0 {
|
|
595
616
|
"color"?: string;
|
|
596
617
|
"icon"?: string;
|
|
597
618
|
"size"?: number;
|
|
598
619
|
}
|
|
599
|
-
interface
|
|
620
|
+
interface TttxKeyvalueBlock_1_7_0 {
|
|
600
621
|
"horizontal"?: boolean;
|
|
601
622
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
602
623
|
"spacedout"?: boolean;
|
|
603
624
|
}
|
|
604
|
-
interface
|
|
625
|
+
interface TttxList_1_7_0 {
|
|
605
626
|
"data"?: string | ListItem[];
|
|
606
627
|
"name"?: string;
|
|
607
|
-
"onListRowCheckboxClick"?: (event:
|
|
608
|
-
"onListRowClick"?: (event:
|
|
628
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_7_0CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
629
|
+
"onListRowClick"?: (event: TttxList_1_7_0CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
609
630
|
}
|
|
610
|
-
interface
|
|
631
|
+
interface TttxLoadingSpinner_1_7_0 {
|
|
611
632
|
"loadingMessage"?: boolean;
|
|
612
633
|
"size"?: 'small' | 'large';
|
|
613
634
|
}
|
|
614
|
-
interface
|
|
635
|
+
interface TttxMultiselectBox_1_7_0 {
|
|
615
636
|
"htmlVisibleValue"?: boolean;
|
|
616
637
|
"inline"?: boolean;
|
|
617
638
|
"label"?: string;
|
|
618
|
-
"onChangesApplied"?: (event:
|
|
619
|
-
"onSelectItemEvent"?: (event:
|
|
620
|
-
"onToggleOpen"?: (event:
|
|
639
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_7_0CustomEvent<SelectItem[]>) => void;
|
|
640
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_7_0CustomEvent<SelectItem>) => void;
|
|
641
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_7_0CustomEvent<boolean>) => void;
|
|
621
642
|
"optionsData"?: string | SelectItem[];
|
|
622
643
|
"placeholder"?: string;
|
|
623
644
|
"searchEnabled"?: boolean;
|
|
624
645
|
"visibleValue"?: string;
|
|
625
646
|
}
|
|
626
|
-
interface
|
|
647
|
+
interface TttxPercentageBar_1_7_0 {
|
|
627
648
|
"color"?: string;
|
|
628
649
|
"labelid"?: string;
|
|
629
650
|
"min"?: string;
|
|
630
651
|
"percentage"?: string | number;
|
|
631
652
|
"thresholds"?: string | Threshold[];
|
|
632
653
|
}
|
|
633
|
-
interface
|
|
654
|
+
interface TttxQrcode_1_7_0 {
|
|
634
655
|
"link"?: string;
|
|
635
656
|
"size"?: number;
|
|
636
657
|
}
|
|
637
|
-
interface
|
|
658
|
+
interface TttxSelectBox_1_7_0 {
|
|
638
659
|
"errorMsg"?: string;
|
|
639
660
|
"inline"?: boolean;
|
|
640
661
|
"label"?: string;
|
|
641
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
642
|
-
"onSelectItemEvent"?: (event:
|
|
643
|
-
"onToggleOpen"?: (event:
|
|
662
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_7_0CustomEvent<string>) => void;
|
|
663
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_7_0CustomEvent<SelectItem1>) => void;
|
|
664
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_7_0CustomEvent<boolean>) => void;
|
|
644
665
|
"optionsData"?: string | SelectItem1[];
|
|
645
666
|
"placeholder"?: string;
|
|
646
667
|
"searchEnabled"?: boolean;
|
|
@@ -649,15 +670,15 @@ declare namespace LocalJSX {
|
|
|
649
670
|
"showErrorMsg"?: boolean;
|
|
650
671
|
"useExternalFiltering"?: boolean;
|
|
651
672
|
}
|
|
652
|
-
interface
|
|
673
|
+
interface TttxSorter_1_7_0 {
|
|
653
674
|
"defaultOption"?: string;
|
|
654
675
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
655
676
|
"fieldOptionsData"?: string | SorterData;
|
|
656
|
-
"onSorterChangeEvent"?: (event:
|
|
657
|
-
"onToggleSorter"?: (event:
|
|
677
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_7_0CustomEvent<SorterChangeEvent>) => void;
|
|
678
|
+
"onToggleSorter"?: (event: TttxSorter_1_7_0CustomEvent<boolean>) => void;
|
|
658
679
|
"sorterKey"?: string;
|
|
659
680
|
}
|
|
660
|
-
interface
|
|
681
|
+
interface TttxStandaloneInput_1_7_0 {
|
|
661
682
|
"autocomplete"?: 'off' | 'on';
|
|
662
683
|
"checked"?: boolean;
|
|
663
684
|
"disabled"?: boolean;
|
|
@@ -673,8 +694,8 @@ declare namespace LocalJSX {
|
|
|
673
694
|
"inputiconcolor"?: string;
|
|
674
695
|
/**
|
|
675
696
|
* tabindex - Allows the HTML elements to be focusable
|
|
676
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
677
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
697
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_7_0 input-index="1" />
|
|
698
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_7_0 inputindex={1} />
|
|
678
699
|
*/
|
|
679
700
|
"inputindex"?: string | number;
|
|
680
701
|
/**
|
|
@@ -688,13 +709,13 @@ declare namespace LocalJSX {
|
|
|
688
709
|
"min"?: MinMaxDates | number;
|
|
689
710
|
"minlength"?: string | number;
|
|
690
711
|
"name"?: string;
|
|
691
|
-
"onBlurChanged"?: (event:
|
|
692
|
-
"onFocusChanged"?: (event:
|
|
693
|
-
"onInputIconClick"?: (event:
|
|
694
|
-
"onInvalidChanged"?: (event:
|
|
695
|
-
"onLeftIconClick"?: (event:
|
|
696
|
-
"onRightIconClick"?: (event:
|
|
697
|
-
"onValueChanged"?: (event:
|
|
712
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_7_0CustomEvent<string>) => void;
|
|
713
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_7_0CustomEvent<string>) => void;
|
|
714
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_7_0CustomEvent<void>) => void;
|
|
715
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_7_0CustomEvent<string>) => void;
|
|
716
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_7_0CustomEvent<void>) => void;
|
|
717
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_7_0CustomEvent<void>) => void;
|
|
718
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_7_0CustomEvent<string>) => void;
|
|
698
719
|
"pattern"?: string;
|
|
699
720
|
"placeholder"?: string;
|
|
700
721
|
"readonly"?: string | boolean;
|
|
@@ -709,27 +730,27 @@ declare namespace LocalJSX {
|
|
|
709
730
|
"type"?: string;
|
|
710
731
|
"value"?: string | number;
|
|
711
732
|
}
|
|
712
|
-
interface
|
|
733
|
+
interface TttxTabs_1_7_0 {
|
|
713
734
|
"navigation"?: boolean;
|
|
714
|
-
"onLeftNavigation"?: (event:
|
|
715
|
-
"onRightNavigation"?: (event:
|
|
716
|
-
"onTabClick"?: (event:
|
|
735
|
+
"onLeftNavigation"?: (event: TttxTabs_1_7_0CustomEvent<any>) => void;
|
|
736
|
+
"onRightNavigation"?: (event: TttxTabs_1_7_0CustomEvent<any>) => void;
|
|
737
|
+
"onTabClick"?: (event: TttxTabs_1_7_0CustomEvent<{ tabId: string }>) => void;
|
|
717
738
|
"tabs"?: string | Tab[];
|
|
718
739
|
"tabsName"?: string;
|
|
719
740
|
"wide"?: boolean;
|
|
720
741
|
}
|
|
721
|
-
interface
|
|
742
|
+
interface TttxTag_1_7_0 {
|
|
722
743
|
"color"?: string;
|
|
723
744
|
"text"?: string;
|
|
724
745
|
"textColor"?: string;
|
|
725
746
|
}
|
|
726
|
-
interface
|
|
747
|
+
interface TttxTextarea_1_7_0 {
|
|
727
748
|
"disabled"?: boolean;
|
|
728
749
|
"errormsg"?: string;
|
|
729
750
|
/**
|
|
730
751
|
* tabindex - Allows the HTML elements to be focusable
|
|
731
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
732
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
752
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_7_0 input-index="1" />
|
|
753
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_7_0 inputindex={1} />
|
|
733
754
|
*/
|
|
734
755
|
"inputindex"?: string | number;
|
|
735
756
|
/**
|
|
@@ -740,10 +761,10 @@ declare namespace LocalJSX {
|
|
|
740
761
|
"label"?: string;
|
|
741
762
|
"maxlength"?: string | number;
|
|
742
763
|
"name"?: string;
|
|
743
|
-
"onBlurChanged"?: (event:
|
|
744
|
-
"onFocusChanged"?: (event:
|
|
745
|
-
"onInvalidChanged"?: (event:
|
|
746
|
-
"onValueChanged"?: (event:
|
|
764
|
+
"onBlurChanged"?: (event: TttxTextarea_1_7_0CustomEvent<string>) => void;
|
|
765
|
+
"onFocusChanged"?: (event: TttxTextarea_1_7_0CustomEvent<string>) => void;
|
|
766
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_7_0CustomEvent<string>) => void;
|
|
767
|
+
"onValueChanged"?: (event: TttxTextarea_1_7_0CustomEvent<string>) => void;
|
|
747
768
|
"placeholder"?: string;
|
|
748
769
|
"readonly"?: string | boolean;
|
|
749
770
|
"required"?: boolean;
|
|
@@ -757,76 +778,78 @@ declare namespace LocalJSX {
|
|
|
757
778
|
"textareaautofocus"?: boolean;
|
|
758
779
|
"value"?: string | number;
|
|
759
780
|
}
|
|
760
|
-
interface
|
|
781
|
+
interface TttxToolbar_1_7_0 {
|
|
761
782
|
"border"?: boolean;
|
|
762
783
|
}
|
|
763
|
-
interface
|
|
784
|
+
interface TttxTreeView_1_7_0 {
|
|
764
785
|
"data"?: TreeViewItem[];
|
|
765
|
-
"onCheckboxChange"?: (event:
|
|
766
|
-
"onClickEvent"?: (event:
|
|
767
|
-
"onExpandNode"?: (event:
|
|
786
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_7_0CustomEvent<TreeViewItem[]>) => void;
|
|
787
|
+
"onClickEvent"?: (event: TttxTreeView_1_7_0CustomEvent<TreeViewItem>) => void;
|
|
788
|
+
"onExpandNode"?: (event: TttxTreeView_1_7_0CustomEvent<ExpandNodeEvent>) => void;
|
|
768
789
|
}
|
|
769
790
|
interface IntrinsicElements {
|
|
770
|
-
"tttx-
|
|
771
|
-
"tttx-checkbox-group-
|
|
772
|
-
"tttx-checkbox-group-
|
|
773
|
-
"tttx-checkbox-
|
|
774
|
-
"tttx-
|
|
775
|
-
"tttx-
|
|
776
|
-
"tttx-
|
|
777
|
-
"tttx-
|
|
778
|
-
"tttx-
|
|
779
|
-
"tttx-
|
|
780
|
-
"tttx-
|
|
781
|
-
"tttx-
|
|
782
|
-
"tttx-
|
|
783
|
-
"tttx-
|
|
784
|
-
"tttx-
|
|
785
|
-
"tttx-
|
|
786
|
-
"tttx-
|
|
787
|
-
"tttx-
|
|
788
|
-
"tttx-
|
|
789
|
-
"tttx-
|
|
790
|
-
"tttx-
|
|
791
|
-
"tttx-
|
|
792
|
-
"tttx-
|
|
793
|
-
"tttx-
|
|
794
|
-
"tttx-
|
|
795
|
-
"tttx-
|
|
796
|
-
"tttx-
|
|
791
|
+
"tttx-button_1_7_0": TttxButton_1_7_0;
|
|
792
|
+
"tttx-checkbox-group-caption_1_7_0": TttxCheckboxGroupCaption_1_7_0;
|
|
793
|
+
"tttx-checkbox-group-heading_1_7_0": TttxCheckboxGroupHeading_1_7_0;
|
|
794
|
+
"tttx-checkbox-group_1_7_0": TttxCheckboxGroup_1_7_0;
|
|
795
|
+
"tttx-checkbox_1_7_0": TttxCheckbox_1_7_0;
|
|
796
|
+
"tttx-comments_1_7_0": TttxComments_1_7_0;
|
|
797
|
+
"tttx-data-pattern_1_7_0": TttxDataPattern_1_7_0;
|
|
798
|
+
"tttx-datacard_1_7_0": TttxDatacard_1_7_0;
|
|
799
|
+
"tttx-dialog-box_1_7_0": TttxDialogBox_1_7_0;
|
|
800
|
+
"tttx-dialog_1_7_0": TttxDialog_1_7_0;
|
|
801
|
+
"tttx-expander_1_7_0": TttxExpander_1_7_0;
|
|
802
|
+
"tttx-filter_1_7_0": TttxFilter_1_7_0;
|
|
803
|
+
"tttx-form_1_7_0": TttxForm_1_7_0;
|
|
804
|
+
"tttx-icon_1_7_0": TttxIcon_1_7_0;
|
|
805
|
+
"tttx-keyvalue-block_1_7_0": TttxKeyvalueBlock_1_7_0;
|
|
806
|
+
"tttx-list_1_7_0": TttxList_1_7_0;
|
|
807
|
+
"tttx-loading-spinner_1_7_0": TttxLoadingSpinner_1_7_0;
|
|
808
|
+
"tttx-multiselect-box_1_7_0": TttxMultiselectBox_1_7_0;
|
|
809
|
+
"tttx-percentage-bar_1_7_0": TttxPercentageBar_1_7_0;
|
|
810
|
+
"tttx-qrcode_1_7_0": TttxQrcode_1_7_0;
|
|
811
|
+
"tttx-select-box_1_7_0": TttxSelectBox_1_7_0;
|
|
812
|
+
"tttx-sorter_1_7_0": TttxSorter_1_7_0;
|
|
813
|
+
"tttx-standalone-input_1_7_0": TttxStandaloneInput_1_7_0;
|
|
814
|
+
"tttx-tabs_1_7_0": TttxTabs_1_7_0;
|
|
815
|
+
"tttx-tag_1_7_0": TttxTag_1_7_0;
|
|
816
|
+
"tttx-textarea_1_7_0": TttxTextarea_1_7_0;
|
|
817
|
+
"tttx-toolbar_1_7_0": TttxToolbar_1_7_0;
|
|
818
|
+
"tttx-tree-view_1_7_0": TttxTreeView_1_7_0;
|
|
797
819
|
}
|
|
798
820
|
}
|
|
799
821
|
export { LocalJSX as JSX };
|
|
800
822
|
declare module "@stencil/core" {
|
|
801
823
|
export namespace JSX {
|
|
802
824
|
interface IntrinsicElements {
|
|
803
|
-
"tttx-
|
|
804
|
-
"tttx-checkbox-group-
|
|
805
|
-
"tttx-checkbox-group-
|
|
806
|
-
"tttx-checkbox-
|
|
807
|
-
"tttx-
|
|
808
|
-
"tttx-
|
|
809
|
-
"tttx-
|
|
810
|
-
"tttx-
|
|
811
|
-
"tttx-
|
|
812
|
-
"tttx-
|
|
813
|
-
"tttx-
|
|
814
|
-
"tttx-
|
|
815
|
-
"tttx-
|
|
816
|
-
"tttx-
|
|
817
|
-
"tttx-
|
|
818
|
-
"tttx-
|
|
819
|
-
"tttx-
|
|
820
|
-
"tttx-
|
|
821
|
-
"tttx-
|
|
822
|
-
"tttx-
|
|
823
|
-
"tttx-
|
|
824
|
-
"tttx-
|
|
825
|
-
"tttx-
|
|
826
|
-
"tttx-
|
|
827
|
-
"tttx-
|
|
828
|
-
"tttx-
|
|
829
|
-
"tttx-
|
|
825
|
+
"tttx-button_1_7_0": LocalJSX.TttxButton_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxButton_1_7_0Element>;
|
|
826
|
+
"tttx-checkbox-group-caption_1_7_0": LocalJSX.TttxCheckboxGroupCaption_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_7_0Element>;
|
|
827
|
+
"tttx-checkbox-group-heading_1_7_0": LocalJSX.TttxCheckboxGroupHeading_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_7_0Element>;
|
|
828
|
+
"tttx-checkbox-group_1_7_0": LocalJSX.TttxCheckboxGroup_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_7_0Element>;
|
|
829
|
+
"tttx-checkbox_1_7_0": LocalJSX.TttxCheckbox_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_7_0Element>;
|
|
830
|
+
"tttx-comments_1_7_0": LocalJSX.TttxComments_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxComments_1_7_0Element>;
|
|
831
|
+
"tttx-data-pattern_1_7_0": LocalJSX.TttxDataPattern_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_7_0Element>;
|
|
832
|
+
"tttx-datacard_1_7_0": LocalJSX.TttxDatacard_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_7_0Element>;
|
|
833
|
+
"tttx-dialog-box_1_7_0": LocalJSX.TttxDialogBox_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_7_0Element>;
|
|
834
|
+
"tttx-dialog_1_7_0": LocalJSX.TttxDialog_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_7_0Element>;
|
|
835
|
+
"tttx-expander_1_7_0": LocalJSX.TttxExpander_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_7_0Element>;
|
|
836
|
+
"tttx-filter_1_7_0": LocalJSX.TttxFilter_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_7_0Element>;
|
|
837
|
+
"tttx-form_1_7_0": LocalJSX.TttxForm_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxForm_1_7_0Element>;
|
|
838
|
+
"tttx-icon_1_7_0": LocalJSX.TttxIcon_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_7_0Element>;
|
|
839
|
+
"tttx-keyvalue-block_1_7_0": LocalJSX.TttxKeyvalueBlock_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_7_0Element>;
|
|
840
|
+
"tttx-list_1_7_0": LocalJSX.TttxList_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxList_1_7_0Element>;
|
|
841
|
+
"tttx-loading-spinner_1_7_0": LocalJSX.TttxLoadingSpinner_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_7_0Element>;
|
|
842
|
+
"tttx-multiselect-box_1_7_0": LocalJSX.TttxMultiselectBox_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_7_0Element>;
|
|
843
|
+
"tttx-percentage-bar_1_7_0": LocalJSX.TttxPercentageBar_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_7_0Element>;
|
|
844
|
+
"tttx-qrcode_1_7_0": LocalJSX.TttxQrcode_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_7_0Element>;
|
|
845
|
+
"tttx-select-box_1_7_0": LocalJSX.TttxSelectBox_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_7_0Element>;
|
|
846
|
+
"tttx-sorter_1_7_0": LocalJSX.TttxSorter_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_7_0Element>;
|
|
847
|
+
"tttx-standalone-input_1_7_0": LocalJSX.TttxStandaloneInput_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_7_0Element>;
|
|
848
|
+
"tttx-tabs_1_7_0": LocalJSX.TttxTabs_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_7_0Element>;
|
|
849
|
+
"tttx-tag_1_7_0": LocalJSX.TttxTag_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxTag_1_7_0Element>;
|
|
850
|
+
"tttx-textarea_1_7_0": LocalJSX.TttxTextarea_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_7_0Element>;
|
|
851
|
+
"tttx-toolbar_1_7_0": LocalJSX.TttxToolbar_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_7_0Element>;
|
|
852
|
+
"tttx-tree-view_1_7_0": LocalJSX.TttxTreeView_1_7_0 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_7_0Element>;
|
|
830
853
|
}
|
|
831
854
|
}
|
|
832
855
|
}
|