@3t-transform/threeteeui 1.8.1 → 1.8.3
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_8_1.cjs.entry.js → tttx-button_1_8_3.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_8_1.cjs.entry.js → tttx-checkbox-group-caption_1_8_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_8_1.cjs.entry.js → tttx-checkbox-group-heading_1_8_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_8_1.cjs.entry.js → tttx-checkbox-group_1_8_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_8_1.cjs.entry.js → tttx-checkbox_1_8_3.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_8_1.cjs.entry.js → tttx-comments_1_8_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-data-pattern_1_8_1.cjs.entry.js → tttx-data-pattern_1_8_3.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-datacard_1_8_1.cjs.entry.js → tttx-datacard_1_8_3.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog-box_1_8_1.cjs.entry.js → tttx-dialog-box_1_8_3.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_8_1.cjs.entry.js → tttx-dialog_1_8_3.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_8_1.cjs.entry.js → tttx-expander_1_8_3.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_8_1_4.cjs.entry.js → tttx-filter_1_8_3_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_8_1.cjs.entry.js → tttx-form_1_8_3.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-icon_1_8_1.cjs.entry.js → tttx-icon_1_8_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_8_1.cjs.entry.js → tttx-keyvalue-block_1_8_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_8_1.cjs.entry.js → tttx-loading-spinner_1_8_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-multiselect-box_1_8_1.cjs.entry.js → tttx-multiselect-box_1_8_3.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_8_1.cjs.entry.js → tttx-percentage-bar_1_8_3.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_8_1.cjs.entry.js → tttx-qrcode_1_8_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_8_1.cjs.entry.js → tttx-select-box_1_8_3.cjs.entry.js} +4 -4
- package/dist/cjs/tttx-standalone-input_1_8_3.cjs.entry.js +94 -0
- package/dist/cjs/tttx-table_1_8_3.cjs.entry.js +41 -0
- package/dist/cjs/{tttx-tabs_1_8_1.cjs.entry.js → tttx-tabs_1_8_3.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_8_1.cjs.entry.js → tttx-tag_1_8_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_8_1.cjs.entry.js → tttx-textarea_1_8_3.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tree-view_1_8_1.cjs.entry.js → tttx-tree-view_1_8_3.cjs.entry.js} +3 -3
- package/dist/cjs/tttx.cjs.js +1 -1
- package/dist/collection/components/atoms/tttx-button/tttx-button.js +2 -2
- package/dist/collection/components/atoms/tttx-button/tttx-button.stories.js +20 -20
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.js +2 -2
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-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.js +1 -1
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.stories.js +1 -1
- 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-table/tttx-table.css +26 -24
- package/dist/collection/components/molecules/tttx-table/tttx-table.js +56 -10
- package/dist/collection/components/molecules/tttx-table/tttx-table.stories.js +70 -10
- package/dist/collection/components/molecules/tttx-table/tttx-table.types.js +1 -0
- 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 +29 -29
- package/dist/components/index.js +29 -29
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_8_1.d.ts → tttx-button_1_8_3.d.ts} +4 -4
- package/dist/components/{tttx-button_1_8_1.js → tttx-button_1_8_3.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_8_3.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_8_1.js → tttx-checkbox-group-caption_1_8_3.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_8_3.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_8_1.js → tttx-checkbox-group-heading_1_8_3.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_8_3.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_8_1.js → tttx-checkbox-group_1_8_3.js} +5 -5
- package/dist/components/{tttx-datacard_1_8_1.d.ts → tttx-checkbox_1_8_3.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_8_1.js → tttx-checkbox_1_8_3.js} +7 -7
- package/dist/components/{tttx-checkbox_1_8_1.d.ts → tttx-comments_1_8_3.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_8_1.js → tttx-comments_1_8_3.js} +5 -5
- package/dist/components/tttx-data-pattern_1_8_3.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_8_1.js → tttx-data-pattern_1_8_3.js} +13 -13
- package/dist/components/{tttx-comments_1_8_1.d.ts → tttx-datacard_1_8_3.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_8_1.js → tttx-datacard_1_8_3.js} +8 -8
- package/dist/components/tttx-dialog-box_1_8_3.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_8_1.js → tttx-dialog-box_1_8_3.js} +9 -9
- package/dist/components/{tttx-dialog_1_8_1.d.ts → tttx-dialog_1_8_3.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_8_1.js → tttx-dialog_1_8_3.js} +8 -8
- package/dist/components/tttx-expander_1_8_3.d.ts +11 -0
- package/dist/components/{tttx-expander_1_8_1.js → tttx-expander_1_8_3.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_8_1.d.ts → tttx-filter_1_8_3.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_8_1.js → tttx-filter_1_8_3.js} +2 -2
- package/dist/components/{tttx-icon_1_8_1.d.ts → tttx-form_1_8_3.d.ts} +4 -4
- package/dist/components/{tttx-form_1_8_1.js → tttx-form_1_8_3.js} +9 -9
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-list_1_8_1.d.ts → tttx-icon_1_8_3.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_8_1.js → tttx-icon_1_8_3.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_8_3.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_8_1.js → tttx-keyvalue-block_1_8_3.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-tabs_1_8_1.d.ts → tttx-list_1_8_3.d.ts} +4 -4
- package/dist/components/{tttx-list_1_8_1.js → tttx-list_1_8_3.js} +2 -2
- package/dist/components/tttx-loading-spinner_1_8_3.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_8_1.js → tttx-loading-spinner_1_8_3.js} +5 -5
- package/dist/components/tttx-multiselect-box_1_8_3.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_8_1.js → tttx-multiselect-box_1_8_3.js} +13 -13
- package/dist/components/tttx-percentage-bar_1_8_3.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_8_1.js → tttx-percentage-bar_1_8_3.js} +6 -6
- package/dist/components/{tttx-qrcode_1_8_1.d.ts → tttx-qrcode_1_8_3.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_8_1.js → tttx-qrcode_1_8_3.js} +5 -5
- package/dist/components/tttx-select-box.js +8 -8
- package/dist/components/tttx-select-box_1_8_3.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_8_1.js → tttx-select-box_1_8_3.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_8_3.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_8_1.js → tttx-sorter_1_8_3.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_8_3.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_8_1.js → tttx-standalone-input_1_8_3.js} +2 -2
- package/dist/components/{tttx-table_1_8_1.d.ts → tttx-table_1_8_3.d.ts} +4 -4
- package/dist/components/tttx-table_1_8_3.js +60 -0
- package/dist/components/{tttx-form_1_8_1.d.ts → tttx-tabs_1_8_3.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_8_1.js → tttx-tabs_1_8_3.js} +9 -9
- package/dist/components/{tttx-tag_1_8_1.d.ts → tttx-tag_1_8_3.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_8_1.js → tttx-tag_1_8_3.js} +5 -5
- package/dist/components/tttx-textarea_1_8_3.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_8_1.js → tttx-textarea_1_8_3.js} +6 -6
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-toolbar_1_8_1.d.ts → tttx-toolbar_1_8_3.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_8_1.js → tttx-toolbar_1_8_3.js} +2 -2
- package/dist/components/tttx-tree-view_1_8_3.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_8_1.js → tttx-tree-view_1_8_3.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_8_1.entry.js → tttx-button_1_8_3.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_8_1.entry.js → tttx-checkbox-group-caption_1_8_3.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_8_1.entry.js → tttx-checkbox-group-heading_1_8_3.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_8_1.entry.js → tttx-checkbox-group_1_8_3.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_8_1.entry.js → tttx-checkbox_1_8_3.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_8_1.entry.js → tttx-comments_1_8_3.entry.js} +1 -1
- package/dist/esm/{tttx-data-pattern_1_8_1.entry.js → tttx-data-pattern_1_8_3.entry.js} +2 -2
- package/dist/esm/{tttx-datacard_1_8_1.entry.js → tttx-datacard_1_8_3.entry.js} +3 -3
- package/dist/esm/{tttx-dialog-box_1_8_1.entry.js → tttx-dialog-box_1_8_3.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_8_1.entry.js → tttx-dialog_1_8_3.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_8_1.entry.js → tttx-expander_1_8_3.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_8_1_4.entry.js → tttx-filter_1_8_3_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_8_1.entry.js → tttx-form_1_8_3.entry.js} +2 -2
- package/dist/esm/{tttx-icon_1_8_1.entry.js → tttx-icon_1_8_3.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_8_1.entry.js → tttx-keyvalue-block_1_8_3.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_8_1.entry.js → tttx-loading-spinner_1_8_3.entry.js} +1 -1
- package/dist/esm/{tttx-multiselect-box_1_8_1.entry.js → tttx-multiselect-box_1_8_3.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_8_1.entry.js → tttx-percentage-bar_1_8_3.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_8_1.entry.js → tttx-qrcode_1_8_3.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_8_1.entry.js → tttx-select-box_1_8_3.entry.js} +4 -4
- package/dist/esm/tttx-standalone-input_1_8_3.entry.js +90 -0
- package/dist/esm/tttx-table_1_8_3.entry.js +37 -0
- package/dist/esm/{tttx-tabs_1_8_1.entry.js → tttx-tabs_1_8_3.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_8_1.entry.js → tttx-tag_1_8_3.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_8_1.entry.js → tttx-textarea_1_8_3.entry.js} +2 -2
- package/dist/esm/{tttx-tree-view_1_8_1.entry.js → tttx-tree-view_1_8_3.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-33754ad8.entry.js +1 -0
- 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-765ecce5.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-a8e76e78.entry.js +1 -1
- package/dist/tttx/p-b7347352.entry.js +1 -1
- 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-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-table/tttx-table.d.ts +5 -1
- package/dist/types/components/molecules/tttx-table/tttx-table.types.d.ts +6 -0
- package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
- package/dist/types/components.d.ts +345 -341
- package/package.json +1 -1
- package/dist/cjs/tttx-standalone-input_1_8_1.cjs.entry.js +0 -94
- package/dist/cjs/tttx-table_1_8_1.cjs.entry.js +0 -32
- package/dist/components/tttx-checkbox-group-caption_1_8_1.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_8_1.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_8_1.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_8_1.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_8_1.d.ts +0 -11
- package/dist/components/tttx-expander_1_8_1.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_8_1.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_8_1.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_8_1.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_8_1.d.ts +0 -11
- package/dist/components/tttx-select-box_1_8_1.d.ts +0 -11
- package/dist/components/tttx-sorter_1_8_1.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_8_1.d.ts +0 -11
- package/dist/components/tttx-table_1_8_1.js +0 -51
- package/dist/components/tttx-textarea_1_8_1.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_8_1.d.ts +0 -11
- package/dist/esm/tttx-standalone-input_1_8_1.entry.js +0 -90
- package/dist/esm/tttx-table_1_8_1.entry.js +0 -28
- package/dist/tttx/p-2e4034d2.entry.js +0 -1
|
@@ -16,53 +16,54 @@ import { Threshold } from "./components/atoms/tttx-percentage-bar/tttx-percentag
|
|
|
16
16
|
import { SelectItem as SelectItem1 } from "./components/molecules/tttx-select-box/interfaces";
|
|
17
17
|
import { SorterChangeEvent, SorterData } from "./components/molecules/tttx-sorter/interfaces";
|
|
18
18
|
import { MinMaxDates } from "./components/molecules/tttx-standalone-input/tttx-standalone-input";
|
|
19
|
+
import { TableHeader } from "./components/molecules/tttx-table/tttx-table.types";
|
|
19
20
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
20
21
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
21
22
|
export namespace Components {
|
|
22
|
-
interface
|
|
23
|
+
interface TttxButton_1_8_3 {
|
|
23
24
|
"design": string;
|
|
24
25
|
"icon": string;
|
|
25
26
|
"iconcolor": string;
|
|
26
27
|
"iconposition": 'left' | 'right';
|
|
27
28
|
"notext": boolean;
|
|
28
29
|
}
|
|
29
|
-
interface
|
|
30
|
+
interface TttxCheckboxGroupCaption_1_8_3 {
|
|
30
31
|
}
|
|
31
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_8_3 {
|
|
32
33
|
}
|
|
33
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_8_3 {
|
|
34
35
|
}
|
|
35
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_8_3 {
|
|
36
37
|
"checkboxId": string;
|
|
37
38
|
"checked": boolean;
|
|
38
39
|
"indeterminate": boolean;
|
|
39
40
|
"inline": boolean;
|
|
40
41
|
"label": string;
|
|
41
42
|
}
|
|
42
|
-
interface
|
|
43
|
+
interface TttxComments_1_8_3 {
|
|
43
44
|
"comments": string | Comment[];
|
|
44
45
|
"currentuser": string;
|
|
45
46
|
}
|
|
46
|
-
interface
|
|
47
|
+
interface TttxDataPattern_1_8_3 {
|
|
47
48
|
"data": string;
|
|
48
49
|
"filterheader": string;
|
|
49
50
|
"filteroptions": string;
|
|
50
51
|
"sorteroptions": string;
|
|
51
52
|
}
|
|
52
|
-
interface
|
|
53
|
+
interface TttxDatacard_1_8_3 {
|
|
53
54
|
"cardTitle": string;
|
|
54
55
|
"iconStyle": string;
|
|
55
56
|
"leftData": string;
|
|
56
57
|
"rightData": string;
|
|
57
58
|
"rightSubtext": string;
|
|
58
59
|
}
|
|
59
|
-
interface
|
|
60
|
+
interface TttxDialogBox_1_8_3 {
|
|
60
61
|
"allowOverflow": boolean;
|
|
61
62
|
"data": string | DialogItems;
|
|
62
63
|
"open": boolean;
|
|
63
64
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
64
65
|
}
|
|
65
|
-
interface
|
|
66
|
+
interface TttxDialog_1_8_3 {
|
|
66
67
|
"allowOverflow": boolean;
|
|
67
68
|
"closeEnabled": boolean;
|
|
68
69
|
"header": string;
|
|
@@ -70,13 +71,13 @@ export namespace Components {
|
|
|
70
71
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
71
72
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
72
73
|
}
|
|
73
|
-
interface
|
|
74
|
+
interface TttxExpander_1_8_3 {
|
|
74
75
|
"lefticon"?: string;
|
|
75
76
|
"lefticoncolor"?: string;
|
|
76
77
|
"name": string;
|
|
77
78
|
"open": boolean;
|
|
78
79
|
}
|
|
79
|
-
interface
|
|
80
|
+
interface TttxFilter_1_8_3 {
|
|
80
81
|
"defaultFilterOptions": string[] | string;
|
|
81
82
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
82
83
|
"filterHeader": string;
|
|
@@ -87,7 +88,7 @@ export namespace Components {
|
|
|
87
88
|
"showSearchField": boolean;
|
|
88
89
|
"showSelectAll": boolean;
|
|
89
90
|
}
|
|
90
|
-
interface
|
|
91
|
+
interface TttxForm_1_8_3 {
|
|
91
92
|
/**
|
|
92
93
|
* Clear the validation message on a given form field
|
|
93
94
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -119,25 +120,25 @@ export namespace Components {
|
|
|
119
120
|
"setValidationFor": (fieldName: string, message: string) => Promise<void>;
|
|
120
121
|
"submit": () => Promise<void>;
|
|
121
122
|
}
|
|
122
|
-
interface
|
|
123
|
+
interface TttxIcon_1_8_3 {
|
|
123
124
|
"color": string;
|
|
124
125
|
"icon": string;
|
|
125
126
|
"size": number;
|
|
126
127
|
}
|
|
127
|
-
interface
|
|
128
|
+
interface TttxKeyvalueBlock_1_8_3 {
|
|
128
129
|
"horizontal": boolean;
|
|
129
130
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
130
131
|
"spacedout": boolean;
|
|
131
132
|
}
|
|
132
|
-
interface
|
|
133
|
+
interface TttxList_1_8_3 {
|
|
133
134
|
"data": string | ListItem[];
|
|
134
135
|
"name": string;
|
|
135
136
|
}
|
|
136
|
-
interface
|
|
137
|
+
interface TttxLoadingSpinner_1_8_3 {
|
|
137
138
|
"loadingMessage": boolean;
|
|
138
139
|
"size": 'small' | 'large';
|
|
139
140
|
}
|
|
140
|
-
interface
|
|
141
|
+
interface TttxMultiselectBox_1_8_3 {
|
|
141
142
|
"htmlVisibleValue": boolean;
|
|
142
143
|
"inline": boolean;
|
|
143
144
|
"label": string;
|
|
@@ -146,18 +147,18 @@ export namespace Components {
|
|
|
146
147
|
"searchEnabled": boolean;
|
|
147
148
|
"visibleValue": string;
|
|
148
149
|
}
|
|
149
|
-
interface
|
|
150
|
+
interface TttxPercentageBar_1_8_3 {
|
|
150
151
|
"color"?: string;
|
|
151
152
|
"labelid"?: string;
|
|
152
153
|
"min": string;
|
|
153
154
|
"percentage": string | number;
|
|
154
155
|
"thresholds"?: string | Threshold[];
|
|
155
156
|
}
|
|
156
|
-
interface
|
|
157
|
+
interface TttxQrcode_1_8_3 {
|
|
157
158
|
"link": string;
|
|
158
159
|
"size": number;
|
|
159
160
|
}
|
|
160
|
-
interface
|
|
161
|
+
interface TttxSelectBox_1_8_3 {
|
|
161
162
|
"errorMsg": string;
|
|
162
163
|
"inline": boolean;
|
|
163
164
|
"label": string;
|
|
@@ -170,13 +171,13 @@ export namespace Components {
|
|
|
170
171
|
"showErrorMsg": boolean;
|
|
171
172
|
"useExternalFiltering": boolean;
|
|
172
173
|
}
|
|
173
|
-
interface
|
|
174
|
+
interface TttxSorter_1_8_3 {
|
|
174
175
|
"defaultOption": string;
|
|
175
176
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
176
177
|
"fieldOptionsData": string | SorterData;
|
|
177
178
|
"sorterKey": string;
|
|
178
179
|
}
|
|
179
|
-
interface
|
|
180
|
+
interface TttxStandaloneInput_1_8_3 {
|
|
180
181
|
"autocomplete": 'off' | 'on';
|
|
181
182
|
"checked": boolean;
|
|
182
183
|
"disabled": boolean;
|
|
@@ -192,8 +193,8 @@ export namespace Components {
|
|
|
192
193
|
"inputiconcolor": string;
|
|
193
194
|
/**
|
|
194
195
|
* tabindex - Allows the HTML elements to be focusable
|
|
195
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
196
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
196
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_8_3 input-index="1" />
|
|
197
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_8_3 inputindex={1} />
|
|
197
198
|
*/
|
|
198
199
|
"inputindex": string | number;
|
|
199
200
|
/**
|
|
@@ -221,30 +222,31 @@ export namespace Components {
|
|
|
221
222
|
"type": string;
|
|
222
223
|
"value": string | number;
|
|
223
224
|
}
|
|
224
|
-
interface
|
|
225
|
+
interface TttxTable_1_8_3 {
|
|
225
226
|
"data": any;
|
|
226
|
-
"headers":
|
|
227
|
+
"headers": TableHeader[];
|
|
227
228
|
"loading": boolean;
|
|
229
|
+
"selectable": boolean;
|
|
228
230
|
"selected": number;
|
|
229
231
|
}
|
|
230
|
-
interface
|
|
232
|
+
interface TttxTabs_1_8_3 {
|
|
231
233
|
"navigation": boolean;
|
|
232
234
|
"tabs": string | Tab[];
|
|
233
235
|
"tabsName": string;
|
|
234
236
|
"wide": boolean;
|
|
235
237
|
}
|
|
236
|
-
interface
|
|
238
|
+
interface TttxTag_1_8_3 {
|
|
237
239
|
"color": string;
|
|
238
240
|
"text": string;
|
|
239
241
|
"textColor": string;
|
|
240
242
|
}
|
|
241
|
-
interface
|
|
243
|
+
interface TttxTextarea_1_8_3 {
|
|
242
244
|
"disabled": boolean;
|
|
243
245
|
"errormsg": string;
|
|
244
246
|
/**
|
|
245
247
|
* tabindex - Allows the HTML elements to be focusable
|
|
246
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
247
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
248
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_8_3 input-index="1" />
|
|
249
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_8_3 inputindex={1} />
|
|
248
250
|
*/
|
|
249
251
|
"inputindex": string | number;
|
|
250
252
|
/**
|
|
@@ -268,417 +270,417 @@ export namespace Components {
|
|
|
268
270
|
"textareaautofocus": boolean;
|
|
269
271
|
"value": string | number;
|
|
270
272
|
}
|
|
271
|
-
interface
|
|
273
|
+
interface TttxToolbar_1_8_3 {
|
|
272
274
|
"border": boolean;
|
|
273
275
|
}
|
|
274
|
-
interface
|
|
276
|
+
interface TttxTreeView_1_8_3 {
|
|
275
277
|
"data": TreeViewItem[];
|
|
276
278
|
}
|
|
277
279
|
}
|
|
278
|
-
export interface
|
|
280
|
+
export interface TttxCheckbox_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
279
281
|
detail: T;
|
|
280
|
-
target:
|
|
282
|
+
target: HTMLTttxCheckbox_1_8_3Element;
|
|
281
283
|
}
|
|
282
|
-
export interface
|
|
284
|
+
export interface TttxComments_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
283
285
|
detail: T;
|
|
284
|
-
target:
|
|
286
|
+
target: HTMLTttxComments_1_8_3Element;
|
|
285
287
|
}
|
|
286
|
-
export interface
|
|
288
|
+
export interface TttxDialogBox_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
287
289
|
detail: T;
|
|
288
|
-
target:
|
|
290
|
+
target: HTMLTttxDialogBox_1_8_3Element;
|
|
289
291
|
}
|
|
290
|
-
export interface
|
|
292
|
+
export interface TttxDialog_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
291
293
|
detail: T;
|
|
292
|
-
target:
|
|
294
|
+
target: HTMLTttxDialog_1_8_3Element;
|
|
293
295
|
}
|
|
294
|
-
export interface
|
|
296
|
+
export interface TttxExpander_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
295
297
|
detail: T;
|
|
296
|
-
target:
|
|
298
|
+
target: HTMLTttxExpander_1_8_3Element;
|
|
297
299
|
}
|
|
298
|
-
export interface
|
|
300
|
+
export interface TttxFilter_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
299
301
|
detail: T;
|
|
300
|
-
target:
|
|
302
|
+
target: HTMLTttxFilter_1_8_3Element;
|
|
301
303
|
}
|
|
302
|
-
export interface
|
|
304
|
+
export interface TttxForm_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
303
305
|
detail: T;
|
|
304
|
-
target:
|
|
306
|
+
target: HTMLTttxForm_1_8_3Element;
|
|
305
307
|
}
|
|
306
|
-
export interface
|
|
308
|
+
export interface TttxList_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
307
309
|
detail: T;
|
|
308
|
-
target:
|
|
310
|
+
target: HTMLTttxList_1_8_3Element;
|
|
309
311
|
}
|
|
310
|
-
export interface
|
|
312
|
+
export interface TttxMultiselectBox_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
311
313
|
detail: T;
|
|
312
|
-
target:
|
|
314
|
+
target: HTMLTttxMultiselectBox_1_8_3Element;
|
|
313
315
|
}
|
|
314
|
-
export interface
|
|
316
|
+
export interface TttxSelectBox_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
315
317
|
detail: T;
|
|
316
|
-
target:
|
|
318
|
+
target: HTMLTttxSelectBox_1_8_3Element;
|
|
317
319
|
}
|
|
318
|
-
export interface
|
|
320
|
+
export interface TttxSorter_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
319
321
|
detail: T;
|
|
320
|
-
target:
|
|
322
|
+
target: HTMLTttxSorter_1_8_3Element;
|
|
321
323
|
}
|
|
322
|
-
export interface
|
|
324
|
+
export interface TttxStandaloneInput_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
323
325
|
detail: T;
|
|
324
|
-
target:
|
|
326
|
+
target: HTMLTttxStandaloneInput_1_8_3Element;
|
|
325
327
|
}
|
|
326
|
-
export interface
|
|
328
|
+
export interface TttxTable_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
327
329
|
detail: T;
|
|
328
|
-
target:
|
|
330
|
+
target: HTMLTttxTable_1_8_3Element;
|
|
329
331
|
}
|
|
330
|
-
export interface
|
|
332
|
+
export interface TttxTabs_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
331
333
|
detail: T;
|
|
332
|
-
target:
|
|
334
|
+
target: HTMLTttxTabs_1_8_3Element;
|
|
333
335
|
}
|
|
334
|
-
export interface
|
|
336
|
+
export interface TttxTextarea_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
335
337
|
detail: T;
|
|
336
|
-
target:
|
|
338
|
+
target: HTMLTttxTextarea_1_8_3Element;
|
|
337
339
|
}
|
|
338
|
-
export interface
|
|
340
|
+
export interface TttxTreeView_1_8_3CustomEvent<T> extends CustomEvent<T> {
|
|
339
341
|
detail: T;
|
|
340
|
-
target:
|
|
342
|
+
target: HTMLTttxTreeView_1_8_3Element;
|
|
341
343
|
}
|
|
342
344
|
declare global {
|
|
343
|
-
interface
|
|
345
|
+
interface HTMLTttxButton_1_8_3Element extends Components.TttxButton_1_8_3, HTMLStencilElement {
|
|
344
346
|
}
|
|
345
|
-
var
|
|
346
|
-
prototype:
|
|
347
|
-
new ():
|
|
347
|
+
var HTMLTttxButton_1_8_3Element: {
|
|
348
|
+
prototype: HTMLTttxButton_1_8_3Element;
|
|
349
|
+
new (): HTMLTttxButton_1_8_3Element;
|
|
348
350
|
};
|
|
349
|
-
interface
|
|
351
|
+
interface HTMLTttxCheckboxGroupCaption_1_8_3Element extends Components.TttxCheckboxGroupCaption_1_8_3, HTMLStencilElement {
|
|
350
352
|
}
|
|
351
|
-
var
|
|
352
|
-
prototype:
|
|
353
|
-
new ():
|
|
353
|
+
var HTMLTttxCheckboxGroupCaption_1_8_3Element: {
|
|
354
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_8_3Element;
|
|
355
|
+
new (): HTMLTttxCheckboxGroupCaption_1_8_3Element;
|
|
354
356
|
};
|
|
355
|
-
interface
|
|
357
|
+
interface HTMLTttxCheckboxGroupHeading_1_8_3Element extends Components.TttxCheckboxGroupHeading_1_8_3, HTMLStencilElement {
|
|
356
358
|
}
|
|
357
|
-
var
|
|
358
|
-
prototype:
|
|
359
|
-
new ():
|
|
359
|
+
var HTMLTttxCheckboxGroupHeading_1_8_3Element: {
|
|
360
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_8_3Element;
|
|
361
|
+
new (): HTMLTttxCheckboxGroupHeading_1_8_3Element;
|
|
360
362
|
};
|
|
361
|
-
interface
|
|
363
|
+
interface HTMLTttxCheckboxGroup_1_8_3Element extends Components.TttxCheckboxGroup_1_8_3, HTMLStencilElement {
|
|
362
364
|
}
|
|
363
|
-
var
|
|
364
|
-
prototype:
|
|
365
|
-
new ():
|
|
365
|
+
var HTMLTttxCheckboxGroup_1_8_3Element: {
|
|
366
|
+
prototype: HTMLTttxCheckboxGroup_1_8_3Element;
|
|
367
|
+
new (): HTMLTttxCheckboxGroup_1_8_3Element;
|
|
366
368
|
};
|
|
367
|
-
interface
|
|
369
|
+
interface HTMLTttxCheckbox_1_8_3Element extends Components.TttxCheckbox_1_8_3, HTMLStencilElement {
|
|
368
370
|
}
|
|
369
|
-
var
|
|
370
|
-
prototype:
|
|
371
|
-
new ():
|
|
371
|
+
var HTMLTttxCheckbox_1_8_3Element: {
|
|
372
|
+
prototype: HTMLTttxCheckbox_1_8_3Element;
|
|
373
|
+
new (): HTMLTttxCheckbox_1_8_3Element;
|
|
372
374
|
};
|
|
373
|
-
interface
|
|
375
|
+
interface HTMLTttxComments_1_8_3Element extends Components.TttxComments_1_8_3, HTMLStencilElement {
|
|
374
376
|
}
|
|
375
|
-
var
|
|
376
|
-
prototype:
|
|
377
|
-
new ():
|
|
377
|
+
var HTMLTttxComments_1_8_3Element: {
|
|
378
|
+
prototype: HTMLTttxComments_1_8_3Element;
|
|
379
|
+
new (): HTMLTttxComments_1_8_3Element;
|
|
378
380
|
};
|
|
379
|
-
interface
|
|
381
|
+
interface HTMLTttxDataPattern_1_8_3Element extends Components.TttxDataPattern_1_8_3, HTMLStencilElement {
|
|
380
382
|
}
|
|
381
|
-
var
|
|
382
|
-
prototype:
|
|
383
|
-
new ():
|
|
383
|
+
var HTMLTttxDataPattern_1_8_3Element: {
|
|
384
|
+
prototype: HTMLTttxDataPattern_1_8_3Element;
|
|
385
|
+
new (): HTMLTttxDataPattern_1_8_3Element;
|
|
384
386
|
};
|
|
385
|
-
interface
|
|
387
|
+
interface HTMLTttxDatacard_1_8_3Element extends Components.TttxDatacard_1_8_3, HTMLStencilElement {
|
|
386
388
|
}
|
|
387
|
-
var
|
|
388
|
-
prototype:
|
|
389
|
-
new ():
|
|
389
|
+
var HTMLTttxDatacard_1_8_3Element: {
|
|
390
|
+
prototype: HTMLTttxDatacard_1_8_3Element;
|
|
391
|
+
new (): HTMLTttxDatacard_1_8_3Element;
|
|
390
392
|
};
|
|
391
|
-
interface
|
|
393
|
+
interface HTMLTttxDialogBox_1_8_3Element extends Components.TttxDialogBox_1_8_3, HTMLStencilElement {
|
|
392
394
|
}
|
|
393
|
-
var
|
|
394
|
-
prototype:
|
|
395
|
-
new ():
|
|
395
|
+
var HTMLTttxDialogBox_1_8_3Element: {
|
|
396
|
+
prototype: HTMLTttxDialogBox_1_8_3Element;
|
|
397
|
+
new (): HTMLTttxDialogBox_1_8_3Element;
|
|
396
398
|
};
|
|
397
|
-
interface
|
|
399
|
+
interface HTMLTttxDialog_1_8_3Element extends Components.TttxDialog_1_8_3, HTMLStencilElement {
|
|
398
400
|
}
|
|
399
|
-
var
|
|
400
|
-
prototype:
|
|
401
|
-
new ():
|
|
401
|
+
var HTMLTttxDialog_1_8_3Element: {
|
|
402
|
+
prototype: HTMLTttxDialog_1_8_3Element;
|
|
403
|
+
new (): HTMLTttxDialog_1_8_3Element;
|
|
402
404
|
};
|
|
403
|
-
interface
|
|
405
|
+
interface HTMLTttxExpander_1_8_3Element extends Components.TttxExpander_1_8_3, HTMLStencilElement {
|
|
404
406
|
}
|
|
405
|
-
var
|
|
406
|
-
prototype:
|
|
407
|
-
new ():
|
|
407
|
+
var HTMLTttxExpander_1_8_3Element: {
|
|
408
|
+
prototype: HTMLTttxExpander_1_8_3Element;
|
|
409
|
+
new (): HTMLTttxExpander_1_8_3Element;
|
|
408
410
|
};
|
|
409
|
-
interface
|
|
411
|
+
interface HTMLTttxFilter_1_8_3Element extends Components.TttxFilter_1_8_3, HTMLStencilElement {
|
|
410
412
|
}
|
|
411
|
-
var
|
|
412
|
-
prototype:
|
|
413
|
-
new ():
|
|
413
|
+
var HTMLTttxFilter_1_8_3Element: {
|
|
414
|
+
prototype: HTMLTttxFilter_1_8_3Element;
|
|
415
|
+
new (): HTMLTttxFilter_1_8_3Element;
|
|
414
416
|
};
|
|
415
|
-
interface
|
|
417
|
+
interface HTMLTttxForm_1_8_3Element extends Components.TttxForm_1_8_3, HTMLStencilElement {
|
|
416
418
|
}
|
|
417
|
-
var
|
|
418
|
-
prototype:
|
|
419
|
-
new ():
|
|
419
|
+
var HTMLTttxForm_1_8_3Element: {
|
|
420
|
+
prototype: HTMLTttxForm_1_8_3Element;
|
|
421
|
+
new (): HTMLTttxForm_1_8_3Element;
|
|
420
422
|
};
|
|
421
|
-
interface
|
|
423
|
+
interface HTMLTttxIcon_1_8_3Element extends Components.TttxIcon_1_8_3, HTMLStencilElement {
|
|
422
424
|
}
|
|
423
|
-
var
|
|
424
|
-
prototype:
|
|
425
|
-
new ():
|
|
425
|
+
var HTMLTttxIcon_1_8_3Element: {
|
|
426
|
+
prototype: HTMLTttxIcon_1_8_3Element;
|
|
427
|
+
new (): HTMLTttxIcon_1_8_3Element;
|
|
426
428
|
};
|
|
427
|
-
interface
|
|
429
|
+
interface HTMLTttxKeyvalueBlock_1_8_3Element extends Components.TttxKeyvalueBlock_1_8_3, HTMLStencilElement {
|
|
428
430
|
}
|
|
429
|
-
var
|
|
430
|
-
prototype:
|
|
431
|
-
new ():
|
|
431
|
+
var HTMLTttxKeyvalueBlock_1_8_3Element: {
|
|
432
|
+
prototype: HTMLTttxKeyvalueBlock_1_8_3Element;
|
|
433
|
+
new (): HTMLTttxKeyvalueBlock_1_8_3Element;
|
|
432
434
|
};
|
|
433
|
-
interface
|
|
435
|
+
interface HTMLTttxList_1_8_3Element extends Components.TttxList_1_8_3, HTMLStencilElement {
|
|
434
436
|
}
|
|
435
|
-
var
|
|
436
|
-
prototype:
|
|
437
|
-
new ():
|
|
437
|
+
var HTMLTttxList_1_8_3Element: {
|
|
438
|
+
prototype: HTMLTttxList_1_8_3Element;
|
|
439
|
+
new (): HTMLTttxList_1_8_3Element;
|
|
438
440
|
};
|
|
439
|
-
interface
|
|
441
|
+
interface HTMLTttxLoadingSpinner_1_8_3Element extends Components.TttxLoadingSpinner_1_8_3, HTMLStencilElement {
|
|
440
442
|
}
|
|
441
|
-
var
|
|
442
|
-
prototype:
|
|
443
|
-
new ():
|
|
443
|
+
var HTMLTttxLoadingSpinner_1_8_3Element: {
|
|
444
|
+
prototype: HTMLTttxLoadingSpinner_1_8_3Element;
|
|
445
|
+
new (): HTMLTttxLoadingSpinner_1_8_3Element;
|
|
444
446
|
};
|
|
445
|
-
interface
|
|
447
|
+
interface HTMLTttxMultiselectBox_1_8_3Element extends Components.TttxMultiselectBox_1_8_3, HTMLStencilElement {
|
|
446
448
|
}
|
|
447
|
-
var
|
|
448
|
-
prototype:
|
|
449
|
-
new ():
|
|
449
|
+
var HTMLTttxMultiselectBox_1_8_3Element: {
|
|
450
|
+
prototype: HTMLTttxMultiselectBox_1_8_3Element;
|
|
451
|
+
new (): HTMLTttxMultiselectBox_1_8_3Element;
|
|
450
452
|
};
|
|
451
|
-
interface
|
|
453
|
+
interface HTMLTttxPercentageBar_1_8_3Element extends Components.TttxPercentageBar_1_8_3, HTMLStencilElement {
|
|
452
454
|
}
|
|
453
|
-
var
|
|
454
|
-
prototype:
|
|
455
|
-
new ():
|
|
455
|
+
var HTMLTttxPercentageBar_1_8_3Element: {
|
|
456
|
+
prototype: HTMLTttxPercentageBar_1_8_3Element;
|
|
457
|
+
new (): HTMLTttxPercentageBar_1_8_3Element;
|
|
456
458
|
};
|
|
457
|
-
interface
|
|
459
|
+
interface HTMLTttxQrcode_1_8_3Element extends Components.TttxQrcode_1_8_3, HTMLStencilElement {
|
|
458
460
|
}
|
|
459
|
-
var
|
|
460
|
-
prototype:
|
|
461
|
-
new ():
|
|
461
|
+
var HTMLTttxQrcode_1_8_3Element: {
|
|
462
|
+
prototype: HTMLTttxQrcode_1_8_3Element;
|
|
463
|
+
new (): HTMLTttxQrcode_1_8_3Element;
|
|
462
464
|
};
|
|
463
|
-
interface
|
|
465
|
+
interface HTMLTttxSelectBox_1_8_3Element extends Components.TttxSelectBox_1_8_3, HTMLStencilElement {
|
|
464
466
|
}
|
|
465
|
-
var
|
|
466
|
-
prototype:
|
|
467
|
-
new ():
|
|
467
|
+
var HTMLTttxSelectBox_1_8_3Element: {
|
|
468
|
+
prototype: HTMLTttxSelectBox_1_8_3Element;
|
|
469
|
+
new (): HTMLTttxSelectBox_1_8_3Element;
|
|
468
470
|
};
|
|
469
|
-
interface
|
|
471
|
+
interface HTMLTttxSorter_1_8_3Element extends Components.TttxSorter_1_8_3, HTMLStencilElement {
|
|
470
472
|
}
|
|
471
|
-
var
|
|
472
|
-
prototype:
|
|
473
|
-
new ():
|
|
473
|
+
var HTMLTttxSorter_1_8_3Element: {
|
|
474
|
+
prototype: HTMLTttxSorter_1_8_3Element;
|
|
475
|
+
new (): HTMLTttxSorter_1_8_3Element;
|
|
474
476
|
};
|
|
475
|
-
interface
|
|
477
|
+
interface HTMLTttxStandaloneInput_1_8_3Element extends Components.TttxStandaloneInput_1_8_3, HTMLStencilElement {
|
|
476
478
|
}
|
|
477
|
-
var
|
|
478
|
-
prototype:
|
|
479
|
-
new ():
|
|
479
|
+
var HTMLTttxStandaloneInput_1_8_3Element: {
|
|
480
|
+
prototype: HTMLTttxStandaloneInput_1_8_3Element;
|
|
481
|
+
new (): HTMLTttxStandaloneInput_1_8_3Element;
|
|
480
482
|
};
|
|
481
|
-
interface
|
|
483
|
+
interface HTMLTttxTable_1_8_3Element extends Components.TttxTable_1_8_3, HTMLStencilElement {
|
|
482
484
|
}
|
|
483
|
-
var
|
|
484
|
-
prototype:
|
|
485
|
-
new ():
|
|
485
|
+
var HTMLTttxTable_1_8_3Element: {
|
|
486
|
+
prototype: HTMLTttxTable_1_8_3Element;
|
|
487
|
+
new (): HTMLTttxTable_1_8_3Element;
|
|
486
488
|
};
|
|
487
|
-
interface
|
|
489
|
+
interface HTMLTttxTabs_1_8_3Element extends Components.TttxTabs_1_8_3, HTMLStencilElement {
|
|
488
490
|
}
|
|
489
|
-
var
|
|
490
|
-
prototype:
|
|
491
|
-
new ():
|
|
491
|
+
var HTMLTttxTabs_1_8_3Element: {
|
|
492
|
+
prototype: HTMLTttxTabs_1_8_3Element;
|
|
493
|
+
new (): HTMLTttxTabs_1_8_3Element;
|
|
492
494
|
};
|
|
493
|
-
interface
|
|
495
|
+
interface HTMLTttxTag_1_8_3Element extends Components.TttxTag_1_8_3, HTMLStencilElement {
|
|
494
496
|
}
|
|
495
|
-
var
|
|
496
|
-
prototype:
|
|
497
|
-
new ():
|
|
497
|
+
var HTMLTttxTag_1_8_3Element: {
|
|
498
|
+
prototype: HTMLTttxTag_1_8_3Element;
|
|
499
|
+
new (): HTMLTttxTag_1_8_3Element;
|
|
498
500
|
};
|
|
499
|
-
interface
|
|
501
|
+
interface HTMLTttxTextarea_1_8_3Element extends Components.TttxTextarea_1_8_3, HTMLStencilElement {
|
|
500
502
|
}
|
|
501
|
-
var
|
|
502
|
-
prototype:
|
|
503
|
-
new ():
|
|
503
|
+
var HTMLTttxTextarea_1_8_3Element: {
|
|
504
|
+
prototype: HTMLTttxTextarea_1_8_3Element;
|
|
505
|
+
new (): HTMLTttxTextarea_1_8_3Element;
|
|
504
506
|
};
|
|
505
|
-
interface
|
|
507
|
+
interface HTMLTttxToolbar_1_8_3Element extends Components.TttxToolbar_1_8_3, HTMLStencilElement {
|
|
506
508
|
}
|
|
507
|
-
var
|
|
508
|
-
prototype:
|
|
509
|
-
new ():
|
|
509
|
+
var HTMLTttxToolbar_1_8_3Element: {
|
|
510
|
+
prototype: HTMLTttxToolbar_1_8_3Element;
|
|
511
|
+
new (): HTMLTttxToolbar_1_8_3Element;
|
|
510
512
|
};
|
|
511
|
-
interface
|
|
513
|
+
interface HTMLTttxTreeView_1_8_3Element extends Components.TttxTreeView_1_8_3, HTMLStencilElement {
|
|
512
514
|
}
|
|
513
|
-
var
|
|
514
|
-
prototype:
|
|
515
|
-
new ():
|
|
515
|
+
var HTMLTttxTreeView_1_8_3Element: {
|
|
516
|
+
prototype: HTMLTttxTreeView_1_8_3Element;
|
|
517
|
+
new (): HTMLTttxTreeView_1_8_3Element;
|
|
516
518
|
};
|
|
517
519
|
interface HTMLElementTagNameMap {
|
|
518
|
-
"tttx-
|
|
519
|
-
"tttx-checkbox-group-
|
|
520
|
-
"tttx-checkbox-group-
|
|
521
|
-
"tttx-checkbox-
|
|
522
|
-
"tttx-
|
|
523
|
-
"tttx-
|
|
524
|
-
"tttx-data-
|
|
525
|
-
"tttx-
|
|
526
|
-
"tttx-dialog-
|
|
527
|
-
"tttx-
|
|
528
|
-
"tttx-
|
|
529
|
-
"tttx-
|
|
530
|
-
"tttx-
|
|
531
|
-
"tttx-
|
|
532
|
-
"tttx-keyvalue-
|
|
533
|
-
"tttx-
|
|
534
|
-
"tttx-loading-
|
|
535
|
-
"tttx-multiselect-
|
|
536
|
-
"tttx-percentage-
|
|
537
|
-
"tttx-
|
|
538
|
-
"tttx-select-
|
|
539
|
-
"tttx-
|
|
540
|
-
"tttx-standalone-
|
|
541
|
-
"tttx-
|
|
542
|
-
"tttx-
|
|
543
|
-
"tttx-
|
|
544
|
-
"tttx-
|
|
545
|
-
"tttx-
|
|
546
|
-
"tttx-tree-
|
|
520
|
+
"tttx-button_1_8_3": HTMLTttxButton_1_8_3Element;
|
|
521
|
+
"tttx-checkbox-group-caption_1_8_3": HTMLTttxCheckboxGroupCaption_1_8_3Element;
|
|
522
|
+
"tttx-checkbox-group-heading_1_8_3": HTMLTttxCheckboxGroupHeading_1_8_3Element;
|
|
523
|
+
"tttx-checkbox-group_1_8_3": HTMLTttxCheckboxGroup_1_8_3Element;
|
|
524
|
+
"tttx-checkbox_1_8_3": HTMLTttxCheckbox_1_8_3Element;
|
|
525
|
+
"tttx-comments_1_8_3": HTMLTttxComments_1_8_3Element;
|
|
526
|
+
"tttx-data-pattern_1_8_3": HTMLTttxDataPattern_1_8_3Element;
|
|
527
|
+
"tttx-datacard_1_8_3": HTMLTttxDatacard_1_8_3Element;
|
|
528
|
+
"tttx-dialog-box_1_8_3": HTMLTttxDialogBox_1_8_3Element;
|
|
529
|
+
"tttx-dialog_1_8_3": HTMLTttxDialog_1_8_3Element;
|
|
530
|
+
"tttx-expander_1_8_3": HTMLTttxExpander_1_8_3Element;
|
|
531
|
+
"tttx-filter_1_8_3": HTMLTttxFilter_1_8_3Element;
|
|
532
|
+
"tttx-form_1_8_3": HTMLTttxForm_1_8_3Element;
|
|
533
|
+
"tttx-icon_1_8_3": HTMLTttxIcon_1_8_3Element;
|
|
534
|
+
"tttx-keyvalue-block_1_8_3": HTMLTttxKeyvalueBlock_1_8_3Element;
|
|
535
|
+
"tttx-list_1_8_3": HTMLTttxList_1_8_3Element;
|
|
536
|
+
"tttx-loading-spinner_1_8_3": HTMLTttxLoadingSpinner_1_8_3Element;
|
|
537
|
+
"tttx-multiselect-box_1_8_3": HTMLTttxMultiselectBox_1_8_3Element;
|
|
538
|
+
"tttx-percentage-bar_1_8_3": HTMLTttxPercentageBar_1_8_3Element;
|
|
539
|
+
"tttx-qrcode_1_8_3": HTMLTttxQrcode_1_8_3Element;
|
|
540
|
+
"tttx-select-box_1_8_3": HTMLTttxSelectBox_1_8_3Element;
|
|
541
|
+
"tttx-sorter_1_8_3": HTMLTttxSorter_1_8_3Element;
|
|
542
|
+
"tttx-standalone-input_1_8_3": HTMLTttxStandaloneInput_1_8_3Element;
|
|
543
|
+
"tttx-table_1_8_3": HTMLTttxTable_1_8_3Element;
|
|
544
|
+
"tttx-tabs_1_8_3": HTMLTttxTabs_1_8_3Element;
|
|
545
|
+
"tttx-tag_1_8_3": HTMLTttxTag_1_8_3Element;
|
|
546
|
+
"tttx-textarea_1_8_3": HTMLTttxTextarea_1_8_3Element;
|
|
547
|
+
"tttx-toolbar_1_8_3": HTMLTttxToolbar_1_8_3Element;
|
|
548
|
+
"tttx-tree-view_1_8_3": HTMLTttxTreeView_1_8_3Element;
|
|
547
549
|
}
|
|
548
550
|
}
|
|
549
551
|
declare namespace LocalJSX {
|
|
550
|
-
interface
|
|
552
|
+
interface TttxButton_1_8_3 {
|
|
551
553
|
"design"?: string;
|
|
552
554
|
"icon"?: string;
|
|
553
555
|
"iconcolor"?: string;
|
|
554
556
|
"iconposition"?: 'left' | 'right';
|
|
555
557
|
"notext"?: boolean;
|
|
556
558
|
}
|
|
557
|
-
interface
|
|
559
|
+
interface TttxCheckboxGroupCaption_1_8_3 {
|
|
558
560
|
}
|
|
559
|
-
interface
|
|
561
|
+
interface TttxCheckboxGroupHeading_1_8_3 {
|
|
560
562
|
}
|
|
561
|
-
interface
|
|
563
|
+
interface TttxCheckboxGroup_1_8_3 {
|
|
562
564
|
}
|
|
563
|
-
interface
|
|
565
|
+
interface TttxCheckbox_1_8_3 {
|
|
564
566
|
"checkboxId"?: string;
|
|
565
567
|
"checked"?: boolean;
|
|
566
568
|
"indeterminate"?: boolean;
|
|
567
569
|
"inline"?: boolean;
|
|
568
570
|
"label"?: string;
|
|
569
|
-
"onCheckboxChangeEvent"?: (event:
|
|
571
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_8_3CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
570
572
|
}
|
|
571
|
-
interface
|
|
573
|
+
interface TttxComments_1_8_3 {
|
|
572
574
|
"comments"?: string | Comment[];
|
|
573
575
|
"currentuser"?: string;
|
|
574
|
-
"onCommentAdded"?: (event:
|
|
576
|
+
"onCommentAdded"?: (event: TttxComments_1_8_3CustomEvent<Comment>) => void;
|
|
575
577
|
}
|
|
576
|
-
interface
|
|
578
|
+
interface TttxDataPattern_1_8_3 {
|
|
577
579
|
"data"?: string;
|
|
578
580
|
"filterheader"?: string;
|
|
579
581
|
"filteroptions"?: string;
|
|
580
582
|
"sorteroptions"?: string;
|
|
581
583
|
}
|
|
582
|
-
interface
|
|
584
|
+
interface TttxDatacard_1_8_3 {
|
|
583
585
|
"cardTitle"?: string;
|
|
584
586
|
"iconStyle"?: string;
|
|
585
587
|
"leftData"?: string;
|
|
586
588
|
"rightData"?: string;
|
|
587
589
|
"rightSubtext"?: string;
|
|
588
590
|
}
|
|
589
|
-
interface
|
|
591
|
+
interface TttxDialogBox_1_8_3 {
|
|
590
592
|
"allowOverflow"?: boolean;
|
|
591
593
|
"data"?: string | DialogItems;
|
|
592
|
-
"onButtonClick"?: (event:
|
|
593
|
-
"onCloseButtonClick"?: (event:
|
|
594
|
+
"onButtonClick"?: (event: TttxDialogBox_1_8_3CustomEvent<any>) => void;
|
|
595
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_8_3CustomEvent<any>) => void;
|
|
594
596
|
"open"?: boolean;
|
|
595
597
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
596
598
|
}
|
|
597
|
-
interface
|
|
599
|
+
interface TttxDialog_1_8_3 {
|
|
598
600
|
"allowOverflow"?: boolean;
|
|
599
601
|
"closeEnabled"?: boolean;
|
|
600
602
|
"header"?: string;
|
|
601
|
-
"onCloseButtonClick"?: (event:
|
|
603
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_8_3CustomEvent<any>) => void;
|
|
602
604
|
"open"?: boolean;
|
|
603
605
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
604
606
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
605
607
|
}
|
|
606
|
-
interface
|
|
608
|
+
interface TttxExpander_1_8_3 {
|
|
607
609
|
"lefticon"?: string;
|
|
608
610
|
"lefticoncolor"?: string;
|
|
609
611
|
"name"?: string;
|
|
610
|
-
"onToggleExpander"?: (event:
|
|
612
|
+
"onToggleExpander"?: (event: TttxExpander_1_8_3CustomEvent<{ open: boolean; name: string }>) => void;
|
|
611
613
|
"open"?: boolean;
|
|
612
614
|
}
|
|
613
|
-
interface
|
|
615
|
+
interface TttxFilter_1_8_3 {
|
|
614
616
|
"defaultFilterOptions"?: string[] | string;
|
|
615
617
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
616
618
|
"filterHeader"?: string;
|
|
617
619
|
"filterKey"?: string;
|
|
618
620
|
"filterOptions"?: string | FilterSettings[];
|
|
619
|
-
"onFilterChangeEvent"?: (event:
|
|
620
|
-
"onToggleFilter"?: (event:
|
|
621
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_8_3CustomEvent<FilterChangeEvent>) => void;
|
|
622
|
+
"onToggleFilter"?: (event: TttxFilter_1_8_3CustomEvent<boolean>) => void;
|
|
621
623
|
"popoverWidth"?: string;
|
|
622
624
|
"showOptionIcons"?: boolean;
|
|
623
625
|
"showSearchField"?: boolean;
|
|
624
626
|
"showSelectAll"?: boolean;
|
|
625
627
|
}
|
|
626
|
-
interface
|
|
628
|
+
interface TttxForm_1_8_3 {
|
|
627
629
|
"data"?: any;
|
|
628
630
|
"formschema"?: Record<string, any> | string;
|
|
629
|
-
"onDataChanged"?: (event:
|
|
630
|
-
"onDataSubmitted"?: (event:
|
|
631
|
+
"onDataChanged"?: (event: TttxForm_1_8_3CustomEvent<{ name: string; value: string }>) => void;
|
|
632
|
+
"onDataSubmitted"?: (event: TttxForm_1_8_3CustomEvent<FormData>) => void;
|
|
631
633
|
}
|
|
632
|
-
interface
|
|
634
|
+
interface TttxIcon_1_8_3 {
|
|
633
635
|
"color"?: string;
|
|
634
636
|
"icon"?: string;
|
|
635
637
|
"size"?: number;
|
|
636
638
|
}
|
|
637
|
-
interface
|
|
639
|
+
interface TttxKeyvalueBlock_1_8_3 {
|
|
638
640
|
"horizontal"?: boolean;
|
|
639
641
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
640
642
|
"spacedout"?: boolean;
|
|
641
643
|
}
|
|
642
|
-
interface
|
|
644
|
+
interface TttxList_1_8_3 {
|
|
643
645
|
"data"?: string | ListItem[];
|
|
644
646
|
"name"?: string;
|
|
645
|
-
"onListRowCheckboxClick"?: (event:
|
|
646
|
-
"onListRowClick"?: (event:
|
|
647
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_8_3CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
648
|
+
"onListRowClick"?: (event: TttxList_1_8_3CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
647
649
|
}
|
|
648
|
-
interface
|
|
650
|
+
interface TttxLoadingSpinner_1_8_3 {
|
|
649
651
|
"loadingMessage"?: boolean;
|
|
650
652
|
"size"?: 'small' | 'large';
|
|
651
653
|
}
|
|
652
|
-
interface
|
|
654
|
+
interface TttxMultiselectBox_1_8_3 {
|
|
653
655
|
"htmlVisibleValue"?: boolean;
|
|
654
656
|
"inline"?: boolean;
|
|
655
657
|
"label"?: string;
|
|
656
|
-
"onChangesApplied"?: (event:
|
|
657
|
-
"onSelectItemEvent"?: (event:
|
|
658
|
-
"onToggleOpen"?: (event:
|
|
658
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_8_3CustomEvent<SelectItem[]>) => void;
|
|
659
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_8_3CustomEvent<SelectItem>) => void;
|
|
660
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_8_3CustomEvent<boolean>) => void;
|
|
659
661
|
"optionsData"?: string | SelectItem[];
|
|
660
662
|
"placeholder"?: string;
|
|
661
663
|
"searchEnabled"?: boolean;
|
|
662
664
|
"visibleValue"?: string;
|
|
663
665
|
}
|
|
664
|
-
interface
|
|
666
|
+
interface TttxPercentageBar_1_8_3 {
|
|
665
667
|
"color"?: string;
|
|
666
668
|
"labelid"?: string;
|
|
667
669
|
"min"?: string;
|
|
668
670
|
"percentage"?: string | number;
|
|
669
671
|
"thresholds"?: string | Threshold[];
|
|
670
672
|
}
|
|
671
|
-
interface
|
|
673
|
+
interface TttxQrcode_1_8_3 {
|
|
672
674
|
"link"?: string;
|
|
673
675
|
"size"?: number;
|
|
674
676
|
}
|
|
675
|
-
interface
|
|
677
|
+
interface TttxSelectBox_1_8_3 {
|
|
676
678
|
"errorMsg"?: string;
|
|
677
679
|
"inline"?: boolean;
|
|
678
680
|
"label"?: string;
|
|
679
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
680
|
-
"onSelectItemEvent"?: (event:
|
|
681
|
-
"onToggleOpen"?: (event:
|
|
681
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_8_3CustomEvent<string>) => void;
|
|
682
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_8_3CustomEvent<SelectItem1>) => void;
|
|
683
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_8_3CustomEvent<boolean>) => void;
|
|
682
684
|
"optionsData"?: string | SelectItem1[];
|
|
683
685
|
"placeholder"?: string;
|
|
684
686
|
"searchEnabled"?: boolean;
|
|
@@ -687,15 +689,15 @@ declare namespace LocalJSX {
|
|
|
687
689
|
"showErrorMsg"?: boolean;
|
|
688
690
|
"useExternalFiltering"?: boolean;
|
|
689
691
|
}
|
|
690
|
-
interface
|
|
692
|
+
interface TttxSorter_1_8_3 {
|
|
691
693
|
"defaultOption"?: string;
|
|
692
694
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
693
695
|
"fieldOptionsData"?: string | SorterData;
|
|
694
|
-
"onSorterChangeEvent"?: (event:
|
|
695
|
-
"onToggleSorter"?: (event:
|
|
696
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_8_3CustomEvent<SorterChangeEvent>) => void;
|
|
697
|
+
"onToggleSorter"?: (event: TttxSorter_1_8_3CustomEvent<boolean>) => void;
|
|
696
698
|
"sorterKey"?: string;
|
|
697
699
|
}
|
|
698
|
-
interface
|
|
700
|
+
interface TttxStandaloneInput_1_8_3 {
|
|
699
701
|
"autocomplete"?: 'off' | 'on';
|
|
700
702
|
"checked"?: boolean;
|
|
701
703
|
"disabled"?: boolean;
|
|
@@ -711,8 +713,8 @@ declare namespace LocalJSX {
|
|
|
711
713
|
"inputiconcolor"?: string;
|
|
712
714
|
/**
|
|
713
715
|
* tabindex - Allows the HTML elements to be focusable
|
|
714
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
715
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
716
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_8_3 input-index="1" />
|
|
717
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_8_3 inputindex={1} />
|
|
716
718
|
*/
|
|
717
719
|
"inputindex"?: string | number;
|
|
718
720
|
/**
|
|
@@ -726,13 +728,13 @@ declare namespace LocalJSX {
|
|
|
726
728
|
"min"?: MinMaxDates | number;
|
|
727
729
|
"minlength"?: string | number;
|
|
728
730
|
"name"?: string;
|
|
729
|
-
"onBlurChanged"?: (event:
|
|
730
|
-
"onFocusChanged"?: (event:
|
|
731
|
-
"onInputIconClick"?: (event:
|
|
732
|
-
"onInvalidChanged"?: (event:
|
|
733
|
-
"onLeftIconClick"?: (event:
|
|
734
|
-
"onRightIconClick"?: (event:
|
|
735
|
-
"onValueChanged"?: (event:
|
|
731
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_8_3CustomEvent<string>) => void;
|
|
732
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_8_3CustomEvent<string>) => void;
|
|
733
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_8_3CustomEvent<void>) => void;
|
|
734
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_8_3CustomEvent<string>) => void;
|
|
735
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_8_3CustomEvent<void>) => void;
|
|
736
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_8_3CustomEvent<void>) => void;
|
|
737
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_8_3CustomEvent<string>) => void;
|
|
736
738
|
"pattern"?: string;
|
|
737
739
|
"placeholder"?: string;
|
|
738
740
|
"readonly"?: string | boolean;
|
|
@@ -747,34 +749,36 @@ declare namespace LocalJSX {
|
|
|
747
749
|
"type"?: string;
|
|
748
750
|
"value"?: string | number;
|
|
749
751
|
}
|
|
750
|
-
interface
|
|
752
|
+
interface TttxTable_1_8_3 {
|
|
751
753
|
"data"?: any;
|
|
752
|
-
"headers"?:
|
|
754
|
+
"headers"?: TableHeader[];
|
|
753
755
|
"loading"?: boolean;
|
|
754
|
-
"
|
|
756
|
+
"onHeaderClicked"?: (event: TttxTable_1_8_3CustomEvent<any>) => void;
|
|
757
|
+
"onRowClicked"?: (event: TttxTable_1_8_3CustomEvent<any>) => void;
|
|
758
|
+
"selectable"?: boolean;
|
|
755
759
|
"selected"?: number;
|
|
756
760
|
}
|
|
757
|
-
interface
|
|
761
|
+
interface TttxTabs_1_8_3 {
|
|
758
762
|
"navigation"?: boolean;
|
|
759
|
-
"onLeftNavigation"?: (event:
|
|
760
|
-
"onRightNavigation"?: (event:
|
|
761
|
-
"onTabClick"?: (event:
|
|
763
|
+
"onLeftNavigation"?: (event: TttxTabs_1_8_3CustomEvent<any>) => void;
|
|
764
|
+
"onRightNavigation"?: (event: TttxTabs_1_8_3CustomEvent<any>) => void;
|
|
765
|
+
"onTabClick"?: (event: TttxTabs_1_8_3CustomEvent<{ tabId: string }>) => void;
|
|
762
766
|
"tabs"?: string | Tab[];
|
|
763
767
|
"tabsName"?: string;
|
|
764
768
|
"wide"?: boolean;
|
|
765
769
|
}
|
|
766
|
-
interface
|
|
770
|
+
interface TttxTag_1_8_3 {
|
|
767
771
|
"color"?: string;
|
|
768
772
|
"text"?: string;
|
|
769
773
|
"textColor"?: string;
|
|
770
774
|
}
|
|
771
|
-
interface
|
|
775
|
+
interface TttxTextarea_1_8_3 {
|
|
772
776
|
"disabled"?: boolean;
|
|
773
777
|
"errormsg"?: string;
|
|
774
778
|
/**
|
|
775
779
|
* tabindex - Allows the HTML elements to be focusable
|
|
776
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
777
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
780
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_8_3 input-index="1" />
|
|
781
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_8_3 inputindex={1} />
|
|
778
782
|
*/
|
|
779
783
|
"inputindex"?: string | number;
|
|
780
784
|
/**
|
|
@@ -785,10 +789,10 @@ declare namespace LocalJSX {
|
|
|
785
789
|
"label"?: string;
|
|
786
790
|
"maxlength"?: string | number;
|
|
787
791
|
"name"?: string;
|
|
788
|
-
"onBlurChanged"?: (event:
|
|
789
|
-
"onFocusChanged"?: (event:
|
|
790
|
-
"onInvalidChanged"?: (event:
|
|
791
|
-
"onValueChanged"?: (event:
|
|
792
|
+
"onBlurChanged"?: (event: TttxTextarea_1_8_3CustomEvent<string>) => void;
|
|
793
|
+
"onFocusChanged"?: (event: TttxTextarea_1_8_3CustomEvent<string>) => void;
|
|
794
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_8_3CustomEvent<string>) => void;
|
|
795
|
+
"onValueChanged"?: (event: TttxTextarea_1_8_3CustomEvent<string>) => void;
|
|
792
796
|
"placeholder"?: string;
|
|
793
797
|
"readonly"?: string | boolean;
|
|
794
798
|
"required"?: boolean;
|
|
@@ -802,80 +806,80 @@ declare namespace LocalJSX {
|
|
|
802
806
|
"textareaautofocus"?: boolean;
|
|
803
807
|
"value"?: string | number;
|
|
804
808
|
}
|
|
805
|
-
interface
|
|
809
|
+
interface TttxToolbar_1_8_3 {
|
|
806
810
|
"border"?: boolean;
|
|
807
811
|
}
|
|
808
|
-
interface
|
|
812
|
+
interface TttxTreeView_1_8_3 {
|
|
809
813
|
"data"?: TreeViewItem[];
|
|
810
|
-
"onCheckboxChange"?: (event:
|
|
811
|
-
"onClickEvent"?: (event:
|
|
812
|
-
"onExpandNode"?: (event:
|
|
814
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_8_3CustomEvent<TreeViewItem[]>) => void;
|
|
815
|
+
"onClickEvent"?: (event: TttxTreeView_1_8_3CustomEvent<TreeViewItem>) => void;
|
|
816
|
+
"onExpandNode"?: (event: TttxTreeView_1_8_3CustomEvent<ExpandNodeEvent>) => void;
|
|
813
817
|
}
|
|
814
818
|
interface IntrinsicElements {
|
|
815
|
-
"tttx-
|
|
816
|
-
"tttx-checkbox-group-
|
|
817
|
-
"tttx-checkbox-group-
|
|
818
|
-
"tttx-checkbox-
|
|
819
|
-
"tttx-
|
|
820
|
-
"tttx-
|
|
821
|
-
"tttx-data-
|
|
822
|
-
"tttx-
|
|
823
|
-
"tttx-dialog-
|
|
824
|
-
"tttx-
|
|
825
|
-
"tttx-
|
|
826
|
-
"tttx-
|
|
827
|
-
"tttx-
|
|
828
|
-
"tttx-
|
|
829
|
-
"tttx-keyvalue-
|
|
830
|
-
"tttx-
|
|
831
|
-
"tttx-loading-
|
|
832
|
-
"tttx-multiselect-
|
|
833
|
-
"tttx-percentage-
|
|
834
|
-
"tttx-
|
|
835
|
-
"tttx-select-
|
|
836
|
-
"tttx-
|
|
837
|
-
"tttx-standalone-
|
|
838
|
-
"tttx-
|
|
839
|
-
"tttx-
|
|
840
|
-
"tttx-
|
|
841
|
-
"tttx-
|
|
842
|
-
"tttx-
|
|
843
|
-
"tttx-tree-
|
|
819
|
+
"tttx-button_1_8_3": TttxButton_1_8_3;
|
|
820
|
+
"tttx-checkbox-group-caption_1_8_3": TttxCheckboxGroupCaption_1_8_3;
|
|
821
|
+
"tttx-checkbox-group-heading_1_8_3": TttxCheckboxGroupHeading_1_8_3;
|
|
822
|
+
"tttx-checkbox-group_1_8_3": TttxCheckboxGroup_1_8_3;
|
|
823
|
+
"tttx-checkbox_1_8_3": TttxCheckbox_1_8_3;
|
|
824
|
+
"tttx-comments_1_8_3": TttxComments_1_8_3;
|
|
825
|
+
"tttx-data-pattern_1_8_3": TttxDataPattern_1_8_3;
|
|
826
|
+
"tttx-datacard_1_8_3": TttxDatacard_1_8_3;
|
|
827
|
+
"tttx-dialog-box_1_8_3": TttxDialogBox_1_8_3;
|
|
828
|
+
"tttx-dialog_1_8_3": TttxDialog_1_8_3;
|
|
829
|
+
"tttx-expander_1_8_3": TttxExpander_1_8_3;
|
|
830
|
+
"tttx-filter_1_8_3": TttxFilter_1_8_3;
|
|
831
|
+
"tttx-form_1_8_3": TttxForm_1_8_3;
|
|
832
|
+
"tttx-icon_1_8_3": TttxIcon_1_8_3;
|
|
833
|
+
"tttx-keyvalue-block_1_8_3": TttxKeyvalueBlock_1_8_3;
|
|
834
|
+
"tttx-list_1_8_3": TttxList_1_8_3;
|
|
835
|
+
"tttx-loading-spinner_1_8_3": TttxLoadingSpinner_1_8_3;
|
|
836
|
+
"tttx-multiselect-box_1_8_3": TttxMultiselectBox_1_8_3;
|
|
837
|
+
"tttx-percentage-bar_1_8_3": TttxPercentageBar_1_8_3;
|
|
838
|
+
"tttx-qrcode_1_8_3": TttxQrcode_1_8_3;
|
|
839
|
+
"tttx-select-box_1_8_3": TttxSelectBox_1_8_3;
|
|
840
|
+
"tttx-sorter_1_8_3": TttxSorter_1_8_3;
|
|
841
|
+
"tttx-standalone-input_1_8_3": TttxStandaloneInput_1_8_3;
|
|
842
|
+
"tttx-table_1_8_3": TttxTable_1_8_3;
|
|
843
|
+
"tttx-tabs_1_8_3": TttxTabs_1_8_3;
|
|
844
|
+
"tttx-tag_1_8_3": TttxTag_1_8_3;
|
|
845
|
+
"tttx-textarea_1_8_3": TttxTextarea_1_8_3;
|
|
846
|
+
"tttx-toolbar_1_8_3": TttxToolbar_1_8_3;
|
|
847
|
+
"tttx-tree-view_1_8_3": TttxTreeView_1_8_3;
|
|
844
848
|
}
|
|
845
849
|
}
|
|
846
850
|
export { LocalJSX as JSX };
|
|
847
851
|
declare module "@stencil/core" {
|
|
848
852
|
export namespace JSX {
|
|
849
853
|
interface IntrinsicElements {
|
|
850
|
-
"tttx-
|
|
851
|
-
"tttx-checkbox-group-
|
|
852
|
-
"tttx-checkbox-group-
|
|
853
|
-
"tttx-checkbox-
|
|
854
|
-
"tttx-
|
|
855
|
-
"tttx-
|
|
856
|
-
"tttx-data-
|
|
857
|
-
"tttx-
|
|
858
|
-
"tttx-dialog-
|
|
859
|
-
"tttx-
|
|
860
|
-
"tttx-
|
|
861
|
-
"tttx-
|
|
862
|
-
"tttx-
|
|
863
|
-
"tttx-
|
|
864
|
-
"tttx-keyvalue-
|
|
865
|
-
"tttx-
|
|
866
|
-
"tttx-loading-
|
|
867
|
-
"tttx-multiselect-
|
|
868
|
-
"tttx-percentage-
|
|
869
|
-
"tttx-
|
|
870
|
-
"tttx-select-
|
|
871
|
-
"tttx-
|
|
872
|
-
"tttx-standalone-
|
|
873
|
-
"tttx-
|
|
874
|
-
"tttx-
|
|
875
|
-
"tttx-
|
|
876
|
-
"tttx-
|
|
877
|
-
"tttx-
|
|
878
|
-
"tttx-tree-
|
|
854
|
+
"tttx-button_1_8_3": LocalJSX.TttxButton_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxButton_1_8_3Element>;
|
|
855
|
+
"tttx-checkbox-group-caption_1_8_3": LocalJSX.TttxCheckboxGroupCaption_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_8_3Element>;
|
|
856
|
+
"tttx-checkbox-group-heading_1_8_3": LocalJSX.TttxCheckboxGroupHeading_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_8_3Element>;
|
|
857
|
+
"tttx-checkbox-group_1_8_3": LocalJSX.TttxCheckboxGroup_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_8_3Element>;
|
|
858
|
+
"tttx-checkbox_1_8_3": LocalJSX.TttxCheckbox_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_8_3Element>;
|
|
859
|
+
"tttx-comments_1_8_3": LocalJSX.TttxComments_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxComments_1_8_3Element>;
|
|
860
|
+
"tttx-data-pattern_1_8_3": LocalJSX.TttxDataPattern_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_8_3Element>;
|
|
861
|
+
"tttx-datacard_1_8_3": LocalJSX.TttxDatacard_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_8_3Element>;
|
|
862
|
+
"tttx-dialog-box_1_8_3": LocalJSX.TttxDialogBox_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_8_3Element>;
|
|
863
|
+
"tttx-dialog_1_8_3": LocalJSX.TttxDialog_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_8_3Element>;
|
|
864
|
+
"tttx-expander_1_8_3": LocalJSX.TttxExpander_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_8_3Element>;
|
|
865
|
+
"tttx-filter_1_8_3": LocalJSX.TttxFilter_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_8_3Element>;
|
|
866
|
+
"tttx-form_1_8_3": LocalJSX.TttxForm_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxForm_1_8_3Element>;
|
|
867
|
+
"tttx-icon_1_8_3": LocalJSX.TttxIcon_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_8_3Element>;
|
|
868
|
+
"tttx-keyvalue-block_1_8_3": LocalJSX.TttxKeyvalueBlock_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_8_3Element>;
|
|
869
|
+
"tttx-list_1_8_3": LocalJSX.TttxList_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxList_1_8_3Element>;
|
|
870
|
+
"tttx-loading-spinner_1_8_3": LocalJSX.TttxLoadingSpinner_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_8_3Element>;
|
|
871
|
+
"tttx-multiselect-box_1_8_3": LocalJSX.TttxMultiselectBox_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_8_3Element>;
|
|
872
|
+
"tttx-percentage-bar_1_8_3": LocalJSX.TttxPercentageBar_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_8_3Element>;
|
|
873
|
+
"tttx-qrcode_1_8_3": LocalJSX.TttxQrcode_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_8_3Element>;
|
|
874
|
+
"tttx-select-box_1_8_3": LocalJSX.TttxSelectBox_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_8_3Element>;
|
|
875
|
+
"tttx-sorter_1_8_3": LocalJSX.TttxSorter_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_8_3Element>;
|
|
876
|
+
"tttx-standalone-input_1_8_3": LocalJSX.TttxStandaloneInput_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_8_3Element>;
|
|
877
|
+
"tttx-table_1_8_3": LocalJSX.TttxTable_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxTable_1_8_3Element>;
|
|
878
|
+
"tttx-tabs_1_8_3": LocalJSX.TttxTabs_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_8_3Element>;
|
|
879
|
+
"tttx-tag_1_8_3": LocalJSX.TttxTag_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxTag_1_8_3Element>;
|
|
880
|
+
"tttx-textarea_1_8_3": LocalJSX.TttxTextarea_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_8_3Element>;
|
|
881
|
+
"tttx-toolbar_1_8_3": LocalJSX.TttxToolbar_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_8_3Element>;
|
|
882
|
+
"tttx-tree-view_1_8_3": LocalJSX.TttxTreeView_1_8_3 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_8_3Element>;
|
|
879
883
|
}
|
|
880
884
|
}
|
|
881
885
|
}
|