@3t-transform/threeteeui 1.8.2 → 1.8.4
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_2.cjs.entry.js → tttx-button_1_8_4.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_8_2.cjs.entry.js → tttx-checkbox-group-caption_1_8_4.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_8_2.cjs.entry.js → tttx-checkbox-group-heading_1_8_4.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_8_2.cjs.entry.js → tttx-checkbox-group_1_8_4.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_8_2.cjs.entry.js → tttx-checkbox_1_8_4.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_8_2.cjs.entry.js → tttx-comments_1_8_4.cjs.entry.js} +40 -4
- package/dist/cjs/{tttx-data-pattern_1_8_2.cjs.entry.js → tttx-data-pattern_1_8_4.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-datacard_1_8_2.cjs.entry.js → tttx-datacard_1_8_4.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog-box_1_8_2.cjs.entry.js → tttx-dialog-box_1_8_4.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_8_2.cjs.entry.js → tttx-dialog_1_8_4.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_8_2.cjs.entry.js → tttx-expander_1_8_4.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_8_2_4.cjs.entry.js → tttx-filter_1_8_4_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_8_2.cjs.entry.js → tttx-form_1_8_4.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-icon_1_8_2.cjs.entry.js → tttx-icon_1_8_4.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_8_2.cjs.entry.js → tttx-keyvalue-block_1_8_4.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_8_2.cjs.entry.js → tttx-loading-spinner_1_8_4.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-multiselect-box_1_8_2.cjs.entry.js → tttx-multiselect-box_1_8_4.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_8_2.cjs.entry.js → tttx-percentage-bar_1_8_4.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_8_2.cjs.entry.js → tttx-qrcode_1_8_4.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_8_2.cjs.entry.js → tttx-select-box_1_8_4.cjs.entry.js} +4 -4
- package/dist/cjs/tttx-standalone-input_1_8_4.cjs.entry.js +94 -0
- package/dist/cjs/tttx-table_1_8_4.cjs.entry.js +41 -0
- package/dist/cjs/{tttx-tabs_1_8_2.cjs.entry.js → tttx-tabs_1_8_4.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_8_2.cjs.entry.js → tttx-tag_1_8_4.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_8_2.cjs.entry.js → tttx-textarea_1_8_4.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tree-view_1_8_2.cjs.entry.js → tttx-tree-view_1_8_4.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.css +42 -0
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.js +94 -4
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.stories.js +12 -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 +5 -0
- package/dist/collection/components/molecules/tttx-table/tttx-table.js +29 -6
- package/dist/collection/components/molecules/tttx-table/tttx-table.stories.js +49 -7
- 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_2.d.ts → tttx-button_1_8_4.d.ts} +4 -4
- package/dist/components/{tttx-button_1_8_2.js → tttx-button_1_8_4.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_8_4.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_8_2.js → tttx-checkbox-group-caption_1_8_4.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_8_4.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_8_2.js → tttx-checkbox-group-heading_1_8_4.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_8_4.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_8_2.js → tttx-checkbox-group_1_8_4.js} +5 -5
- package/dist/components/{tttx-datacard_1_8_2.d.ts → tttx-checkbox_1_8_4.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_8_2.js → tttx-checkbox_1_8_4.js} +7 -7
- package/dist/components/{tttx-checkbox_1_8_2.d.ts → tttx-comments_1_8_4.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_8_2.js → tttx-comments_1_8_4.js} +52 -9
- package/dist/components/tttx-data-pattern_1_8_4.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_8_2.js → tttx-data-pattern_1_8_4.js} +13 -13
- package/dist/components/{tttx-comments_1_8_2.d.ts → tttx-datacard_1_8_4.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_8_2.js → tttx-datacard_1_8_4.js} +8 -8
- package/dist/components/tttx-dialog-box_1_8_4.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_8_2.js → tttx-dialog-box_1_8_4.js} +9 -9
- package/dist/components/{tttx-dialog_1_8_2.d.ts → tttx-dialog_1_8_4.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_8_2.js → tttx-dialog_1_8_4.js} +8 -8
- package/dist/components/tttx-expander_1_8_4.d.ts +11 -0
- package/dist/components/{tttx-expander_1_8_2.js → tttx-expander_1_8_4.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_8_2.d.ts → tttx-filter_1_8_4.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_8_2.js → tttx-filter_1_8_4.js} +2 -2
- package/dist/components/{tttx-icon_1_8_2.d.ts → tttx-form_1_8_4.d.ts} +4 -4
- package/dist/components/{tttx-form_1_8_2.js → tttx-form_1_8_4.js} +9 -9
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-list_1_8_2.d.ts → tttx-icon_1_8_4.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_8_2.js → tttx-icon_1_8_4.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_8_4.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_8_2.js → tttx-keyvalue-block_1_8_4.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-tabs_1_8_2.d.ts → tttx-list_1_8_4.d.ts} +4 -4
- package/dist/components/{tttx-list_1_8_2.js → tttx-list_1_8_4.js} +2 -2
- package/dist/components/tttx-loading-spinner_1_8_4.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_8_2.js → tttx-loading-spinner_1_8_4.js} +5 -5
- package/dist/components/tttx-multiselect-box_1_8_4.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_8_2.js → tttx-multiselect-box_1_8_4.js} +13 -13
- package/dist/components/tttx-percentage-bar_1_8_4.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_8_2.js → tttx-percentage-bar_1_8_4.js} +6 -6
- package/dist/components/{tttx-qrcode_1_8_2.d.ts → tttx-qrcode_1_8_4.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_8_2.js → tttx-qrcode_1_8_4.js} +5 -5
- package/dist/components/tttx-select-box.js +8 -8
- package/dist/components/tttx-select-box_1_8_4.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_8_2.js → tttx-select-box_1_8_4.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_8_4.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_8_2.js → tttx-sorter_1_8_4.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_8_4.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_8_2.js → tttx-standalone-input_1_8_4.js} +2 -2
- package/dist/components/{tttx-table_1_8_2.d.ts → tttx-table_1_8_4.d.ts} +4 -4
- package/dist/components/tttx-table_1_8_4.js +60 -0
- package/dist/components/{tttx-form_1_8_2.d.ts → tttx-tabs_1_8_4.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_8_2.js → tttx-tabs_1_8_4.js} +9 -9
- package/dist/components/{tttx-tag_1_8_2.d.ts → tttx-tag_1_8_4.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_8_2.js → tttx-tag_1_8_4.js} +5 -5
- package/dist/components/tttx-textarea_1_8_4.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_8_2.js → tttx-textarea_1_8_4.js} +6 -6
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-toolbar_1_8_2.d.ts → tttx-toolbar_1_8_4.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_8_2.js → tttx-toolbar_1_8_4.js} +2 -2
- package/dist/components/tttx-tree-view_1_8_4.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_8_2.js → tttx-tree-view_1_8_4.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_8_2.entry.js → tttx-button_1_8_4.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_8_2.entry.js → tttx-checkbox-group-caption_1_8_4.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_8_2.entry.js → tttx-checkbox-group-heading_1_8_4.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_8_2.entry.js → tttx-checkbox-group_1_8_4.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_8_2.entry.js → tttx-checkbox_1_8_4.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_8_2.entry.js → tttx-comments_1_8_4.entry.js} +40 -4
- package/dist/esm/{tttx-data-pattern_1_8_2.entry.js → tttx-data-pattern_1_8_4.entry.js} +2 -2
- package/dist/esm/{tttx-datacard_1_8_2.entry.js → tttx-datacard_1_8_4.entry.js} +3 -3
- package/dist/esm/{tttx-dialog-box_1_8_2.entry.js → tttx-dialog-box_1_8_4.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_8_2.entry.js → tttx-dialog_1_8_4.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_8_2.entry.js → tttx-expander_1_8_4.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_8_2_4.entry.js → tttx-filter_1_8_4_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_8_2.entry.js → tttx-form_1_8_4.entry.js} +2 -2
- package/dist/esm/{tttx-icon_1_8_2.entry.js → tttx-icon_1_8_4.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_8_2.entry.js → tttx-keyvalue-block_1_8_4.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_8_2.entry.js → tttx-loading-spinner_1_8_4.entry.js} +1 -1
- package/dist/esm/{tttx-multiselect-box_1_8_2.entry.js → tttx-multiselect-box_1_8_4.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_8_2.entry.js → tttx-percentage-bar_1_8_4.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_8_2.entry.js → tttx-qrcode_1_8_4.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_8_2.entry.js → tttx-select-box_1_8_4.entry.js} +4 -4
- package/dist/esm/tttx-standalone-input_1_8_4.entry.js +90 -0
- package/dist/esm/tttx-table_1_8_4.entry.js +37 -0
- package/dist/esm/{tttx-tabs_1_8_2.entry.js → tttx-tabs_1_8_4.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_8_2.entry.js → tttx-tag_1_8_4.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_8_2.entry.js → tttx-textarea_1_8_4.entry.js} +2 -2
- package/dist/esm/{tttx-tree-view_1_8_2.entry.js → tttx-tree-view_1_8_4.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-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-bae7f239.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 +17 -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-table/tttx-table.d.ts +1 -0
- package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
- package/dist/types/components.d.ts +345 -340
- package/package.json +1 -1
- package/dist/cjs/tttx-standalone-input_1_8_2.cjs.entry.js +0 -94
- package/dist/cjs/tttx-table_1_8_2.cjs.entry.js +0 -36
- package/dist/components/tttx-checkbox-group-caption_1_8_2.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_8_2.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_8_2.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_8_2.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_8_2.d.ts +0 -11
- package/dist/components/tttx-expander_1_8_2.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_8_2.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_8_2.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_8_2.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_8_2.d.ts +0 -11
- package/dist/components/tttx-select-box_1_8_2.d.ts +0 -11
- package/dist/components/tttx-sorter_1_8_2.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_8_2.d.ts +0 -11
- package/dist/components/tttx-table_1_8_2.js +0 -55
- package/dist/components/tttx-textarea_1_8_2.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_8_2.d.ts +0 -11
- package/dist/esm/tttx-standalone-input_1_8_2.entry.js +0 -90
- package/dist/esm/tttx-table_1_8_2.entry.js +0 -32
- package/dist/tttx/p-174f54ab.entry.js +0 -1
- package/dist/tttx/p-765ecce5.entry.js +0 -1
|
@@ -20,50 +20,51 @@ import { TableHeader } from "./components/molecules/tttx-table/tttx-table.types"
|
|
|
20
20
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
21
21
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
22
22
|
export namespace Components {
|
|
23
|
-
interface
|
|
23
|
+
interface TttxButton_1_8_4 {
|
|
24
24
|
"design": string;
|
|
25
25
|
"icon": string;
|
|
26
26
|
"iconcolor": string;
|
|
27
27
|
"iconposition": 'left' | 'right';
|
|
28
28
|
"notext": boolean;
|
|
29
29
|
}
|
|
30
|
-
interface
|
|
30
|
+
interface TttxCheckboxGroupCaption_1_8_4 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_8_4 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_8_4 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_8_4 {
|
|
37
37
|
"checkboxId": string;
|
|
38
38
|
"checked": boolean;
|
|
39
39
|
"indeterminate": boolean;
|
|
40
40
|
"inline": boolean;
|
|
41
41
|
"label": string;
|
|
42
42
|
}
|
|
43
|
-
interface
|
|
43
|
+
interface TttxComments_1_8_4 {
|
|
44
|
+
"addDummyComment": (text: string, createdByFullName?: string) => Promise<void>;
|
|
44
45
|
"comments": string | Comment[];
|
|
45
46
|
"currentuser": string;
|
|
46
47
|
}
|
|
47
|
-
interface
|
|
48
|
+
interface TttxDataPattern_1_8_4 {
|
|
48
49
|
"data": string;
|
|
49
50
|
"filterheader": string;
|
|
50
51
|
"filteroptions": string;
|
|
51
52
|
"sorteroptions": string;
|
|
52
53
|
}
|
|
53
|
-
interface
|
|
54
|
+
interface TttxDatacard_1_8_4 {
|
|
54
55
|
"cardTitle": string;
|
|
55
56
|
"iconStyle": string;
|
|
56
57
|
"leftData": string;
|
|
57
58
|
"rightData": string;
|
|
58
59
|
"rightSubtext": string;
|
|
59
60
|
}
|
|
60
|
-
interface
|
|
61
|
+
interface TttxDialogBox_1_8_4 {
|
|
61
62
|
"allowOverflow": boolean;
|
|
62
63
|
"data": string | DialogItems;
|
|
63
64
|
"open": boolean;
|
|
64
65
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
65
66
|
}
|
|
66
|
-
interface
|
|
67
|
+
interface TttxDialog_1_8_4 {
|
|
67
68
|
"allowOverflow": boolean;
|
|
68
69
|
"closeEnabled": boolean;
|
|
69
70
|
"header": string;
|
|
@@ -71,13 +72,13 @@ export namespace Components {
|
|
|
71
72
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
72
73
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
73
74
|
}
|
|
74
|
-
interface
|
|
75
|
+
interface TttxExpander_1_8_4 {
|
|
75
76
|
"lefticon"?: string;
|
|
76
77
|
"lefticoncolor"?: string;
|
|
77
78
|
"name": string;
|
|
78
79
|
"open": boolean;
|
|
79
80
|
}
|
|
80
|
-
interface
|
|
81
|
+
interface TttxFilter_1_8_4 {
|
|
81
82
|
"defaultFilterOptions": string[] | string;
|
|
82
83
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
83
84
|
"filterHeader": string;
|
|
@@ -88,7 +89,7 @@ export namespace Components {
|
|
|
88
89
|
"showSearchField": boolean;
|
|
89
90
|
"showSelectAll": boolean;
|
|
90
91
|
}
|
|
91
|
-
interface
|
|
92
|
+
interface TttxForm_1_8_4 {
|
|
92
93
|
/**
|
|
93
94
|
* Clear the validation message on a given form field
|
|
94
95
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -120,25 +121,25 @@ export namespace Components {
|
|
|
120
121
|
"setValidationFor": (fieldName: string, message: string) => Promise<void>;
|
|
121
122
|
"submit": () => Promise<void>;
|
|
122
123
|
}
|
|
123
|
-
interface
|
|
124
|
+
interface TttxIcon_1_8_4 {
|
|
124
125
|
"color": string;
|
|
125
126
|
"icon": string;
|
|
126
127
|
"size": number;
|
|
127
128
|
}
|
|
128
|
-
interface
|
|
129
|
+
interface TttxKeyvalueBlock_1_8_4 {
|
|
129
130
|
"horizontal": boolean;
|
|
130
131
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
131
132
|
"spacedout": boolean;
|
|
132
133
|
}
|
|
133
|
-
interface
|
|
134
|
+
interface TttxList_1_8_4 {
|
|
134
135
|
"data": string | ListItem[];
|
|
135
136
|
"name": string;
|
|
136
137
|
}
|
|
137
|
-
interface
|
|
138
|
+
interface TttxLoadingSpinner_1_8_4 {
|
|
138
139
|
"loadingMessage": boolean;
|
|
139
140
|
"size": 'small' | 'large';
|
|
140
141
|
}
|
|
141
|
-
interface
|
|
142
|
+
interface TttxMultiselectBox_1_8_4 {
|
|
142
143
|
"htmlVisibleValue": boolean;
|
|
143
144
|
"inline": boolean;
|
|
144
145
|
"label": string;
|
|
@@ -147,18 +148,18 @@ export namespace Components {
|
|
|
147
148
|
"searchEnabled": boolean;
|
|
148
149
|
"visibleValue": string;
|
|
149
150
|
}
|
|
150
|
-
interface
|
|
151
|
+
interface TttxPercentageBar_1_8_4 {
|
|
151
152
|
"color"?: string;
|
|
152
153
|
"labelid"?: string;
|
|
153
154
|
"min": string;
|
|
154
155
|
"percentage": string | number;
|
|
155
156
|
"thresholds"?: string | Threshold[];
|
|
156
157
|
}
|
|
157
|
-
interface
|
|
158
|
+
interface TttxQrcode_1_8_4 {
|
|
158
159
|
"link": string;
|
|
159
160
|
"size": number;
|
|
160
161
|
}
|
|
161
|
-
interface
|
|
162
|
+
interface TttxSelectBox_1_8_4 {
|
|
162
163
|
"errorMsg": string;
|
|
163
164
|
"inline": boolean;
|
|
164
165
|
"label": string;
|
|
@@ -171,13 +172,13 @@ export namespace Components {
|
|
|
171
172
|
"showErrorMsg": boolean;
|
|
172
173
|
"useExternalFiltering": boolean;
|
|
173
174
|
}
|
|
174
|
-
interface
|
|
175
|
+
interface TttxSorter_1_8_4 {
|
|
175
176
|
"defaultOption": string;
|
|
176
177
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
177
178
|
"fieldOptionsData": string | SorterData;
|
|
178
179
|
"sorterKey": string;
|
|
179
180
|
}
|
|
180
|
-
interface
|
|
181
|
+
interface TttxStandaloneInput_1_8_4 {
|
|
181
182
|
"autocomplete": 'off' | 'on';
|
|
182
183
|
"checked": boolean;
|
|
183
184
|
"disabled": boolean;
|
|
@@ -193,8 +194,8 @@ export namespace Components {
|
|
|
193
194
|
"inputiconcolor": string;
|
|
194
195
|
/**
|
|
195
196
|
* tabindex - Allows the HTML elements to be focusable
|
|
196
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
197
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
197
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_8_4 input-index="1" />
|
|
198
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_8_4 inputindex={1} />
|
|
198
199
|
*/
|
|
199
200
|
"inputindex": string | number;
|
|
200
201
|
/**
|
|
@@ -222,30 +223,31 @@ export namespace Components {
|
|
|
222
223
|
"type": string;
|
|
223
224
|
"value": string | number;
|
|
224
225
|
}
|
|
225
|
-
interface
|
|
226
|
+
interface TttxTable_1_8_4 {
|
|
226
227
|
"data": any;
|
|
227
228
|
"headers": TableHeader[];
|
|
228
229
|
"loading": boolean;
|
|
230
|
+
"selectable": boolean;
|
|
229
231
|
"selected": number;
|
|
230
232
|
}
|
|
231
|
-
interface
|
|
233
|
+
interface TttxTabs_1_8_4 {
|
|
232
234
|
"navigation": boolean;
|
|
233
235
|
"tabs": string | Tab[];
|
|
234
236
|
"tabsName": string;
|
|
235
237
|
"wide": boolean;
|
|
236
238
|
}
|
|
237
|
-
interface
|
|
239
|
+
interface TttxTag_1_8_4 {
|
|
238
240
|
"color": string;
|
|
239
241
|
"text": string;
|
|
240
242
|
"textColor": string;
|
|
241
243
|
}
|
|
242
|
-
interface
|
|
244
|
+
interface TttxTextarea_1_8_4 {
|
|
243
245
|
"disabled": boolean;
|
|
244
246
|
"errormsg": string;
|
|
245
247
|
/**
|
|
246
248
|
* tabindex - Allows the HTML elements to be focusable
|
|
247
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
248
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
249
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_8_4 input-index="1" />
|
|
250
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_8_4 inputindex={1} />
|
|
249
251
|
*/
|
|
250
252
|
"inputindex": string | number;
|
|
251
253
|
/**
|
|
@@ -269,417 +271,419 @@ export namespace Components {
|
|
|
269
271
|
"textareaautofocus": boolean;
|
|
270
272
|
"value": string | number;
|
|
271
273
|
}
|
|
272
|
-
interface
|
|
274
|
+
interface TttxToolbar_1_8_4 {
|
|
273
275
|
"border": boolean;
|
|
274
276
|
}
|
|
275
|
-
interface
|
|
277
|
+
interface TttxTreeView_1_8_4 {
|
|
276
278
|
"data": TreeViewItem[];
|
|
277
279
|
}
|
|
278
280
|
}
|
|
279
|
-
export interface
|
|
281
|
+
export interface TttxCheckbox_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
280
282
|
detail: T;
|
|
281
|
-
target:
|
|
283
|
+
target: HTMLTttxCheckbox_1_8_4Element;
|
|
282
284
|
}
|
|
283
|
-
export interface
|
|
285
|
+
export interface TttxComments_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
284
286
|
detail: T;
|
|
285
|
-
target:
|
|
287
|
+
target: HTMLTttxComments_1_8_4Element;
|
|
286
288
|
}
|
|
287
|
-
export interface
|
|
289
|
+
export interface TttxDialogBox_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
288
290
|
detail: T;
|
|
289
|
-
target:
|
|
291
|
+
target: HTMLTttxDialogBox_1_8_4Element;
|
|
290
292
|
}
|
|
291
|
-
export interface
|
|
293
|
+
export interface TttxDialog_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
292
294
|
detail: T;
|
|
293
|
-
target:
|
|
295
|
+
target: HTMLTttxDialog_1_8_4Element;
|
|
294
296
|
}
|
|
295
|
-
export interface
|
|
297
|
+
export interface TttxExpander_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
296
298
|
detail: T;
|
|
297
|
-
target:
|
|
299
|
+
target: HTMLTttxExpander_1_8_4Element;
|
|
298
300
|
}
|
|
299
|
-
export interface
|
|
301
|
+
export interface TttxFilter_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
300
302
|
detail: T;
|
|
301
|
-
target:
|
|
303
|
+
target: HTMLTttxFilter_1_8_4Element;
|
|
302
304
|
}
|
|
303
|
-
export interface
|
|
305
|
+
export interface TttxForm_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
304
306
|
detail: T;
|
|
305
|
-
target:
|
|
307
|
+
target: HTMLTttxForm_1_8_4Element;
|
|
306
308
|
}
|
|
307
|
-
export interface
|
|
309
|
+
export interface TttxList_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
308
310
|
detail: T;
|
|
309
|
-
target:
|
|
311
|
+
target: HTMLTttxList_1_8_4Element;
|
|
310
312
|
}
|
|
311
|
-
export interface
|
|
313
|
+
export interface TttxMultiselectBox_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
312
314
|
detail: T;
|
|
313
|
-
target:
|
|
315
|
+
target: HTMLTttxMultiselectBox_1_8_4Element;
|
|
314
316
|
}
|
|
315
|
-
export interface
|
|
317
|
+
export interface TttxSelectBox_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
316
318
|
detail: T;
|
|
317
|
-
target:
|
|
319
|
+
target: HTMLTttxSelectBox_1_8_4Element;
|
|
318
320
|
}
|
|
319
|
-
export interface
|
|
321
|
+
export interface TttxSorter_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
320
322
|
detail: T;
|
|
321
|
-
target:
|
|
323
|
+
target: HTMLTttxSorter_1_8_4Element;
|
|
322
324
|
}
|
|
323
|
-
export interface
|
|
325
|
+
export interface TttxStandaloneInput_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
324
326
|
detail: T;
|
|
325
|
-
target:
|
|
327
|
+
target: HTMLTttxStandaloneInput_1_8_4Element;
|
|
326
328
|
}
|
|
327
|
-
export interface
|
|
329
|
+
export interface TttxTable_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
328
330
|
detail: T;
|
|
329
|
-
target:
|
|
331
|
+
target: HTMLTttxTable_1_8_4Element;
|
|
330
332
|
}
|
|
331
|
-
export interface
|
|
333
|
+
export interface TttxTabs_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
332
334
|
detail: T;
|
|
333
|
-
target:
|
|
335
|
+
target: HTMLTttxTabs_1_8_4Element;
|
|
334
336
|
}
|
|
335
|
-
export interface
|
|
337
|
+
export interface TttxTextarea_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
336
338
|
detail: T;
|
|
337
|
-
target:
|
|
339
|
+
target: HTMLTttxTextarea_1_8_4Element;
|
|
338
340
|
}
|
|
339
|
-
export interface
|
|
341
|
+
export interface TttxTreeView_1_8_4CustomEvent<T> extends CustomEvent<T> {
|
|
340
342
|
detail: T;
|
|
341
|
-
target:
|
|
343
|
+
target: HTMLTttxTreeView_1_8_4Element;
|
|
342
344
|
}
|
|
343
345
|
declare global {
|
|
344
|
-
interface
|
|
346
|
+
interface HTMLTttxButton_1_8_4Element extends Components.TttxButton_1_8_4, HTMLStencilElement {
|
|
345
347
|
}
|
|
346
|
-
var
|
|
347
|
-
prototype:
|
|
348
|
-
new ():
|
|
348
|
+
var HTMLTttxButton_1_8_4Element: {
|
|
349
|
+
prototype: HTMLTttxButton_1_8_4Element;
|
|
350
|
+
new (): HTMLTttxButton_1_8_4Element;
|
|
349
351
|
};
|
|
350
|
-
interface
|
|
352
|
+
interface HTMLTttxCheckboxGroupCaption_1_8_4Element extends Components.TttxCheckboxGroupCaption_1_8_4, HTMLStencilElement {
|
|
351
353
|
}
|
|
352
|
-
var
|
|
353
|
-
prototype:
|
|
354
|
-
new ():
|
|
354
|
+
var HTMLTttxCheckboxGroupCaption_1_8_4Element: {
|
|
355
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_8_4Element;
|
|
356
|
+
new (): HTMLTttxCheckboxGroupCaption_1_8_4Element;
|
|
355
357
|
};
|
|
356
|
-
interface
|
|
358
|
+
interface HTMLTttxCheckboxGroupHeading_1_8_4Element extends Components.TttxCheckboxGroupHeading_1_8_4, HTMLStencilElement {
|
|
357
359
|
}
|
|
358
|
-
var
|
|
359
|
-
prototype:
|
|
360
|
-
new ():
|
|
360
|
+
var HTMLTttxCheckboxGroupHeading_1_8_4Element: {
|
|
361
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_8_4Element;
|
|
362
|
+
new (): HTMLTttxCheckboxGroupHeading_1_8_4Element;
|
|
361
363
|
};
|
|
362
|
-
interface
|
|
364
|
+
interface HTMLTttxCheckboxGroup_1_8_4Element extends Components.TttxCheckboxGroup_1_8_4, HTMLStencilElement {
|
|
363
365
|
}
|
|
364
|
-
var
|
|
365
|
-
prototype:
|
|
366
|
-
new ():
|
|
366
|
+
var HTMLTttxCheckboxGroup_1_8_4Element: {
|
|
367
|
+
prototype: HTMLTttxCheckboxGroup_1_8_4Element;
|
|
368
|
+
new (): HTMLTttxCheckboxGroup_1_8_4Element;
|
|
367
369
|
};
|
|
368
|
-
interface
|
|
370
|
+
interface HTMLTttxCheckbox_1_8_4Element extends Components.TttxCheckbox_1_8_4, HTMLStencilElement {
|
|
369
371
|
}
|
|
370
|
-
var
|
|
371
|
-
prototype:
|
|
372
|
-
new ():
|
|
372
|
+
var HTMLTttxCheckbox_1_8_4Element: {
|
|
373
|
+
prototype: HTMLTttxCheckbox_1_8_4Element;
|
|
374
|
+
new (): HTMLTttxCheckbox_1_8_4Element;
|
|
373
375
|
};
|
|
374
|
-
interface
|
|
376
|
+
interface HTMLTttxComments_1_8_4Element extends Components.TttxComments_1_8_4, HTMLStencilElement {
|
|
375
377
|
}
|
|
376
|
-
var
|
|
377
|
-
prototype:
|
|
378
|
-
new ():
|
|
378
|
+
var HTMLTttxComments_1_8_4Element: {
|
|
379
|
+
prototype: HTMLTttxComments_1_8_4Element;
|
|
380
|
+
new (): HTMLTttxComments_1_8_4Element;
|
|
379
381
|
};
|
|
380
|
-
interface
|
|
382
|
+
interface HTMLTttxDataPattern_1_8_4Element extends Components.TttxDataPattern_1_8_4, HTMLStencilElement {
|
|
381
383
|
}
|
|
382
|
-
var
|
|
383
|
-
prototype:
|
|
384
|
-
new ():
|
|
384
|
+
var HTMLTttxDataPattern_1_8_4Element: {
|
|
385
|
+
prototype: HTMLTttxDataPattern_1_8_4Element;
|
|
386
|
+
new (): HTMLTttxDataPattern_1_8_4Element;
|
|
385
387
|
};
|
|
386
|
-
interface
|
|
388
|
+
interface HTMLTttxDatacard_1_8_4Element extends Components.TttxDatacard_1_8_4, HTMLStencilElement {
|
|
387
389
|
}
|
|
388
|
-
var
|
|
389
|
-
prototype:
|
|
390
|
-
new ():
|
|
390
|
+
var HTMLTttxDatacard_1_8_4Element: {
|
|
391
|
+
prototype: HTMLTttxDatacard_1_8_4Element;
|
|
392
|
+
new (): HTMLTttxDatacard_1_8_4Element;
|
|
391
393
|
};
|
|
392
|
-
interface
|
|
394
|
+
interface HTMLTttxDialogBox_1_8_4Element extends Components.TttxDialogBox_1_8_4, HTMLStencilElement {
|
|
393
395
|
}
|
|
394
|
-
var
|
|
395
|
-
prototype:
|
|
396
|
-
new ():
|
|
396
|
+
var HTMLTttxDialogBox_1_8_4Element: {
|
|
397
|
+
prototype: HTMLTttxDialogBox_1_8_4Element;
|
|
398
|
+
new (): HTMLTttxDialogBox_1_8_4Element;
|
|
397
399
|
};
|
|
398
|
-
interface
|
|
400
|
+
interface HTMLTttxDialog_1_8_4Element extends Components.TttxDialog_1_8_4, HTMLStencilElement {
|
|
399
401
|
}
|
|
400
|
-
var
|
|
401
|
-
prototype:
|
|
402
|
-
new ():
|
|
402
|
+
var HTMLTttxDialog_1_8_4Element: {
|
|
403
|
+
prototype: HTMLTttxDialog_1_8_4Element;
|
|
404
|
+
new (): HTMLTttxDialog_1_8_4Element;
|
|
403
405
|
};
|
|
404
|
-
interface
|
|
406
|
+
interface HTMLTttxExpander_1_8_4Element extends Components.TttxExpander_1_8_4, HTMLStencilElement {
|
|
405
407
|
}
|
|
406
|
-
var
|
|
407
|
-
prototype:
|
|
408
|
-
new ():
|
|
408
|
+
var HTMLTttxExpander_1_8_4Element: {
|
|
409
|
+
prototype: HTMLTttxExpander_1_8_4Element;
|
|
410
|
+
new (): HTMLTttxExpander_1_8_4Element;
|
|
409
411
|
};
|
|
410
|
-
interface
|
|
412
|
+
interface HTMLTttxFilter_1_8_4Element extends Components.TttxFilter_1_8_4, HTMLStencilElement {
|
|
411
413
|
}
|
|
412
|
-
var
|
|
413
|
-
prototype:
|
|
414
|
-
new ():
|
|
414
|
+
var HTMLTttxFilter_1_8_4Element: {
|
|
415
|
+
prototype: HTMLTttxFilter_1_8_4Element;
|
|
416
|
+
new (): HTMLTttxFilter_1_8_4Element;
|
|
415
417
|
};
|
|
416
|
-
interface
|
|
418
|
+
interface HTMLTttxForm_1_8_4Element extends Components.TttxForm_1_8_4, HTMLStencilElement {
|
|
417
419
|
}
|
|
418
|
-
var
|
|
419
|
-
prototype:
|
|
420
|
-
new ():
|
|
420
|
+
var HTMLTttxForm_1_8_4Element: {
|
|
421
|
+
prototype: HTMLTttxForm_1_8_4Element;
|
|
422
|
+
new (): HTMLTttxForm_1_8_4Element;
|
|
421
423
|
};
|
|
422
|
-
interface
|
|
424
|
+
interface HTMLTttxIcon_1_8_4Element extends Components.TttxIcon_1_8_4, HTMLStencilElement {
|
|
423
425
|
}
|
|
424
|
-
var
|
|
425
|
-
prototype:
|
|
426
|
-
new ():
|
|
426
|
+
var HTMLTttxIcon_1_8_4Element: {
|
|
427
|
+
prototype: HTMLTttxIcon_1_8_4Element;
|
|
428
|
+
new (): HTMLTttxIcon_1_8_4Element;
|
|
427
429
|
};
|
|
428
|
-
interface
|
|
430
|
+
interface HTMLTttxKeyvalueBlock_1_8_4Element extends Components.TttxKeyvalueBlock_1_8_4, HTMLStencilElement {
|
|
429
431
|
}
|
|
430
|
-
var
|
|
431
|
-
prototype:
|
|
432
|
-
new ():
|
|
432
|
+
var HTMLTttxKeyvalueBlock_1_8_4Element: {
|
|
433
|
+
prototype: HTMLTttxKeyvalueBlock_1_8_4Element;
|
|
434
|
+
new (): HTMLTttxKeyvalueBlock_1_8_4Element;
|
|
433
435
|
};
|
|
434
|
-
interface
|
|
436
|
+
interface HTMLTttxList_1_8_4Element extends Components.TttxList_1_8_4, HTMLStencilElement {
|
|
435
437
|
}
|
|
436
|
-
var
|
|
437
|
-
prototype:
|
|
438
|
-
new ():
|
|
438
|
+
var HTMLTttxList_1_8_4Element: {
|
|
439
|
+
prototype: HTMLTttxList_1_8_4Element;
|
|
440
|
+
new (): HTMLTttxList_1_8_4Element;
|
|
439
441
|
};
|
|
440
|
-
interface
|
|
442
|
+
interface HTMLTttxLoadingSpinner_1_8_4Element extends Components.TttxLoadingSpinner_1_8_4, HTMLStencilElement {
|
|
441
443
|
}
|
|
442
|
-
var
|
|
443
|
-
prototype:
|
|
444
|
-
new ():
|
|
444
|
+
var HTMLTttxLoadingSpinner_1_8_4Element: {
|
|
445
|
+
prototype: HTMLTttxLoadingSpinner_1_8_4Element;
|
|
446
|
+
new (): HTMLTttxLoadingSpinner_1_8_4Element;
|
|
445
447
|
};
|
|
446
|
-
interface
|
|
448
|
+
interface HTMLTttxMultiselectBox_1_8_4Element extends Components.TttxMultiselectBox_1_8_4, HTMLStencilElement {
|
|
447
449
|
}
|
|
448
|
-
var
|
|
449
|
-
prototype:
|
|
450
|
-
new ():
|
|
450
|
+
var HTMLTttxMultiselectBox_1_8_4Element: {
|
|
451
|
+
prototype: HTMLTttxMultiselectBox_1_8_4Element;
|
|
452
|
+
new (): HTMLTttxMultiselectBox_1_8_4Element;
|
|
451
453
|
};
|
|
452
|
-
interface
|
|
454
|
+
interface HTMLTttxPercentageBar_1_8_4Element extends Components.TttxPercentageBar_1_8_4, HTMLStencilElement {
|
|
453
455
|
}
|
|
454
|
-
var
|
|
455
|
-
prototype:
|
|
456
|
-
new ():
|
|
456
|
+
var HTMLTttxPercentageBar_1_8_4Element: {
|
|
457
|
+
prototype: HTMLTttxPercentageBar_1_8_4Element;
|
|
458
|
+
new (): HTMLTttxPercentageBar_1_8_4Element;
|
|
457
459
|
};
|
|
458
|
-
interface
|
|
460
|
+
interface HTMLTttxQrcode_1_8_4Element extends Components.TttxQrcode_1_8_4, HTMLStencilElement {
|
|
459
461
|
}
|
|
460
|
-
var
|
|
461
|
-
prototype:
|
|
462
|
-
new ():
|
|
462
|
+
var HTMLTttxQrcode_1_8_4Element: {
|
|
463
|
+
prototype: HTMLTttxQrcode_1_8_4Element;
|
|
464
|
+
new (): HTMLTttxQrcode_1_8_4Element;
|
|
463
465
|
};
|
|
464
|
-
interface
|
|
466
|
+
interface HTMLTttxSelectBox_1_8_4Element extends Components.TttxSelectBox_1_8_4, HTMLStencilElement {
|
|
465
467
|
}
|
|
466
|
-
var
|
|
467
|
-
prototype:
|
|
468
|
-
new ():
|
|
468
|
+
var HTMLTttxSelectBox_1_8_4Element: {
|
|
469
|
+
prototype: HTMLTttxSelectBox_1_8_4Element;
|
|
470
|
+
new (): HTMLTttxSelectBox_1_8_4Element;
|
|
469
471
|
};
|
|
470
|
-
interface
|
|
472
|
+
interface HTMLTttxSorter_1_8_4Element extends Components.TttxSorter_1_8_4, HTMLStencilElement {
|
|
471
473
|
}
|
|
472
|
-
var
|
|
473
|
-
prototype:
|
|
474
|
-
new ():
|
|
474
|
+
var HTMLTttxSorter_1_8_4Element: {
|
|
475
|
+
prototype: HTMLTttxSorter_1_8_4Element;
|
|
476
|
+
new (): HTMLTttxSorter_1_8_4Element;
|
|
475
477
|
};
|
|
476
|
-
interface
|
|
478
|
+
interface HTMLTttxStandaloneInput_1_8_4Element extends Components.TttxStandaloneInput_1_8_4, HTMLStencilElement {
|
|
477
479
|
}
|
|
478
|
-
var
|
|
479
|
-
prototype:
|
|
480
|
-
new ():
|
|
480
|
+
var HTMLTttxStandaloneInput_1_8_4Element: {
|
|
481
|
+
prototype: HTMLTttxStandaloneInput_1_8_4Element;
|
|
482
|
+
new (): HTMLTttxStandaloneInput_1_8_4Element;
|
|
481
483
|
};
|
|
482
|
-
interface
|
|
484
|
+
interface HTMLTttxTable_1_8_4Element extends Components.TttxTable_1_8_4, HTMLStencilElement {
|
|
483
485
|
}
|
|
484
|
-
var
|
|
485
|
-
prototype:
|
|
486
|
-
new ():
|
|
486
|
+
var HTMLTttxTable_1_8_4Element: {
|
|
487
|
+
prototype: HTMLTttxTable_1_8_4Element;
|
|
488
|
+
new (): HTMLTttxTable_1_8_4Element;
|
|
487
489
|
};
|
|
488
|
-
interface
|
|
490
|
+
interface HTMLTttxTabs_1_8_4Element extends Components.TttxTabs_1_8_4, HTMLStencilElement {
|
|
489
491
|
}
|
|
490
|
-
var
|
|
491
|
-
prototype:
|
|
492
|
-
new ():
|
|
492
|
+
var HTMLTttxTabs_1_8_4Element: {
|
|
493
|
+
prototype: HTMLTttxTabs_1_8_4Element;
|
|
494
|
+
new (): HTMLTttxTabs_1_8_4Element;
|
|
493
495
|
};
|
|
494
|
-
interface
|
|
496
|
+
interface HTMLTttxTag_1_8_4Element extends Components.TttxTag_1_8_4, HTMLStencilElement {
|
|
495
497
|
}
|
|
496
|
-
var
|
|
497
|
-
prototype:
|
|
498
|
-
new ():
|
|
498
|
+
var HTMLTttxTag_1_8_4Element: {
|
|
499
|
+
prototype: HTMLTttxTag_1_8_4Element;
|
|
500
|
+
new (): HTMLTttxTag_1_8_4Element;
|
|
499
501
|
};
|
|
500
|
-
interface
|
|
502
|
+
interface HTMLTttxTextarea_1_8_4Element extends Components.TttxTextarea_1_8_4, HTMLStencilElement {
|
|
501
503
|
}
|
|
502
|
-
var
|
|
503
|
-
prototype:
|
|
504
|
-
new ():
|
|
504
|
+
var HTMLTttxTextarea_1_8_4Element: {
|
|
505
|
+
prototype: HTMLTttxTextarea_1_8_4Element;
|
|
506
|
+
new (): HTMLTttxTextarea_1_8_4Element;
|
|
505
507
|
};
|
|
506
|
-
interface
|
|
508
|
+
interface HTMLTttxToolbar_1_8_4Element extends Components.TttxToolbar_1_8_4, HTMLStencilElement {
|
|
507
509
|
}
|
|
508
|
-
var
|
|
509
|
-
prototype:
|
|
510
|
-
new ():
|
|
510
|
+
var HTMLTttxToolbar_1_8_4Element: {
|
|
511
|
+
prototype: HTMLTttxToolbar_1_8_4Element;
|
|
512
|
+
new (): HTMLTttxToolbar_1_8_4Element;
|
|
511
513
|
};
|
|
512
|
-
interface
|
|
514
|
+
interface HTMLTttxTreeView_1_8_4Element extends Components.TttxTreeView_1_8_4, HTMLStencilElement {
|
|
513
515
|
}
|
|
514
|
-
var
|
|
515
|
-
prototype:
|
|
516
|
-
new ():
|
|
516
|
+
var HTMLTttxTreeView_1_8_4Element: {
|
|
517
|
+
prototype: HTMLTttxTreeView_1_8_4Element;
|
|
518
|
+
new (): HTMLTttxTreeView_1_8_4Element;
|
|
517
519
|
};
|
|
518
520
|
interface HTMLElementTagNameMap {
|
|
519
|
-
"tttx-
|
|
520
|
-
"tttx-checkbox-group-
|
|
521
|
-
"tttx-checkbox-group-
|
|
522
|
-
"tttx-checkbox-
|
|
523
|
-
"tttx-
|
|
524
|
-
"tttx-
|
|
525
|
-
"tttx-data-
|
|
526
|
-
"tttx-
|
|
527
|
-
"tttx-dialog-
|
|
528
|
-
"tttx-
|
|
529
|
-
"tttx-
|
|
530
|
-
"tttx-
|
|
531
|
-
"tttx-
|
|
532
|
-
"tttx-
|
|
533
|
-
"tttx-keyvalue-
|
|
534
|
-
"tttx-
|
|
535
|
-
"tttx-loading-
|
|
536
|
-
"tttx-multiselect-
|
|
537
|
-
"tttx-percentage-
|
|
538
|
-
"tttx-
|
|
539
|
-
"tttx-select-
|
|
540
|
-
"tttx-
|
|
541
|
-
"tttx-standalone-
|
|
542
|
-
"tttx-
|
|
543
|
-
"tttx-
|
|
544
|
-
"tttx-
|
|
545
|
-
"tttx-
|
|
546
|
-
"tttx-
|
|
547
|
-
"tttx-tree-
|
|
521
|
+
"tttx-button_1_8_4": HTMLTttxButton_1_8_4Element;
|
|
522
|
+
"tttx-checkbox-group-caption_1_8_4": HTMLTttxCheckboxGroupCaption_1_8_4Element;
|
|
523
|
+
"tttx-checkbox-group-heading_1_8_4": HTMLTttxCheckboxGroupHeading_1_8_4Element;
|
|
524
|
+
"tttx-checkbox-group_1_8_4": HTMLTttxCheckboxGroup_1_8_4Element;
|
|
525
|
+
"tttx-checkbox_1_8_4": HTMLTttxCheckbox_1_8_4Element;
|
|
526
|
+
"tttx-comments_1_8_4": HTMLTttxComments_1_8_4Element;
|
|
527
|
+
"tttx-data-pattern_1_8_4": HTMLTttxDataPattern_1_8_4Element;
|
|
528
|
+
"tttx-datacard_1_8_4": HTMLTttxDatacard_1_8_4Element;
|
|
529
|
+
"tttx-dialog-box_1_8_4": HTMLTttxDialogBox_1_8_4Element;
|
|
530
|
+
"tttx-dialog_1_8_4": HTMLTttxDialog_1_8_4Element;
|
|
531
|
+
"tttx-expander_1_8_4": HTMLTttxExpander_1_8_4Element;
|
|
532
|
+
"tttx-filter_1_8_4": HTMLTttxFilter_1_8_4Element;
|
|
533
|
+
"tttx-form_1_8_4": HTMLTttxForm_1_8_4Element;
|
|
534
|
+
"tttx-icon_1_8_4": HTMLTttxIcon_1_8_4Element;
|
|
535
|
+
"tttx-keyvalue-block_1_8_4": HTMLTttxKeyvalueBlock_1_8_4Element;
|
|
536
|
+
"tttx-list_1_8_4": HTMLTttxList_1_8_4Element;
|
|
537
|
+
"tttx-loading-spinner_1_8_4": HTMLTttxLoadingSpinner_1_8_4Element;
|
|
538
|
+
"tttx-multiselect-box_1_8_4": HTMLTttxMultiselectBox_1_8_4Element;
|
|
539
|
+
"tttx-percentage-bar_1_8_4": HTMLTttxPercentageBar_1_8_4Element;
|
|
540
|
+
"tttx-qrcode_1_8_4": HTMLTttxQrcode_1_8_4Element;
|
|
541
|
+
"tttx-select-box_1_8_4": HTMLTttxSelectBox_1_8_4Element;
|
|
542
|
+
"tttx-sorter_1_8_4": HTMLTttxSorter_1_8_4Element;
|
|
543
|
+
"tttx-standalone-input_1_8_4": HTMLTttxStandaloneInput_1_8_4Element;
|
|
544
|
+
"tttx-table_1_8_4": HTMLTttxTable_1_8_4Element;
|
|
545
|
+
"tttx-tabs_1_8_4": HTMLTttxTabs_1_8_4Element;
|
|
546
|
+
"tttx-tag_1_8_4": HTMLTttxTag_1_8_4Element;
|
|
547
|
+
"tttx-textarea_1_8_4": HTMLTttxTextarea_1_8_4Element;
|
|
548
|
+
"tttx-toolbar_1_8_4": HTMLTttxToolbar_1_8_4Element;
|
|
549
|
+
"tttx-tree-view_1_8_4": HTMLTttxTreeView_1_8_4Element;
|
|
548
550
|
}
|
|
549
551
|
}
|
|
550
552
|
declare namespace LocalJSX {
|
|
551
|
-
interface
|
|
553
|
+
interface TttxButton_1_8_4 {
|
|
552
554
|
"design"?: string;
|
|
553
555
|
"icon"?: string;
|
|
554
556
|
"iconcolor"?: string;
|
|
555
557
|
"iconposition"?: 'left' | 'right';
|
|
556
558
|
"notext"?: boolean;
|
|
557
559
|
}
|
|
558
|
-
interface
|
|
560
|
+
interface TttxCheckboxGroupCaption_1_8_4 {
|
|
559
561
|
}
|
|
560
|
-
interface
|
|
562
|
+
interface TttxCheckboxGroupHeading_1_8_4 {
|
|
561
563
|
}
|
|
562
|
-
interface
|
|
564
|
+
interface TttxCheckboxGroup_1_8_4 {
|
|
563
565
|
}
|
|
564
|
-
interface
|
|
566
|
+
interface TttxCheckbox_1_8_4 {
|
|
565
567
|
"checkboxId"?: string;
|
|
566
568
|
"checked"?: boolean;
|
|
567
569
|
"indeterminate"?: boolean;
|
|
568
570
|
"inline"?: boolean;
|
|
569
571
|
"label"?: string;
|
|
570
|
-
"onCheckboxChangeEvent"?: (event:
|
|
572
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_8_4CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
571
573
|
}
|
|
572
|
-
interface
|
|
574
|
+
interface TttxComments_1_8_4 {
|
|
573
575
|
"comments"?: string | Comment[];
|
|
574
576
|
"currentuser"?: string;
|
|
575
|
-
"onCommentAdded"?: (event:
|
|
577
|
+
"onCommentAdded"?: (event: TttxComments_1_8_4CustomEvent<Comment>) => void;
|
|
578
|
+
"onRequestFileDownload"?: (event: TttxComments_1_8_4CustomEvent<string>) => void;
|
|
579
|
+
"onRequestFileUpload"?: (event: TttxComments_1_8_4CustomEvent<void>) => void;
|
|
576
580
|
}
|
|
577
|
-
interface
|
|
581
|
+
interface TttxDataPattern_1_8_4 {
|
|
578
582
|
"data"?: string;
|
|
579
583
|
"filterheader"?: string;
|
|
580
584
|
"filteroptions"?: string;
|
|
581
585
|
"sorteroptions"?: string;
|
|
582
586
|
}
|
|
583
|
-
interface
|
|
587
|
+
interface TttxDatacard_1_8_4 {
|
|
584
588
|
"cardTitle"?: string;
|
|
585
589
|
"iconStyle"?: string;
|
|
586
590
|
"leftData"?: string;
|
|
587
591
|
"rightData"?: string;
|
|
588
592
|
"rightSubtext"?: string;
|
|
589
593
|
}
|
|
590
|
-
interface
|
|
594
|
+
interface TttxDialogBox_1_8_4 {
|
|
591
595
|
"allowOverflow"?: boolean;
|
|
592
596
|
"data"?: string | DialogItems;
|
|
593
|
-
"onButtonClick"?: (event:
|
|
594
|
-
"onCloseButtonClick"?: (event:
|
|
597
|
+
"onButtonClick"?: (event: TttxDialogBox_1_8_4CustomEvent<any>) => void;
|
|
598
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_8_4CustomEvent<any>) => void;
|
|
595
599
|
"open"?: boolean;
|
|
596
600
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
597
601
|
}
|
|
598
|
-
interface
|
|
602
|
+
interface TttxDialog_1_8_4 {
|
|
599
603
|
"allowOverflow"?: boolean;
|
|
600
604
|
"closeEnabled"?: boolean;
|
|
601
605
|
"header"?: string;
|
|
602
|
-
"onCloseButtonClick"?: (event:
|
|
606
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_8_4CustomEvent<any>) => void;
|
|
603
607
|
"open"?: boolean;
|
|
604
608
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
605
609
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
606
610
|
}
|
|
607
|
-
interface
|
|
611
|
+
interface TttxExpander_1_8_4 {
|
|
608
612
|
"lefticon"?: string;
|
|
609
613
|
"lefticoncolor"?: string;
|
|
610
614
|
"name"?: string;
|
|
611
|
-
"onToggleExpander"?: (event:
|
|
615
|
+
"onToggleExpander"?: (event: TttxExpander_1_8_4CustomEvent<{ open: boolean; name: string }>) => void;
|
|
612
616
|
"open"?: boolean;
|
|
613
617
|
}
|
|
614
|
-
interface
|
|
618
|
+
interface TttxFilter_1_8_4 {
|
|
615
619
|
"defaultFilterOptions"?: string[] | string;
|
|
616
620
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
617
621
|
"filterHeader"?: string;
|
|
618
622
|
"filterKey"?: string;
|
|
619
623
|
"filterOptions"?: string | FilterSettings[];
|
|
620
|
-
"onFilterChangeEvent"?: (event:
|
|
621
|
-
"onToggleFilter"?: (event:
|
|
624
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_8_4CustomEvent<FilterChangeEvent>) => void;
|
|
625
|
+
"onToggleFilter"?: (event: TttxFilter_1_8_4CustomEvent<boolean>) => void;
|
|
622
626
|
"popoverWidth"?: string;
|
|
623
627
|
"showOptionIcons"?: boolean;
|
|
624
628
|
"showSearchField"?: boolean;
|
|
625
629
|
"showSelectAll"?: boolean;
|
|
626
630
|
}
|
|
627
|
-
interface
|
|
631
|
+
interface TttxForm_1_8_4 {
|
|
628
632
|
"data"?: any;
|
|
629
633
|
"formschema"?: Record<string, any> | string;
|
|
630
|
-
"onDataChanged"?: (event:
|
|
631
|
-
"onDataSubmitted"?: (event:
|
|
634
|
+
"onDataChanged"?: (event: TttxForm_1_8_4CustomEvent<{ name: string; value: string }>) => void;
|
|
635
|
+
"onDataSubmitted"?: (event: TttxForm_1_8_4CustomEvent<FormData>) => void;
|
|
632
636
|
}
|
|
633
|
-
interface
|
|
637
|
+
interface TttxIcon_1_8_4 {
|
|
634
638
|
"color"?: string;
|
|
635
639
|
"icon"?: string;
|
|
636
640
|
"size"?: number;
|
|
637
641
|
}
|
|
638
|
-
interface
|
|
642
|
+
interface TttxKeyvalueBlock_1_8_4 {
|
|
639
643
|
"horizontal"?: boolean;
|
|
640
644
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
641
645
|
"spacedout"?: boolean;
|
|
642
646
|
}
|
|
643
|
-
interface
|
|
647
|
+
interface TttxList_1_8_4 {
|
|
644
648
|
"data"?: string | ListItem[];
|
|
645
649
|
"name"?: string;
|
|
646
|
-
"onListRowCheckboxClick"?: (event:
|
|
647
|
-
"onListRowClick"?: (event:
|
|
650
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_8_4CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
651
|
+
"onListRowClick"?: (event: TttxList_1_8_4CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
648
652
|
}
|
|
649
|
-
interface
|
|
653
|
+
interface TttxLoadingSpinner_1_8_4 {
|
|
650
654
|
"loadingMessage"?: boolean;
|
|
651
655
|
"size"?: 'small' | 'large';
|
|
652
656
|
}
|
|
653
|
-
interface
|
|
657
|
+
interface TttxMultiselectBox_1_8_4 {
|
|
654
658
|
"htmlVisibleValue"?: boolean;
|
|
655
659
|
"inline"?: boolean;
|
|
656
660
|
"label"?: string;
|
|
657
|
-
"onChangesApplied"?: (event:
|
|
658
|
-
"onSelectItemEvent"?: (event:
|
|
659
|
-
"onToggleOpen"?: (event:
|
|
661
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_8_4CustomEvent<SelectItem[]>) => void;
|
|
662
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_8_4CustomEvent<SelectItem>) => void;
|
|
663
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_8_4CustomEvent<boolean>) => void;
|
|
660
664
|
"optionsData"?: string | SelectItem[];
|
|
661
665
|
"placeholder"?: string;
|
|
662
666
|
"searchEnabled"?: boolean;
|
|
663
667
|
"visibleValue"?: string;
|
|
664
668
|
}
|
|
665
|
-
interface
|
|
669
|
+
interface TttxPercentageBar_1_8_4 {
|
|
666
670
|
"color"?: string;
|
|
667
671
|
"labelid"?: string;
|
|
668
672
|
"min"?: string;
|
|
669
673
|
"percentage"?: string | number;
|
|
670
674
|
"thresholds"?: string | Threshold[];
|
|
671
675
|
}
|
|
672
|
-
interface
|
|
676
|
+
interface TttxQrcode_1_8_4 {
|
|
673
677
|
"link"?: string;
|
|
674
678
|
"size"?: number;
|
|
675
679
|
}
|
|
676
|
-
interface
|
|
680
|
+
interface TttxSelectBox_1_8_4 {
|
|
677
681
|
"errorMsg"?: string;
|
|
678
682
|
"inline"?: boolean;
|
|
679
683
|
"label"?: string;
|
|
680
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
681
|
-
"onSelectItemEvent"?: (event:
|
|
682
|
-
"onToggleOpen"?: (event:
|
|
684
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_8_4CustomEvent<string>) => void;
|
|
685
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_8_4CustomEvent<SelectItem1>) => void;
|
|
686
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_8_4CustomEvent<boolean>) => void;
|
|
683
687
|
"optionsData"?: string | SelectItem1[];
|
|
684
688
|
"placeholder"?: string;
|
|
685
689
|
"searchEnabled"?: boolean;
|
|
@@ -688,15 +692,15 @@ declare namespace LocalJSX {
|
|
|
688
692
|
"showErrorMsg"?: boolean;
|
|
689
693
|
"useExternalFiltering"?: boolean;
|
|
690
694
|
}
|
|
691
|
-
interface
|
|
695
|
+
interface TttxSorter_1_8_4 {
|
|
692
696
|
"defaultOption"?: string;
|
|
693
697
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
694
698
|
"fieldOptionsData"?: string | SorterData;
|
|
695
|
-
"onSorterChangeEvent"?: (event:
|
|
696
|
-
"onToggleSorter"?: (event:
|
|
699
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_8_4CustomEvent<SorterChangeEvent>) => void;
|
|
700
|
+
"onToggleSorter"?: (event: TttxSorter_1_8_4CustomEvent<boolean>) => void;
|
|
697
701
|
"sorterKey"?: string;
|
|
698
702
|
}
|
|
699
|
-
interface
|
|
703
|
+
interface TttxStandaloneInput_1_8_4 {
|
|
700
704
|
"autocomplete"?: 'off' | 'on';
|
|
701
705
|
"checked"?: boolean;
|
|
702
706
|
"disabled"?: boolean;
|
|
@@ -712,8 +716,8 @@ declare namespace LocalJSX {
|
|
|
712
716
|
"inputiconcolor"?: string;
|
|
713
717
|
/**
|
|
714
718
|
* tabindex - Allows the HTML elements to be focusable
|
|
715
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
716
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
719
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_8_4 input-index="1" />
|
|
720
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_8_4 inputindex={1} />
|
|
717
721
|
*/
|
|
718
722
|
"inputindex"?: string | number;
|
|
719
723
|
/**
|
|
@@ -727,13 +731,13 @@ declare namespace LocalJSX {
|
|
|
727
731
|
"min"?: MinMaxDates | number;
|
|
728
732
|
"minlength"?: string | number;
|
|
729
733
|
"name"?: string;
|
|
730
|
-
"onBlurChanged"?: (event:
|
|
731
|
-
"onFocusChanged"?: (event:
|
|
732
|
-
"onInputIconClick"?: (event:
|
|
733
|
-
"onInvalidChanged"?: (event:
|
|
734
|
-
"onLeftIconClick"?: (event:
|
|
735
|
-
"onRightIconClick"?: (event:
|
|
736
|
-
"onValueChanged"?: (event:
|
|
734
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_8_4CustomEvent<string>) => void;
|
|
735
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_8_4CustomEvent<string>) => void;
|
|
736
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_8_4CustomEvent<void>) => void;
|
|
737
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_8_4CustomEvent<string>) => void;
|
|
738
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_8_4CustomEvent<void>) => void;
|
|
739
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_8_4CustomEvent<void>) => void;
|
|
740
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_8_4CustomEvent<string>) => void;
|
|
737
741
|
"pattern"?: string;
|
|
738
742
|
"placeholder"?: string;
|
|
739
743
|
"readonly"?: string | boolean;
|
|
@@ -748,35 +752,36 @@ declare namespace LocalJSX {
|
|
|
748
752
|
"type"?: string;
|
|
749
753
|
"value"?: string | number;
|
|
750
754
|
}
|
|
751
|
-
interface
|
|
755
|
+
interface TttxTable_1_8_4 {
|
|
752
756
|
"data"?: any;
|
|
753
757
|
"headers"?: TableHeader[];
|
|
754
758
|
"loading"?: boolean;
|
|
755
|
-
"onHeaderClicked"?: (event:
|
|
756
|
-
"onRowClicked"?: (event:
|
|
759
|
+
"onHeaderClicked"?: (event: TttxTable_1_8_4CustomEvent<any>) => void;
|
|
760
|
+
"onRowClicked"?: (event: TttxTable_1_8_4CustomEvent<any>) => void;
|
|
761
|
+
"selectable"?: boolean;
|
|
757
762
|
"selected"?: number;
|
|
758
763
|
}
|
|
759
|
-
interface
|
|
764
|
+
interface TttxTabs_1_8_4 {
|
|
760
765
|
"navigation"?: boolean;
|
|
761
|
-
"onLeftNavigation"?: (event:
|
|
762
|
-
"onRightNavigation"?: (event:
|
|
763
|
-
"onTabClick"?: (event:
|
|
766
|
+
"onLeftNavigation"?: (event: TttxTabs_1_8_4CustomEvent<any>) => void;
|
|
767
|
+
"onRightNavigation"?: (event: TttxTabs_1_8_4CustomEvent<any>) => void;
|
|
768
|
+
"onTabClick"?: (event: TttxTabs_1_8_4CustomEvent<{ tabId: string }>) => void;
|
|
764
769
|
"tabs"?: string | Tab[];
|
|
765
770
|
"tabsName"?: string;
|
|
766
771
|
"wide"?: boolean;
|
|
767
772
|
}
|
|
768
|
-
interface
|
|
773
|
+
interface TttxTag_1_8_4 {
|
|
769
774
|
"color"?: string;
|
|
770
775
|
"text"?: string;
|
|
771
776
|
"textColor"?: string;
|
|
772
777
|
}
|
|
773
|
-
interface
|
|
778
|
+
interface TttxTextarea_1_8_4 {
|
|
774
779
|
"disabled"?: boolean;
|
|
775
780
|
"errormsg"?: string;
|
|
776
781
|
/**
|
|
777
782
|
* tabindex - Allows the HTML elements to be focusable
|
|
778
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
779
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
783
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_8_4 input-index="1" />
|
|
784
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_8_4 inputindex={1} />
|
|
780
785
|
*/
|
|
781
786
|
"inputindex"?: string | number;
|
|
782
787
|
/**
|
|
@@ -787,10 +792,10 @@ declare namespace LocalJSX {
|
|
|
787
792
|
"label"?: string;
|
|
788
793
|
"maxlength"?: string | number;
|
|
789
794
|
"name"?: string;
|
|
790
|
-
"onBlurChanged"?: (event:
|
|
791
|
-
"onFocusChanged"?: (event:
|
|
792
|
-
"onInvalidChanged"?: (event:
|
|
793
|
-
"onValueChanged"?: (event:
|
|
795
|
+
"onBlurChanged"?: (event: TttxTextarea_1_8_4CustomEvent<string>) => void;
|
|
796
|
+
"onFocusChanged"?: (event: TttxTextarea_1_8_4CustomEvent<string>) => void;
|
|
797
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_8_4CustomEvent<string>) => void;
|
|
798
|
+
"onValueChanged"?: (event: TttxTextarea_1_8_4CustomEvent<string>) => void;
|
|
794
799
|
"placeholder"?: string;
|
|
795
800
|
"readonly"?: string | boolean;
|
|
796
801
|
"required"?: boolean;
|
|
@@ -804,80 +809,80 @@ declare namespace LocalJSX {
|
|
|
804
809
|
"textareaautofocus"?: boolean;
|
|
805
810
|
"value"?: string | number;
|
|
806
811
|
}
|
|
807
|
-
interface
|
|
812
|
+
interface TttxToolbar_1_8_4 {
|
|
808
813
|
"border"?: boolean;
|
|
809
814
|
}
|
|
810
|
-
interface
|
|
815
|
+
interface TttxTreeView_1_8_4 {
|
|
811
816
|
"data"?: TreeViewItem[];
|
|
812
|
-
"onCheckboxChange"?: (event:
|
|
813
|
-
"onClickEvent"?: (event:
|
|
814
|
-
"onExpandNode"?: (event:
|
|
817
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_8_4CustomEvent<TreeViewItem[]>) => void;
|
|
818
|
+
"onClickEvent"?: (event: TttxTreeView_1_8_4CustomEvent<TreeViewItem>) => void;
|
|
819
|
+
"onExpandNode"?: (event: TttxTreeView_1_8_4CustomEvent<ExpandNodeEvent>) => void;
|
|
815
820
|
}
|
|
816
821
|
interface IntrinsicElements {
|
|
817
|
-
"tttx-
|
|
818
|
-
"tttx-checkbox-group-
|
|
819
|
-
"tttx-checkbox-group-
|
|
820
|
-
"tttx-checkbox-
|
|
821
|
-
"tttx-
|
|
822
|
-
"tttx-
|
|
823
|
-
"tttx-data-
|
|
824
|
-
"tttx-
|
|
825
|
-
"tttx-dialog-
|
|
826
|
-
"tttx-
|
|
827
|
-
"tttx-
|
|
828
|
-
"tttx-
|
|
829
|
-
"tttx-
|
|
830
|
-
"tttx-
|
|
831
|
-
"tttx-keyvalue-
|
|
832
|
-
"tttx-
|
|
833
|
-
"tttx-loading-
|
|
834
|
-
"tttx-multiselect-
|
|
835
|
-
"tttx-percentage-
|
|
836
|
-
"tttx-
|
|
837
|
-
"tttx-select-
|
|
838
|
-
"tttx-
|
|
839
|
-
"tttx-standalone-
|
|
840
|
-
"tttx-
|
|
841
|
-
"tttx-
|
|
842
|
-
"tttx-
|
|
843
|
-
"tttx-
|
|
844
|
-
"tttx-
|
|
845
|
-
"tttx-tree-
|
|
822
|
+
"tttx-button_1_8_4": TttxButton_1_8_4;
|
|
823
|
+
"tttx-checkbox-group-caption_1_8_4": TttxCheckboxGroupCaption_1_8_4;
|
|
824
|
+
"tttx-checkbox-group-heading_1_8_4": TttxCheckboxGroupHeading_1_8_4;
|
|
825
|
+
"tttx-checkbox-group_1_8_4": TttxCheckboxGroup_1_8_4;
|
|
826
|
+
"tttx-checkbox_1_8_4": TttxCheckbox_1_8_4;
|
|
827
|
+
"tttx-comments_1_8_4": TttxComments_1_8_4;
|
|
828
|
+
"tttx-data-pattern_1_8_4": TttxDataPattern_1_8_4;
|
|
829
|
+
"tttx-datacard_1_8_4": TttxDatacard_1_8_4;
|
|
830
|
+
"tttx-dialog-box_1_8_4": TttxDialogBox_1_8_4;
|
|
831
|
+
"tttx-dialog_1_8_4": TttxDialog_1_8_4;
|
|
832
|
+
"tttx-expander_1_8_4": TttxExpander_1_8_4;
|
|
833
|
+
"tttx-filter_1_8_4": TttxFilter_1_8_4;
|
|
834
|
+
"tttx-form_1_8_4": TttxForm_1_8_4;
|
|
835
|
+
"tttx-icon_1_8_4": TttxIcon_1_8_4;
|
|
836
|
+
"tttx-keyvalue-block_1_8_4": TttxKeyvalueBlock_1_8_4;
|
|
837
|
+
"tttx-list_1_8_4": TttxList_1_8_4;
|
|
838
|
+
"tttx-loading-spinner_1_8_4": TttxLoadingSpinner_1_8_4;
|
|
839
|
+
"tttx-multiselect-box_1_8_4": TttxMultiselectBox_1_8_4;
|
|
840
|
+
"tttx-percentage-bar_1_8_4": TttxPercentageBar_1_8_4;
|
|
841
|
+
"tttx-qrcode_1_8_4": TttxQrcode_1_8_4;
|
|
842
|
+
"tttx-select-box_1_8_4": TttxSelectBox_1_8_4;
|
|
843
|
+
"tttx-sorter_1_8_4": TttxSorter_1_8_4;
|
|
844
|
+
"tttx-standalone-input_1_8_4": TttxStandaloneInput_1_8_4;
|
|
845
|
+
"tttx-table_1_8_4": TttxTable_1_8_4;
|
|
846
|
+
"tttx-tabs_1_8_4": TttxTabs_1_8_4;
|
|
847
|
+
"tttx-tag_1_8_4": TttxTag_1_8_4;
|
|
848
|
+
"tttx-textarea_1_8_4": TttxTextarea_1_8_4;
|
|
849
|
+
"tttx-toolbar_1_8_4": TttxToolbar_1_8_4;
|
|
850
|
+
"tttx-tree-view_1_8_4": TttxTreeView_1_8_4;
|
|
846
851
|
}
|
|
847
852
|
}
|
|
848
853
|
export { LocalJSX as JSX };
|
|
849
854
|
declare module "@stencil/core" {
|
|
850
855
|
export namespace JSX {
|
|
851
856
|
interface IntrinsicElements {
|
|
852
|
-
"tttx-
|
|
853
|
-
"tttx-checkbox-group-
|
|
854
|
-
"tttx-checkbox-group-
|
|
855
|
-
"tttx-checkbox-
|
|
856
|
-
"tttx-
|
|
857
|
-
"tttx-
|
|
858
|
-
"tttx-data-
|
|
859
|
-
"tttx-
|
|
860
|
-
"tttx-dialog-
|
|
861
|
-
"tttx-
|
|
862
|
-
"tttx-
|
|
863
|
-
"tttx-
|
|
864
|
-
"tttx-
|
|
865
|
-
"tttx-
|
|
866
|
-
"tttx-keyvalue-
|
|
867
|
-
"tttx-
|
|
868
|
-
"tttx-loading-
|
|
869
|
-
"tttx-multiselect-
|
|
870
|
-
"tttx-percentage-
|
|
871
|
-
"tttx-
|
|
872
|
-
"tttx-select-
|
|
873
|
-
"tttx-
|
|
874
|
-
"tttx-standalone-
|
|
875
|
-
"tttx-
|
|
876
|
-
"tttx-
|
|
877
|
-
"tttx-
|
|
878
|
-
"tttx-
|
|
879
|
-
"tttx-
|
|
880
|
-
"tttx-tree-
|
|
857
|
+
"tttx-button_1_8_4": LocalJSX.TttxButton_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxButton_1_8_4Element>;
|
|
858
|
+
"tttx-checkbox-group-caption_1_8_4": LocalJSX.TttxCheckboxGroupCaption_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_8_4Element>;
|
|
859
|
+
"tttx-checkbox-group-heading_1_8_4": LocalJSX.TttxCheckboxGroupHeading_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_8_4Element>;
|
|
860
|
+
"tttx-checkbox-group_1_8_4": LocalJSX.TttxCheckboxGroup_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_8_4Element>;
|
|
861
|
+
"tttx-checkbox_1_8_4": LocalJSX.TttxCheckbox_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_8_4Element>;
|
|
862
|
+
"tttx-comments_1_8_4": LocalJSX.TttxComments_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxComments_1_8_4Element>;
|
|
863
|
+
"tttx-data-pattern_1_8_4": LocalJSX.TttxDataPattern_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_8_4Element>;
|
|
864
|
+
"tttx-datacard_1_8_4": LocalJSX.TttxDatacard_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_8_4Element>;
|
|
865
|
+
"tttx-dialog-box_1_8_4": LocalJSX.TttxDialogBox_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_8_4Element>;
|
|
866
|
+
"tttx-dialog_1_8_4": LocalJSX.TttxDialog_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_8_4Element>;
|
|
867
|
+
"tttx-expander_1_8_4": LocalJSX.TttxExpander_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_8_4Element>;
|
|
868
|
+
"tttx-filter_1_8_4": LocalJSX.TttxFilter_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_8_4Element>;
|
|
869
|
+
"tttx-form_1_8_4": LocalJSX.TttxForm_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxForm_1_8_4Element>;
|
|
870
|
+
"tttx-icon_1_8_4": LocalJSX.TttxIcon_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_8_4Element>;
|
|
871
|
+
"tttx-keyvalue-block_1_8_4": LocalJSX.TttxKeyvalueBlock_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_8_4Element>;
|
|
872
|
+
"tttx-list_1_8_4": LocalJSX.TttxList_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxList_1_8_4Element>;
|
|
873
|
+
"tttx-loading-spinner_1_8_4": LocalJSX.TttxLoadingSpinner_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_8_4Element>;
|
|
874
|
+
"tttx-multiselect-box_1_8_4": LocalJSX.TttxMultiselectBox_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_8_4Element>;
|
|
875
|
+
"tttx-percentage-bar_1_8_4": LocalJSX.TttxPercentageBar_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_8_4Element>;
|
|
876
|
+
"tttx-qrcode_1_8_4": LocalJSX.TttxQrcode_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_8_4Element>;
|
|
877
|
+
"tttx-select-box_1_8_4": LocalJSX.TttxSelectBox_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_8_4Element>;
|
|
878
|
+
"tttx-sorter_1_8_4": LocalJSX.TttxSorter_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_8_4Element>;
|
|
879
|
+
"tttx-standalone-input_1_8_4": LocalJSX.TttxStandaloneInput_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_8_4Element>;
|
|
880
|
+
"tttx-table_1_8_4": LocalJSX.TttxTable_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxTable_1_8_4Element>;
|
|
881
|
+
"tttx-tabs_1_8_4": LocalJSX.TttxTabs_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_8_4Element>;
|
|
882
|
+
"tttx-tag_1_8_4": LocalJSX.TttxTag_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxTag_1_8_4Element>;
|
|
883
|
+
"tttx-textarea_1_8_4": LocalJSX.TttxTextarea_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_8_4Element>;
|
|
884
|
+
"tttx-toolbar_1_8_4": LocalJSX.TttxToolbar_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_8_4Element>;
|
|
885
|
+
"tttx-tree-view_1_8_4": LocalJSX.TttxTreeView_1_8_4 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_8_4Element>;
|
|
881
886
|
}
|
|
882
887
|
}
|
|
883
888
|
}
|