@3t-transform/threeteeui 1.8.6 → 1.8.7
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_6.cjs.entry.js → tttx-button_1_8_7.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_8_6.cjs.entry.js → tttx-checkbox-group-caption_1_8_7.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_8_6.cjs.entry.js → tttx-checkbox-group-heading_1_8_7.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_8_6.cjs.entry.js → tttx-checkbox-group_1_8_7.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_8_6.cjs.entry.js → tttx-checkbox_1_8_7.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_8_6.cjs.entry.js → tttx-comments_1_8_7.cjs.entry.js} +2 -2
- package/dist/cjs/tttx-data-pattern_1_8_7.cjs.entry.js +30 -0
- package/dist/cjs/{tttx-datacard_1_8_6.cjs.entry.js → tttx-datacard_1_8_7.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_8_6.cjs.entry.js → tttx-dialog-box_1_8_7.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_8_6.cjs.entry.js → tttx-dialog_1_8_7.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_8_6.cjs.entry.js → tttx-expander_1_8_7.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_8_6_4.cjs.entry.js → tttx-filter_1_8_7_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_8_6.cjs.entry.js → tttx-form_1_8_7.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-graph_1_8_6.cjs.entry.js → tttx-graph_1_8_7.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_8_6.cjs.entry.js → tttx-icon_1_8_7.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_8_6.cjs.entry.js → tttx-keyvalue-block_1_8_7.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_8_6.cjs.entry.js → tttx-loading-spinner_1_8_7.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-multiselect-box_1_8_6.cjs.entry.js → tttx-multiselect-box_1_8_7.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_8_6.cjs.entry.js → tttx-percentage-bar_1_8_7.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_8_6.cjs.entry.js → tttx-qrcode_1_8_7.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_8_6.cjs.entry.js → tttx-select-box_1_8_7.cjs.entry.js} +4 -4
- package/dist/cjs/tttx-standalone-input_1_8_7.cjs.entry.js +94 -0
- package/dist/cjs/{tttx-table_1_8_6.cjs.entry.js → tttx-table_1_8_7.cjs.entry.js} +22 -2
- package/dist/cjs/{tttx-tabs_1_8_6.cjs.entry.js → tttx-tabs_1_8_7.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_8_6.cjs.entry.js → tttx-tag_1_8_7.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_8_6.cjs.entry.js → tttx-textarea_1_8_7.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tree-view_1_8_6.cjs.entry.js → tttx-tree-view_1_8_7.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 +4 -4
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.stories.js +6 -6
- 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 +2 -2
- 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-graph/tttx-graph.js +1 -1
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.stories.js +1 -1
- 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.js +59 -2
- package/dist/collection/components/molecules/tttx-table/tttx-table.stories.js +15 -9
- 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 +90 -11
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.stories.js +7 -7
- package/dist/components/index.d.ts +30 -30
- package/dist/components/index.js +30 -30
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_8_6.d.ts → tttx-button_1_8_7.d.ts} +4 -4
- package/dist/components/{tttx-button_1_8_6.js → tttx-button_1_8_7.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_8_7.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_8_6.js → tttx-checkbox-group-caption_1_8_7.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_8_7.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_8_6.js → tttx-checkbox-group-heading_1_8_7.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_8_7.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_8_6.js → tttx-checkbox-group_1_8_7.js} +5 -5
- package/dist/components/{tttx-datacard_1_8_6.d.ts → tttx-checkbox_1_8_7.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_8_6.js → tttx-checkbox_1_8_7.js} +7 -7
- package/dist/components/{tttx-checkbox_1_8_6.d.ts → tttx-comments_1_8_7.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_8_6.js → tttx-comments_1_8_7.js} +7 -7
- package/dist/components/tttx-data-pattern_1_8_7.d.ts +11 -0
- package/dist/components/tttx-data-pattern_1_8_7.js +95 -0
- package/dist/components/{tttx-comments_1_8_6.d.ts → tttx-datacard_1_8_7.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_8_6.js → tttx-datacard_1_8_7.js} +10 -10
- package/dist/components/tttx-dialog-box_1_8_7.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_8_6.js → tttx-dialog-box_1_8_7.js} +9 -9
- package/dist/components/{tttx-dialog_1_8_6.d.ts → tttx-dialog_1_8_7.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_8_6.js → tttx-dialog_1_8_7.js} +8 -8
- package/dist/components/tttx-expander_1_8_7.d.ts +11 -0
- package/dist/components/{tttx-expander_1_8_6.js → tttx-expander_1_8_7.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_8_6.d.ts → tttx-filter_1_8_7.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_8_6.js → tttx-filter_1_8_7.js} +2 -2
- package/dist/components/{tttx-tabs_1_8_6.d.ts → tttx-form_1_8_7.d.ts} +4 -4
- package/dist/components/{tttx-form_1_8_6.js → tttx-form_1_8_7.js} +9 -9
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_8_6.d.ts → tttx-graph_1_8_7.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_8_6.js → tttx-graph_1_8_7.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_8_6.d.ts → tttx-icon_1_8_7.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_8_6.js → tttx-icon_1_8_7.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_8_7.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_8_6.js → tttx-keyvalue-block_1_8_7.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_8_6.d.ts → tttx-list_1_8_7.d.ts} +4 -4
- package/dist/components/{tttx-list_1_8_6.js → tttx-list_1_8_7.js} +2 -2
- package/dist/components/tttx-loading-spinner_1_8_7.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_8_6.js → tttx-loading-spinner_1_8_7.js} +5 -5
- package/dist/components/tttx-multiselect-box_1_8_7.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_8_6.js → tttx-multiselect-box_1_8_7.js} +13 -13
- package/dist/components/tttx-percentage-bar_1_8_7.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_8_6.js → tttx-percentage-bar_1_8_7.js} +6 -6
- package/dist/components/{tttx-qrcode_1_8_6.d.ts → tttx-qrcode_1_8_7.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_8_6.js → tttx-qrcode_1_8_7.js} +5 -5
- package/dist/components/tttx-select-box.js +8 -8
- package/dist/components/tttx-select-box_1_8_7.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_8_6.js → tttx-select-box_1_8_7.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_8_7.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_8_6.js → tttx-sorter_1_8_7.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_8_7.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_8_6.js → tttx-standalone-input_1_8_7.js} +2 -2
- package/dist/components/{tttx-table_1_8_6.d.ts → tttx-table_1_8_7.d.ts} +4 -4
- package/dist/components/{tttx-table_1_8_6.js → tttx-table_1_8_7.js} +29 -7
- package/dist/components/{tttx-form_1_8_6.d.ts → tttx-tabs_1_8_7.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_8_6.js → tttx-tabs_1_8_7.js} +9 -9
- package/dist/components/{tttx-tag_1_8_6.d.ts → tttx-tag_1_8_7.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_8_6.js → tttx-tag_1_8_7.js} +5 -5
- package/dist/components/tttx-textarea_1_8_7.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_8_6.js → tttx-textarea_1_8_7.js} +6 -6
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-toolbar_1_8_6.d.ts → tttx-toolbar_1_8_7.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_8_6.js → tttx-toolbar_1_8_7.js} +2 -2
- package/dist/components/tttx-tree-view_1_8_7.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_8_6.js → tttx-tree-view_1_8_7.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_8_6.entry.js → tttx-button_1_8_7.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_8_6.entry.js → tttx-checkbox-group-caption_1_8_7.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_8_6.entry.js → tttx-checkbox-group-heading_1_8_7.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_8_6.entry.js → tttx-checkbox-group_1_8_7.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_8_6.entry.js → tttx-checkbox_1_8_7.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_8_6.entry.js → tttx-comments_1_8_7.entry.js} +2 -2
- package/dist/esm/tttx-data-pattern_1_8_7.entry.js +26 -0
- package/dist/esm/{tttx-datacard_1_8_6.entry.js → tttx-datacard_1_8_7.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_8_6.entry.js → tttx-dialog-box_1_8_7.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_8_6.entry.js → tttx-dialog_1_8_7.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_8_6.entry.js → tttx-expander_1_8_7.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_8_6_4.entry.js → tttx-filter_1_8_7_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_8_6.entry.js → tttx-form_1_8_7.entry.js} +2 -2
- package/dist/esm/{tttx-graph_1_8_6.entry.js → tttx-graph_1_8_7.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_8_6.entry.js → tttx-icon_1_8_7.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_8_6.entry.js → tttx-keyvalue-block_1_8_7.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_8_6.entry.js → tttx-loading-spinner_1_8_7.entry.js} +1 -1
- package/dist/esm/{tttx-multiselect-box_1_8_6.entry.js → tttx-multiselect-box_1_8_7.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_8_6.entry.js → tttx-percentage-bar_1_8_7.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_8_6.entry.js → tttx-qrcode_1_8_7.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_8_6.entry.js → tttx-select-box_1_8_7.entry.js} +4 -4
- package/dist/esm/tttx-standalone-input_1_8_7.entry.js +90 -0
- package/dist/esm/{tttx-table_1_8_6.entry.js → tttx-table_1_8_7.entry.js} +22 -2
- package/dist/esm/{tttx-tabs_1_8_6.entry.js → tttx-tabs_1_8_7.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_8_6.entry.js → tttx-tag_1_8_7.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_8_6.entry.js → tttx-textarea_1_8_7.entry.js} +2 -2
- package/dist/esm/{tttx-tree-view_1_8_6.entry.js → tttx-tree-view_1_8_7.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-0da9f04c.entry.js +1 -0
- 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-2d4c1e8a.entry.js +1 -1
- package/dist/tttx/p-533499ec.entry.js +1 -1
- package/dist/tttx/p-56c8c353.entry.js +1 -1
- package/dist/tttx/p-59c7b049.entry.js +1 -1
- package/dist/tttx/p-63ad6fb7.entry.js +1 -1
- package/dist/tttx/p-6b1c7a21.entry.js +1 -1
- package/dist/tttx/p-796f699a.entry.js +1 -1
- package/dist/tttx/p-884f37d3.entry.js +1 -1
- package/dist/tttx/p-8b0b95b7.entry.js +1 -1
- package/dist/tttx/p-9434561e.entry.js +1 -1
- package/dist/tttx/p-983d63ff.entry.js +1 -1
- package/dist/tttx/p-a01e679a.entry.js +1 -1
- package/dist/tttx/p-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-cfe412d0.entry.js +1 -0
- package/dist/tttx/p-d16f72a5.entry.js +1 -1
- package/dist/tttx/p-d6911407.entry.js +1 -1
- package/dist/tttx/p-ddad380e.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 +6 -0
- package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
- package/dist/types/components/organisms/tttx-data-pattern/tttx-data-pattern.d.ts +7 -3
- package/dist/types/components.d.ts +368 -357
- package/package.json +1 -1
- package/dist/cjs/tttx-data-pattern_1_8_6.cjs.entry.js +0 -23
- package/dist/cjs/tttx-standalone-input_1_8_6.cjs.entry.js +0 -94
- package/dist/components/tttx-checkbox-group-caption_1_8_6.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_8_6.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_8_6.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_8_6.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_8_6.js +0 -84
- package/dist/components/tttx-dialog-box_1_8_6.d.ts +0 -11
- package/dist/components/tttx-expander_1_8_6.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_8_6.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_8_6.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_8_6.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_8_6.d.ts +0 -11
- package/dist/components/tttx-select-box_1_8_6.d.ts +0 -11
- package/dist/components/tttx-sorter_1_8_6.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_8_6.d.ts +0 -11
- package/dist/components/tttx-textarea_1_8_6.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_8_6.d.ts +0 -11
- package/dist/esm/tttx-data-pattern_1_8_6.entry.js +0 -19
- package/dist/esm/tttx-standalone-input_1_8_6.entry.js +0 -90
- package/dist/tttx/p-33754ad8.entry.js +0 -1
- package/dist/tttx/p-ee358ce4.entry.js +0 -1
|
@@ -20,38 +20,42 @@ 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_7 {
|
|
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_7 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_8_7 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_8_7 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_8_7 {
|
|
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_7 {
|
|
44
44
|
"addDummyComment": (text: string, createdByFullName?: string) => Promise<void>;
|
|
45
45
|
"comments": string | Comment[];
|
|
46
46
|
"currentuser": string;
|
|
47
47
|
}
|
|
48
|
-
interface
|
|
48
|
+
interface TttxDataPattern_1_8_7 {
|
|
49
|
+
"addbutton": boolean;
|
|
50
|
+
"addbuttonlabel": string;
|
|
49
51
|
"data": string;
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
52
|
+
"defaultSortOption": string;
|
|
53
|
+
"filterHeader": string;
|
|
54
|
+
"filterOptions": string;
|
|
55
|
+
"searchplaceholder": string;
|
|
56
|
+
"sorterOptions": string;
|
|
53
57
|
}
|
|
54
|
-
interface
|
|
58
|
+
interface TttxDatacard_1_8_7 {
|
|
55
59
|
"cardTitle": string;
|
|
56
60
|
"cardType": string;
|
|
57
61
|
"chartConfig": string;
|
|
@@ -60,13 +64,13 @@ export namespace Components {
|
|
|
60
64
|
"rightData": string;
|
|
61
65
|
"rightSubtext": string;
|
|
62
66
|
}
|
|
63
|
-
interface
|
|
67
|
+
interface TttxDialogBox_1_8_7 {
|
|
64
68
|
"allowOverflow": boolean;
|
|
65
69
|
"data": string | DialogItems;
|
|
66
70
|
"open": boolean;
|
|
67
71
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
68
72
|
}
|
|
69
|
-
interface
|
|
73
|
+
interface TttxDialog_1_8_7 {
|
|
70
74
|
"allowOverflow": boolean;
|
|
71
75
|
"closeEnabled": boolean;
|
|
72
76
|
"header": string;
|
|
@@ -74,13 +78,13 @@ export namespace Components {
|
|
|
74
78
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
75
79
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
76
80
|
}
|
|
77
|
-
interface
|
|
81
|
+
interface TttxExpander_1_8_7 {
|
|
78
82
|
"lefticon"?: string;
|
|
79
83
|
"lefticoncolor"?: string;
|
|
80
84
|
"name": string;
|
|
81
85
|
"open": boolean;
|
|
82
86
|
}
|
|
83
|
-
interface
|
|
87
|
+
interface TttxFilter_1_8_7 {
|
|
84
88
|
"defaultFilterOptions": string[] | string;
|
|
85
89
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
86
90
|
"filterHeader": string;
|
|
@@ -91,7 +95,7 @@ export namespace Components {
|
|
|
91
95
|
"showSearchField": boolean;
|
|
92
96
|
"showSelectAll": boolean;
|
|
93
97
|
}
|
|
94
|
-
interface
|
|
98
|
+
interface TttxForm_1_8_7 {
|
|
95
99
|
/**
|
|
96
100
|
* Clear the validation message on a given form field
|
|
97
101
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -123,30 +127,30 @@ export namespace Components {
|
|
|
123
127
|
"setValidationFor": (fieldName: string, message: string) => Promise<void>;
|
|
124
128
|
"submit": () => Promise<void>;
|
|
125
129
|
}
|
|
126
|
-
interface
|
|
130
|
+
interface TttxGraph_1_8_7 {
|
|
127
131
|
"chartData": string;
|
|
128
132
|
"chartText": string;
|
|
129
133
|
"chartType": string;
|
|
130
134
|
}
|
|
131
|
-
interface
|
|
135
|
+
interface TttxIcon_1_8_7 {
|
|
132
136
|
"color": string;
|
|
133
137
|
"icon": string;
|
|
134
138
|
"size": number;
|
|
135
139
|
}
|
|
136
|
-
interface
|
|
140
|
+
interface TttxKeyvalueBlock_1_8_7 {
|
|
137
141
|
"horizontal": boolean;
|
|
138
142
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
139
143
|
"spacedout": boolean;
|
|
140
144
|
}
|
|
141
|
-
interface
|
|
145
|
+
interface TttxList_1_8_7 {
|
|
142
146
|
"data": string | ListItem[];
|
|
143
147
|
"name": string;
|
|
144
148
|
}
|
|
145
|
-
interface
|
|
149
|
+
interface TttxLoadingSpinner_1_8_7 {
|
|
146
150
|
"loadingMessage": boolean;
|
|
147
151
|
"size": 'small' | 'large';
|
|
148
152
|
}
|
|
149
|
-
interface
|
|
153
|
+
interface TttxMultiselectBox_1_8_7 {
|
|
150
154
|
"htmlVisibleValue": boolean;
|
|
151
155
|
"inline": boolean;
|
|
152
156
|
"label": string;
|
|
@@ -155,18 +159,18 @@ export namespace Components {
|
|
|
155
159
|
"searchEnabled": boolean;
|
|
156
160
|
"visibleValue": string;
|
|
157
161
|
}
|
|
158
|
-
interface
|
|
162
|
+
interface TttxPercentageBar_1_8_7 {
|
|
159
163
|
"color"?: string;
|
|
160
164
|
"labelid"?: string;
|
|
161
165
|
"min": string;
|
|
162
166
|
"percentage": string | number;
|
|
163
167
|
"thresholds"?: string | Threshold[];
|
|
164
168
|
}
|
|
165
|
-
interface
|
|
169
|
+
interface TttxQrcode_1_8_7 {
|
|
166
170
|
"link": string;
|
|
167
171
|
"size": number;
|
|
168
172
|
}
|
|
169
|
-
interface
|
|
173
|
+
interface TttxSelectBox_1_8_7 {
|
|
170
174
|
"errorMsg": string;
|
|
171
175
|
"inline": boolean;
|
|
172
176
|
"label": string;
|
|
@@ -179,13 +183,13 @@ export namespace Components {
|
|
|
179
183
|
"showErrorMsg": boolean;
|
|
180
184
|
"useExternalFiltering": boolean;
|
|
181
185
|
}
|
|
182
|
-
interface
|
|
186
|
+
interface TttxSorter_1_8_7 {
|
|
183
187
|
"defaultOption": string;
|
|
184
188
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
185
189
|
"fieldOptionsData": string | SorterData;
|
|
186
190
|
"sorterKey": string;
|
|
187
191
|
}
|
|
188
|
-
interface
|
|
192
|
+
interface TttxStandaloneInput_1_8_7 {
|
|
189
193
|
"autocomplete": 'off' | 'on';
|
|
190
194
|
"checked": boolean;
|
|
191
195
|
"disabled": boolean;
|
|
@@ -201,8 +205,8 @@ export namespace Components {
|
|
|
201
205
|
"inputiconcolor": string;
|
|
202
206
|
/**
|
|
203
207
|
* tabindex - Allows the HTML elements to be focusable
|
|
204
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
205
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
208
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_8_7 input-index="1" />
|
|
209
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_8_7 inputindex={1} />
|
|
206
210
|
*/
|
|
207
211
|
"inputindex": string | number;
|
|
208
212
|
/**
|
|
@@ -230,31 +234,32 @@ export namespace Components {
|
|
|
230
234
|
"type": string;
|
|
231
235
|
"value": string | number;
|
|
232
236
|
}
|
|
233
|
-
interface
|
|
237
|
+
interface TttxTable_1_8_7 {
|
|
234
238
|
"data": any;
|
|
239
|
+
"draggableHeaders": boolean;
|
|
235
240
|
"headers": TableHeader[];
|
|
236
241
|
"loading": boolean;
|
|
237
242
|
"selectable": boolean;
|
|
238
243
|
"selected": number;
|
|
239
244
|
}
|
|
240
|
-
interface
|
|
245
|
+
interface TttxTabs_1_8_7 {
|
|
241
246
|
"navigation": boolean;
|
|
242
247
|
"tabs": string | Tab[];
|
|
243
248
|
"tabsName": string;
|
|
244
249
|
"wide": boolean;
|
|
245
250
|
}
|
|
246
|
-
interface
|
|
251
|
+
interface TttxTag_1_8_7 {
|
|
247
252
|
"color": string;
|
|
248
253
|
"text": string;
|
|
249
254
|
"textColor": string;
|
|
250
255
|
}
|
|
251
|
-
interface
|
|
256
|
+
interface TttxTextarea_1_8_7 {
|
|
252
257
|
"disabled": boolean;
|
|
253
258
|
"errormsg": string;
|
|
254
259
|
/**
|
|
255
260
|
* tabindex - Allows the HTML elements to be focusable
|
|
256
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
257
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
261
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_8_7 input-index="1" />
|
|
262
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_8_7 inputindex={1} />
|
|
258
263
|
*/
|
|
259
264
|
"inputindex": string | number;
|
|
260
265
|
/**
|
|
@@ -278,327 +283,331 @@ export namespace Components {
|
|
|
278
283
|
"textareaautofocus": boolean;
|
|
279
284
|
"value": string | number;
|
|
280
285
|
}
|
|
281
|
-
interface
|
|
286
|
+
interface TttxToolbar_1_8_7 {
|
|
282
287
|
"border": boolean;
|
|
283
288
|
}
|
|
284
|
-
interface
|
|
289
|
+
interface TttxTreeView_1_8_7 {
|
|
285
290
|
"data": TreeViewItem[];
|
|
286
291
|
}
|
|
287
292
|
}
|
|
288
|
-
export interface
|
|
293
|
+
export interface TttxCheckbox_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
289
294
|
detail: T;
|
|
290
|
-
target:
|
|
295
|
+
target: HTMLTttxCheckbox_1_8_7Element;
|
|
291
296
|
}
|
|
292
|
-
export interface
|
|
297
|
+
export interface TttxComments_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
293
298
|
detail: T;
|
|
294
|
-
target:
|
|
299
|
+
target: HTMLTttxComments_1_8_7Element;
|
|
295
300
|
}
|
|
296
|
-
export interface
|
|
301
|
+
export interface TttxDialogBox_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
297
302
|
detail: T;
|
|
298
|
-
target:
|
|
303
|
+
target: HTMLTttxDialogBox_1_8_7Element;
|
|
299
304
|
}
|
|
300
|
-
export interface
|
|
305
|
+
export interface TttxDialog_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
301
306
|
detail: T;
|
|
302
|
-
target:
|
|
307
|
+
target: HTMLTttxDialog_1_8_7Element;
|
|
303
308
|
}
|
|
304
|
-
export interface
|
|
309
|
+
export interface TttxExpander_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
305
310
|
detail: T;
|
|
306
|
-
target:
|
|
311
|
+
target: HTMLTttxExpander_1_8_7Element;
|
|
307
312
|
}
|
|
308
|
-
export interface
|
|
313
|
+
export interface TttxFilter_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
309
314
|
detail: T;
|
|
310
|
-
target:
|
|
315
|
+
target: HTMLTttxFilter_1_8_7Element;
|
|
311
316
|
}
|
|
312
|
-
export interface
|
|
317
|
+
export interface TttxForm_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
313
318
|
detail: T;
|
|
314
|
-
target:
|
|
319
|
+
target: HTMLTttxForm_1_8_7Element;
|
|
315
320
|
}
|
|
316
|
-
export interface
|
|
321
|
+
export interface TttxList_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
317
322
|
detail: T;
|
|
318
|
-
target:
|
|
323
|
+
target: HTMLTttxList_1_8_7Element;
|
|
319
324
|
}
|
|
320
|
-
export interface
|
|
325
|
+
export interface TttxMultiselectBox_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
321
326
|
detail: T;
|
|
322
|
-
target:
|
|
327
|
+
target: HTMLTttxMultiselectBox_1_8_7Element;
|
|
323
328
|
}
|
|
324
|
-
export interface
|
|
329
|
+
export interface TttxSelectBox_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
325
330
|
detail: T;
|
|
326
|
-
target:
|
|
331
|
+
target: HTMLTttxSelectBox_1_8_7Element;
|
|
327
332
|
}
|
|
328
|
-
export interface
|
|
333
|
+
export interface TttxSorter_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
329
334
|
detail: T;
|
|
330
|
-
target:
|
|
335
|
+
target: HTMLTttxSorter_1_8_7Element;
|
|
331
336
|
}
|
|
332
|
-
export interface
|
|
337
|
+
export interface TttxStandaloneInput_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
333
338
|
detail: T;
|
|
334
|
-
target:
|
|
339
|
+
target: HTMLTttxStandaloneInput_1_8_7Element;
|
|
335
340
|
}
|
|
336
|
-
export interface
|
|
341
|
+
export interface TttxTable_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
337
342
|
detail: T;
|
|
338
|
-
target:
|
|
343
|
+
target: HTMLTttxTable_1_8_7Element;
|
|
339
344
|
}
|
|
340
|
-
export interface
|
|
345
|
+
export interface TttxTabs_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
341
346
|
detail: T;
|
|
342
|
-
target:
|
|
347
|
+
target: HTMLTttxTabs_1_8_7Element;
|
|
343
348
|
}
|
|
344
|
-
export interface
|
|
349
|
+
export interface TttxTextarea_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
345
350
|
detail: T;
|
|
346
|
-
target:
|
|
351
|
+
target: HTMLTttxTextarea_1_8_7Element;
|
|
347
352
|
}
|
|
348
|
-
export interface
|
|
353
|
+
export interface TttxTreeView_1_8_7CustomEvent<T> extends CustomEvent<T> {
|
|
349
354
|
detail: T;
|
|
350
|
-
target:
|
|
355
|
+
target: HTMLTttxTreeView_1_8_7Element;
|
|
351
356
|
}
|
|
352
357
|
declare global {
|
|
353
|
-
interface
|
|
358
|
+
interface HTMLTttxButton_1_8_7Element extends Components.TttxButton_1_8_7, HTMLStencilElement {
|
|
354
359
|
}
|
|
355
|
-
var
|
|
356
|
-
prototype:
|
|
357
|
-
new ():
|
|
360
|
+
var HTMLTttxButton_1_8_7Element: {
|
|
361
|
+
prototype: HTMLTttxButton_1_8_7Element;
|
|
362
|
+
new (): HTMLTttxButton_1_8_7Element;
|
|
358
363
|
};
|
|
359
|
-
interface
|
|
364
|
+
interface HTMLTttxCheckboxGroupCaption_1_8_7Element extends Components.TttxCheckboxGroupCaption_1_8_7, HTMLStencilElement {
|
|
360
365
|
}
|
|
361
|
-
var
|
|
362
|
-
prototype:
|
|
363
|
-
new ():
|
|
366
|
+
var HTMLTttxCheckboxGroupCaption_1_8_7Element: {
|
|
367
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_8_7Element;
|
|
368
|
+
new (): HTMLTttxCheckboxGroupCaption_1_8_7Element;
|
|
364
369
|
};
|
|
365
|
-
interface
|
|
370
|
+
interface HTMLTttxCheckboxGroupHeading_1_8_7Element extends Components.TttxCheckboxGroupHeading_1_8_7, HTMLStencilElement {
|
|
366
371
|
}
|
|
367
|
-
var
|
|
368
|
-
prototype:
|
|
369
|
-
new ():
|
|
372
|
+
var HTMLTttxCheckboxGroupHeading_1_8_7Element: {
|
|
373
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_8_7Element;
|
|
374
|
+
new (): HTMLTttxCheckboxGroupHeading_1_8_7Element;
|
|
370
375
|
};
|
|
371
|
-
interface
|
|
376
|
+
interface HTMLTttxCheckboxGroup_1_8_7Element extends Components.TttxCheckboxGroup_1_8_7, HTMLStencilElement {
|
|
372
377
|
}
|
|
373
|
-
var
|
|
374
|
-
prototype:
|
|
375
|
-
new ():
|
|
378
|
+
var HTMLTttxCheckboxGroup_1_8_7Element: {
|
|
379
|
+
prototype: HTMLTttxCheckboxGroup_1_8_7Element;
|
|
380
|
+
new (): HTMLTttxCheckboxGroup_1_8_7Element;
|
|
376
381
|
};
|
|
377
|
-
interface
|
|
382
|
+
interface HTMLTttxCheckbox_1_8_7Element extends Components.TttxCheckbox_1_8_7, HTMLStencilElement {
|
|
378
383
|
}
|
|
379
|
-
var
|
|
380
|
-
prototype:
|
|
381
|
-
new ():
|
|
384
|
+
var HTMLTttxCheckbox_1_8_7Element: {
|
|
385
|
+
prototype: HTMLTttxCheckbox_1_8_7Element;
|
|
386
|
+
new (): HTMLTttxCheckbox_1_8_7Element;
|
|
382
387
|
};
|
|
383
|
-
interface
|
|
388
|
+
interface HTMLTttxComments_1_8_7Element extends Components.TttxComments_1_8_7, HTMLStencilElement {
|
|
384
389
|
}
|
|
385
|
-
var
|
|
386
|
-
prototype:
|
|
387
|
-
new ():
|
|
390
|
+
var HTMLTttxComments_1_8_7Element: {
|
|
391
|
+
prototype: HTMLTttxComments_1_8_7Element;
|
|
392
|
+
new (): HTMLTttxComments_1_8_7Element;
|
|
388
393
|
};
|
|
389
|
-
interface
|
|
394
|
+
interface HTMLTttxDataPattern_1_8_7Element extends Components.TttxDataPattern_1_8_7, HTMLStencilElement {
|
|
390
395
|
}
|
|
391
|
-
var
|
|
392
|
-
prototype:
|
|
393
|
-
new ():
|
|
396
|
+
var HTMLTttxDataPattern_1_8_7Element: {
|
|
397
|
+
prototype: HTMLTttxDataPattern_1_8_7Element;
|
|
398
|
+
new (): HTMLTttxDataPattern_1_8_7Element;
|
|
394
399
|
};
|
|
395
|
-
interface
|
|
400
|
+
interface HTMLTttxDatacard_1_8_7Element extends Components.TttxDatacard_1_8_7, HTMLStencilElement {
|
|
396
401
|
}
|
|
397
|
-
var
|
|
398
|
-
prototype:
|
|
399
|
-
new ():
|
|
402
|
+
var HTMLTttxDatacard_1_8_7Element: {
|
|
403
|
+
prototype: HTMLTttxDatacard_1_8_7Element;
|
|
404
|
+
new (): HTMLTttxDatacard_1_8_7Element;
|
|
400
405
|
};
|
|
401
|
-
interface
|
|
406
|
+
interface HTMLTttxDialogBox_1_8_7Element extends Components.TttxDialogBox_1_8_7, HTMLStencilElement {
|
|
402
407
|
}
|
|
403
|
-
var
|
|
404
|
-
prototype:
|
|
405
|
-
new ():
|
|
408
|
+
var HTMLTttxDialogBox_1_8_7Element: {
|
|
409
|
+
prototype: HTMLTttxDialogBox_1_8_7Element;
|
|
410
|
+
new (): HTMLTttxDialogBox_1_8_7Element;
|
|
406
411
|
};
|
|
407
|
-
interface
|
|
412
|
+
interface HTMLTttxDialog_1_8_7Element extends Components.TttxDialog_1_8_7, HTMLStencilElement {
|
|
408
413
|
}
|
|
409
|
-
var
|
|
410
|
-
prototype:
|
|
411
|
-
new ():
|
|
414
|
+
var HTMLTttxDialog_1_8_7Element: {
|
|
415
|
+
prototype: HTMLTttxDialog_1_8_7Element;
|
|
416
|
+
new (): HTMLTttxDialog_1_8_7Element;
|
|
412
417
|
};
|
|
413
|
-
interface
|
|
418
|
+
interface HTMLTttxExpander_1_8_7Element extends Components.TttxExpander_1_8_7, HTMLStencilElement {
|
|
414
419
|
}
|
|
415
|
-
var
|
|
416
|
-
prototype:
|
|
417
|
-
new ():
|
|
420
|
+
var HTMLTttxExpander_1_8_7Element: {
|
|
421
|
+
prototype: HTMLTttxExpander_1_8_7Element;
|
|
422
|
+
new (): HTMLTttxExpander_1_8_7Element;
|
|
418
423
|
};
|
|
419
|
-
interface
|
|
424
|
+
interface HTMLTttxFilter_1_8_7Element extends Components.TttxFilter_1_8_7, HTMLStencilElement {
|
|
420
425
|
}
|
|
421
|
-
var
|
|
422
|
-
prototype:
|
|
423
|
-
new ():
|
|
426
|
+
var HTMLTttxFilter_1_8_7Element: {
|
|
427
|
+
prototype: HTMLTttxFilter_1_8_7Element;
|
|
428
|
+
new (): HTMLTttxFilter_1_8_7Element;
|
|
424
429
|
};
|
|
425
|
-
interface
|
|
430
|
+
interface HTMLTttxForm_1_8_7Element extends Components.TttxForm_1_8_7, HTMLStencilElement {
|
|
426
431
|
}
|
|
427
|
-
var
|
|
428
|
-
prototype:
|
|
429
|
-
new ():
|
|
432
|
+
var HTMLTttxForm_1_8_7Element: {
|
|
433
|
+
prototype: HTMLTttxForm_1_8_7Element;
|
|
434
|
+
new (): HTMLTttxForm_1_8_7Element;
|
|
430
435
|
};
|
|
431
|
-
interface
|
|
436
|
+
interface HTMLTttxGraph_1_8_7Element extends Components.TttxGraph_1_8_7, HTMLStencilElement {
|
|
432
437
|
}
|
|
433
|
-
var
|
|
434
|
-
prototype:
|
|
435
|
-
new ():
|
|
438
|
+
var HTMLTttxGraph_1_8_7Element: {
|
|
439
|
+
prototype: HTMLTttxGraph_1_8_7Element;
|
|
440
|
+
new (): HTMLTttxGraph_1_8_7Element;
|
|
436
441
|
};
|
|
437
|
-
interface
|
|
442
|
+
interface HTMLTttxIcon_1_8_7Element extends Components.TttxIcon_1_8_7, HTMLStencilElement {
|
|
438
443
|
}
|
|
439
|
-
var
|
|
440
|
-
prototype:
|
|
441
|
-
new ():
|
|
444
|
+
var HTMLTttxIcon_1_8_7Element: {
|
|
445
|
+
prototype: HTMLTttxIcon_1_8_7Element;
|
|
446
|
+
new (): HTMLTttxIcon_1_8_7Element;
|
|
442
447
|
};
|
|
443
|
-
interface
|
|
448
|
+
interface HTMLTttxKeyvalueBlock_1_8_7Element extends Components.TttxKeyvalueBlock_1_8_7, HTMLStencilElement {
|
|
444
449
|
}
|
|
445
|
-
var
|
|
446
|
-
prototype:
|
|
447
|
-
new ():
|
|
450
|
+
var HTMLTttxKeyvalueBlock_1_8_7Element: {
|
|
451
|
+
prototype: HTMLTttxKeyvalueBlock_1_8_7Element;
|
|
452
|
+
new (): HTMLTttxKeyvalueBlock_1_8_7Element;
|
|
448
453
|
};
|
|
449
|
-
interface
|
|
454
|
+
interface HTMLTttxList_1_8_7Element extends Components.TttxList_1_8_7, HTMLStencilElement {
|
|
450
455
|
}
|
|
451
|
-
var
|
|
452
|
-
prototype:
|
|
453
|
-
new ():
|
|
456
|
+
var HTMLTttxList_1_8_7Element: {
|
|
457
|
+
prototype: HTMLTttxList_1_8_7Element;
|
|
458
|
+
new (): HTMLTttxList_1_8_7Element;
|
|
454
459
|
};
|
|
455
|
-
interface
|
|
460
|
+
interface HTMLTttxLoadingSpinner_1_8_7Element extends Components.TttxLoadingSpinner_1_8_7, HTMLStencilElement {
|
|
456
461
|
}
|
|
457
|
-
var
|
|
458
|
-
prototype:
|
|
459
|
-
new ():
|
|
462
|
+
var HTMLTttxLoadingSpinner_1_8_7Element: {
|
|
463
|
+
prototype: HTMLTttxLoadingSpinner_1_8_7Element;
|
|
464
|
+
new (): HTMLTttxLoadingSpinner_1_8_7Element;
|
|
460
465
|
};
|
|
461
|
-
interface
|
|
466
|
+
interface HTMLTttxMultiselectBox_1_8_7Element extends Components.TttxMultiselectBox_1_8_7, HTMLStencilElement {
|
|
462
467
|
}
|
|
463
|
-
var
|
|
464
|
-
prototype:
|
|
465
|
-
new ():
|
|
468
|
+
var HTMLTttxMultiselectBox_1_8_7Element: {
|
|
469
|
+
prototype: HTMLTttxMultiselectBox_1_8_7Element;
|
|
470
|
+
new (): HTMLTttxMultiselectBox_1_8_7Element;
|
|
466
471
|
};
|
|
467
|
-
interface
|
|
472
|
+
interface HTMLTttxPercentageBar_1_8_7Element extends Components.TttxPercentageBar_1_8_7, HTMLStencilElement {
|
|
468
473
|
}
|
|
469
|
-
var
|
|
470
|
-
prototype:
|
|
471
|
-
new ():
|
|
474
|
+
var HTMLTttxPercentageBar_1_8_7Element: {
|
|
475
|
+
prototype: HTMLTttxPercentageBar_1_8_7Element;
|
|
476
|
+
new (): HTMLTttxPercentageBar_1_8_7Element;
|
|
472
477
|
};
|
|
473
|
-
interface
|
|
478
|
+
interface HTMLTttxQrcode_1_8_7Element extends Components.TttxQrcode_1_8_7, HTMLStencilElement {
|
|
474
479
|
}
|
|
475
|
-
var
|
|
476
|
-
prototype:
|
|
477
|
-
new ():
|
|
480
|
+
var HTMLTttxQrcode_1_8_7Element: {
|
|
481
|
+
prototype: HTMLTttxQrcode_1_8_7Element;
|
|
482
|
+
new (): HTMLTttxQrcode_1_8_7Element;
|
|
478
483
|
};
|
|
479
|
-
interface
|
|
484
|
+
interface HTMLTttxSelectBox_1_8_7Element extends Components.TttxSelectBox_1_8_7, HTMLStencilElement {
|
|
480
485
|
}
|
|
481
|
-
var
|
|
482
|
-
prototype:
|
|
483
|
-
new ():
|
|
486
|
+
var HTMLTttxSelectBox_1_8_7Element: {
|
|
487
|
+
prototype: HTMLTttxSelectBox_1_8_7Element;
|
|
488
|
+
new (): HTMLTttxSelectBox_1_8_7Element;
|
|
484
489
|
};
|
|
485
|
-
interface
|
|
490
|
+
interface HTMLTttxSorter_1_8_7Element extends Components.TttxSorter_1_8_7, HTMLStencilElement {
|
|
486
491
|
}
|
|
487
|
-
var
|
|
488
|
-
prototype:
|
|
489
|
-
new ():
|
|
492
|
+
var HTMLTttxSorter_1_8_7Element: {
|
|
493
|
+
prototype: HTMLTttxSorter_1_8_7Element;
|
|
494
|
+
new (): HTMLTttxSorter_1_8_7Element;
|
|
490
495
|
};
|
|
491
|
-
interface
|
|
496
|
+
interface HTMLTttxStandaloneInput_1_8_7Element extends Components.TttxStandaloneInput_1_8_7, HTMLStencilElement {
|
|
492
497
|
}
|
|
493
|
-
var
|
|
494
|
-
prototype:
|
|
495
|
-
new ():
|
|
498
|
+
var HTMLTttxStandaloneInput_1_8_7Element: {
|
|
499
|
+
prototype: HTMLTttxStandaloneInput_1_8_7Element;
|
|
500
|
+
new (): HTMLTttxStandaloneInput_1_8_7Element;
|
|
496
501
|
};
|
|
497
|
-
interface
|
|
502
|
+
interface HTMLTttxTable_1_8_7Element extends Components.TttxTable_1_8_7, HTMLStencilElement {
|
|
498
503
|
}
|
|
499
|
-
var
|
|
500
|
-
prototype:
|
|
501
|
-
new ():
|
|
504
|
+
var HTMLTttxTable_1_8_7Element: {
|
|
505
|
+
prototype: HTMLTttxTable_1_8_7Element;
|
|
506
|
+
new (): HTMLTttxTable_1_8_7Element;
|
|
502
507
|
};
|
|
503
|
-
interface
|
|
508
|
+
interface HTMLTttxTabs_1_8_7Element extends Components.TttxTabs_1_8_7, HTMLStencilElement {
|
|
504
509
|
}
|
|
505
|
-
var
|
|
506
|
-
prototype:
|
|
507
|
-
new ():
|
|
510
|
+
var HTMLTttxTabs_1_8_7Element: {
|
|
511
|
+
prototype: HTMLTttxTabs_1_8_7Element;
|
|
512
|
+
new (): HTMLTttxTabs_1_8_7Element;
|
|
508
513
|
};
|
|
509
|
-
interface
|
|
514
|
+
interface HTMLTttxTag_1_8_7Element extends Components.TttxTag_1_8_7, HTMLStencilElement {
|
|
510
515
|
}
|
|
511
|
-
var
|
|
512
|
-
prototype:
|
|
513
|
-
new ():
|
|
516
|
+
var HTMLTttxTag_1_8_7Element: {
|
|
517
|
+
prototype: HTMLTttxTag_1_8_7Element;
|
|
518
|
+
new (): HTMLTttxTag_1_8_7Element;
|
|
514
519
|
};
|
|
515
|
-
interface
|
|
520
|
+
interface HTMLTttxTextarea_1_8_7Element extends Components.TttxTextarea_1_8_7, HTMLStencilElement {
|
|
516
521
|
}
|
|
517
|
-
var
|
|
518
|
-
prototype:
|
|
519
|
-
new ():
|
|
522
|
+
var HTMLTttxTextarea_1_8_7Element: {
|
|
523
|
+
prototype: HTMLTttxTextarea_1_8_7Element;
|
|
524
|
+
new (): HTMLTttxTextarea_1_8_7Element;
|
|
520
525
|
};
|
|
521
|
-
interface
|
|
526
|
+
interface HTMLTttxToolbar_1_8_7Element extends Components.TttxToolbar_1_8_7, HTMLStencilElement {
|
|
522
527
|
}
|
|
523
|
-
var
|
|
524
|
-
prototype:
|
|
525
|
-
new ():
|
|
528
|
+
var HTMLTttxToolbar_1_8_7Element: {
|
|
529
|
+
prototype: HTMLTttxToolbar_1_8_7Element;
|
|
530
|
+
new (): HTMLTttxToolbar_1_8_7Element;
|
|
526
531
|
};
|
|
527
|
-
interface
|
|
532
|
+
interface HTMLTttxTreeView_1_8_7Element extends Components.TttxTreeView_1_8_7, HTMLStencilElement {
|
|
528
533
|
}
|
|
529
|
-
var
|
|
530
|
-
prototype:
|
|
531
|
-
new ():
|
|
534
|
+
var HTMLTttxTreeView_1_8_7Element: {
|
|
535
|
+
prototype: HTMLTttxTreeView_1_8_7Element;
|
|
536
|
+
new (): HTMLTttxTreeView_1_8_7Element;
|
|
532
537
|
};
|
|
533
538
|
interface HTMLElementTagNameMap {
|
|
534
|
-
"tttx-
|
|
535
|
-
"tttx-checkbox-group-
|
|
536
|
-
"tttx-checkbox-group-
|
|
537
|
-
"tttx-checkbox-
|
|
538
|
-
"tttx-
|
|
539
|
-
"tttx-
|
|
540
|
-
"tttx-data-
|
|
541
|
-
"tttx-
|
|
542
|
-
"tttx-dialog-
|
|
543
|
-
"tttx-
|
|
544
|
-
"tttx-
|
|
545
|
-
"tttx-
|
|
546
|
-
"tttx-
|
|
547
|
-
"tttx-
|
|
548
|
-
"tttx-
|
|
549
|
-
"tttx-keyvalue-
|
|
550
|
-
"tttx-
|
|
551
|
-
"tttx-loading-
|
|
552
|
-
"tttx-multiselect-
|
|
553
|
-
"tttx-percentage-
|
|
554
|
-
"tttx-
|
|
555
|
-
"tttx-select-
|
|
556
|
-
"tttx-
|
|
557
|
-
"tttx-standalone-
|
|
558
|
-
"tttx-
|
|
559
|
-
"tttx-
|
|
560
|
-
"tttx-
|
|
561
|
-
"tttx-
|
|
562
|
-
"tttx-
|
|
563
|
-
"tttx-tree-
|
|
539
|
+
"tttx-button_1_8_7": HTMLTttxButton_1_8_7Element;
|
|
540
|
+
"tttx-checkbox-group-caption_1_8_7": HTMLTttxCheckboxGroupCaption_1_8_7Element;
|
|
541
|
+
"tttx-checkbox-group-heading_1_8_7": HTMLTttxCheckboxGroupHeading_1_8_7Element;
|
|
542
|
+
"tttx-checkbox-group_1_8_7": HTMLTttxCheckboxGroup_1_8_7Element;
|
|
543
|
+
"tttx-checkbox_1_8_7": HTMLTttxCheckbox_1_8_7Element;
|
|
544
|
+
"tttx-comments_1_8_7": HTMLTttxComments_1_8_7Element;
|
|
545
|
+
"tttx-data-pattern_1_8_7": HTMLTttxDataPattern_1_8_7Element;
|
|
546
|
+
"tttx-datacard_1_8_7": HTMLTttxDatacard_1_8_7Element;
|
|
547
|
+
"tttx-dialog-box_1_8_7": HTMLTttxDialogBox_1_8_7Element;
|
|
548
|
+
"tttx-dialog_1_8_7": HTMLTttxDialog_1_8_7Element;
|
|
549
|
+
"tttx-expander_1_8_7": HTMLTttxExpander_1_8_7Element;
|
|
550
|
+
"tttx-filter_1_8_7": HTMLTttxFilter_1_8_7Element;
|
|
551
|
+
"tttx-form_1_8_7": HTMLTttxForm_1_8_7Element;
|
|
552
|
+
"tttx-graph_1_8_7": HTMLTttxGraph_1_8_7Element;
|
|
553
|
+
"tttx-icon_1_8_7": HTMLTttxIcon_1_8_7Element;
|
|
554
|
+
"tttx-keyvalue-block_1_8_7": HTMLTttxKeyvalueBlock_1_8_7Element;
|
|
555
|
+
"tttx-list_1_8_7": HTMLTttxList_1_8_7Element;
|
|
556
|
+
"tttx-loading-spinner_1_8_7": HTMLTttxLoadingSpinner_1_8_7Element;
|
|
557
|
+
"tttx-multiselect-box_1_8_7": HTMLTttxMultiselectBox_1_8_7Element;
|
|
558
|
+
"tttx-percentage-bar_1_8_7": HTMLTttxPercentageBar_1_8_7Element;
|
|
559
|
+
"tttx-qrcode_1_8_7": HTMLTttxQrcode_1_8_7Element;
|
|
560
|
+
"tttx-select-box_1_8_7": HTMLTttxSelectBox_1_8_7Element;
|
|
561
|
+
"tttx-sorter_1_8_7": HTMLTttxSorter_1_8_7Element;
|
|
562
|
+
"tttx-standalone-input_1_8_7": HTMLTttxStandaloneInput_1_8_7Element;
|
|
563
|
+
"tttx-table_1_8_7": HTMLTttxTable_1_8_7Element;
|
|
564
|
+
"tttx-tabs_1_8_7": HTMLTttxTabs_1_8_7Element;
|
|
565
|
+
"tttx-tag_1_8_7": HTMLTttxTag_1_8_7Element;
|
|
566
|
+
"tttx-textarea_1_8_7": HTMLTttxTextarea_1_8_7Element;
|
|
567
|
+
"tttx-toolbar_1_8_7": HTMLTttxToolbar_1_8_7Element;
|
|
568
|
+
"tttx-tree-view_1_8_7": HTMLTttxTreeView_1_8_7Element;
|
|
564
569
|
}
|
|
565
570
|
}
|
|
566
571
|
declare namespace LocalJSX {
|
|
567
|
-
interface
|
|
572
|
+
interface TttxButton_1_8_7 {
|
|
568
573
|
"design"?: string;
|
|
569
574
|
"icon"?: string;
|
|
570
575
|
"iconcolor"?: string;
|
|
571
576
|
"iconposition"?: 'left' | 'right';
|
|
572
577
|
"notext"?: boolean;
|
|
573
578
|
}
|
|
574
|
-
interface
|
|
579
|
+
interface TttxCheckboxGroupCaption_1_8_7 {
|
|
575
580
|
}
|
|
576
|
-
interface
|
|
581
|
+
interface TttxCheckboxGroupHeading_1_8_7 {
|
|
577
582
|
}
|
|
578
|
-
interface
|
|
583
|
+
interface TttxCheckboxGroup_1_8_7 {
|
|
579
584
|
}
|
|
580
|
-
interface
|
|
585
|
+
interface TttxCheckbox_1_8_7 {
|
|
581
586
|
"checkboxId"?: string;
|
|
582
587
|
"checked"?: boolean;
|
|
583
588
|
"indeterminate"?: boolean;
|
|
584
589
|
"inline"?: boolean;
|
|
585
590
|
"label"?: string;
|
|
586
|
-
"onCheckboxChangeEvent"?: (event:
|
|
591
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_8_7CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
587
592
|
}
|
|
588
|
-
interface
|
|
593
|
+
interface TttxComments_1_8_7 {
|
|
589
594
|
"comments"?: string | Comment[];
|
|
590
595
|
"currentuser"?: string;
|
|
591
|
-
"onCommentAdded"?: (event:
|
|
592
|
-
"onRequestFileDownload"?: (event:
|
|
593
|
-
"onRequestFileUpload"?: (event:
|
|
596
|
+
"onCommentAdded"?: (event: TttxComments_1_8_7CustomEvent<Comment>) => void;
|
|
597
|
+
"onRequestFileDownload"?: (event: TttxComments_1_8_7CustomEvent<string>) => void;
|
|
598
|
+
"onRequestFileUpload"?: (event: TttxComments_1_8_7CustomEvent<void>) => void;
|
|
594
599
|
}
|
|
595
|
-
interface
|
|
600
|
+
interface TttxDataPattern_1_8_7 {
|
|
601
|
+
"addbutton"?: boolean;
|
|
602
|
+
"addbuttonlabel"?: string;
|
|
596
603
|
"data"?: string;
|
|
597
|
-
"
|
|
598
|
-
"
|
|
599
|
-
"
|
|
604
|
+
"defaultSortOption"?: string;
|
|
605
|
+
"filterHeader"?: string;
|
|
606
|
+
"filterOptions"?: string;
|
|
607
|
+
"searchplaceholder"?: string;
|
|
608
|
+
"sorterOptions"?: string;
|
|
600
609
|
}
|
|
601
|
-
interface
|
|
610
|
+
interface TttxDatacard_1_8_7 {
|
|
602
611
|
"cardTitle"?: string;
|
|
603
612
|
"cardType"?: string;
|
|
604
613
|
"chartConfig"?: string;
|
|
@@ -607,104 +616,104 @@ declare namespace LocalJSX {
|
|
|
607
616
|
"rightData"?: string;
|
|
608
617
|
"rightSubtext"?: string;
|
|
609
618
|
}
|
|
610
|
-
interface
|
|
619
|
+
interface TttxDialogBox_1_8_7 {
|
|
611
620
|
"allowOverflow"?: boolean;
|
|
612
621
|
"data"?: string | DialogItems;
|
|
613
|
-
"onButtonClick"?: (event:
|
|
614
|
-
"onCloseButtonClick"?: (event:
|
|
622
|
+
"onButtonClick"?: (event: TttxDialogBox_1_8_7CustomEvent<any>) => void;
|
|
623
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_8_7CustomEvent<any>) => void;
|
|
615
624
|
"open"?: boolean;
|
|
616
625
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
617
626
|
}
|
|
618
|
-
interface
|
|
627
|
+
interface TttxDialog_1_8_7 {
|
|
619
628
|
"allowOverflow"?: boolean;
|
|
620
629
|
"closeEnabled"?: boolean;
|
|
621
630
|
"header"?: string;
|
|
622
|
-
"onCloseButtonClick"?: (event:
|
|
631
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_8_7CustomEvent<any>) => void;
|
|
623
632
|
"open"?: boolean;
|
|
624
633
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
625
634
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
626
635
|
}
|
|
627
|
-
interface
|
|
636
|
+
interface TttxExpander_1_8_7 {
|
|
628
637
|
"lefticon"?: string;
|
|
629
638
|
"lefticoncolor"?: string;
|
|
630
639
|
"name"?: string;
|
|
631
|
-
"onToggleExpander"?: (event:
|
|
640
|
+
"onToggleExpander"?: (event: TttxExpander_1_8_7CustomEvent<{ open: boolean; name: string }>) => void;
|
|
632
641
|
"open"?: boolean;
|
|
633
642
|
}
|
|
634
|
-
interface
|
|
643
|
+
interface TttxFilter_1_8_7 {
|
|
635
644
|
"defaultFilterOptions"?: string[] | string;
|
|
636
645
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
637
646
|
"filterHeader"?: string;
|
|
638
647
|
"filterKey"?: string;
|
|
639
648
|
"filterOptions"?: string | FilterSettings[];
|
|
640
|
-
"onFilterChangeEvent"?: (event:
|
|
641
|
-
"onToggleFilter"?: (event:
|
|
649
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_8_7CustomEvent<FilterChangeEvent>) => void;
|
|
650
|
+
"onToggleFilter"?: (event: TttxFilter_1_8_7CustomEvent<boolean>) => void;
|
|
642
651
|
"popoverWidth"?: string;
|
|
643
652
|
"showOptionIcons"?: boolean;
|
|
644
653
|
"showSearchField"?: boolean;
|
|
645
654
|
"showSelectAll"?: boolean;
|
|
646
655
|
}
|
|
647
|
-
interface
|
|
656
|
+
interface TttxForm_1_8_7 {
|
|
648
657
|
"data"?: any;
|
|
649
658
|
"formschema"?: Record<string, any> | string;
|
|
650
|
-
"onDataChanged"?: (event:
|
|
651
|
-
"onDataSubmitted"?: (event:
|
|
659
|
+
"onDataChanged"?: (event: TttxForm_1_8_7CustomEvent<{ name: string; value: string }>) => void;
|
|
660
|
+
"onDataSubmitted"?: (event: TttxForm_1_8_7CustomEvent<FormData>) => void;
|
|
652
661
|
}
|
|
653
|
-
interface
|
|
662
|
+
interface TttxGraph_1_8_7 {
|
|
654
663
|
"chartData"?: string;
|
|
655
664
|
"chartText"?: string;
|
|
656
665
|
"chartType"?: string;
|
|
657
666
|
}
|
|
658
|
-
interface
|
|
667
|
+
interface TttxIcon_1_8_7 {
|
|
659
668
|
"color"?: string;
|
|
660
669
|
"icon"?: string;
|
|
661
670
|
"size"?: number;
|
|
662
671
|
}
|
|
663
|
-
interface
|
|
672
|
+
interface TttxKeyvalueBlock_1_8_7 {
|
|
664
673
|
"horizontal"?: boolean;
|
|
665
674
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
666
675
|
"spacedout"?: boolean;
|
|
667
676
|
}
|
|
668
|
-
interface
|
|
677
|
+
interface TttxList_1_8_7 {
|
|
669
678
|
"data"?: string | ListItem[];
|
|
670
679
|
"name"?: string;
|
|
671
|
-
"onListRowCheckboxClick"?: (event:
|
|
672
|
-
"onListRowClick"?: (event:
|
|
680
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_8_7CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
681
|
+
"onListRowClick"?: (event: TttxList_1_8_7CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
673
682
|
}
|
|
674
|
-
interface
|
|
683
|
+
interface TttxLoadingSpinner_1_8_7 {
|
|
675
684
|
"loadingMessage"?: boolean;
|
|
676
685
|
"size"?: 'small' | 'large';
|
|
677
686
|
}
|
|
678
|
-
interface
|
|
687
|
+
interface TttxMultiselectBox_1_8_7 {
|
|
679
688
|
"htmlVisibleValue"?: boolean;
|
|
680
689
|
"inline"?: boolean;
|
|
681
690
|
"label"?: string;
|
|
682
|
-
"onChangesApplied"?: (event:
|
|
683
|
-
"onSelectItemEvent"?: (event:
|
|
684
|
-
"onToggleOpen"?: (event:
|
|
691
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_8_7CustomEvent<SelectItem[]>) => void;
|
|
692
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_8_7CustomEvent<SelectItem>) => void;
|
|
693
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_8_7CustomEvent<boolean>) => void;
|
|
685
694
|
"optionsData"?: string | SelectItem[];
|
|
686
695
|
"placeholder"?: string;
|
|
687
696
|
"searchEnabled"?: boolean;
|
|
688
697
|
"visibleValue"?: string;
|
|
689
698
|
}
|
|
690
|
-
interface
|
|
699
|
+
interface TttxPercentageBar_1_8_7 {
|
|
691
700
|
"color"?: string;
|
|
692
701
|
"labelid"?: string;
|
|
693
702
|
"min"?: string;
|
|
694
703
|
"percentage"?: string | number;
|
|
695
704
|
"thresholds"?: string | Threshold[];
|
|
696
705
|
}
|
|
697
|
-
interface
|
|
706
|
+
interface TttxQrcode_1_8_7 {
|
|
698
707
|
"link"?: string;
|
|
699
708
|
"size"?: number;
|
|
700
709
|
}
|
|
701
|
-
interface
|
|
710
|
+
interface TttxSelectBox_1_8_7 {
|
|
702
711
|
"errorMsg"?: string;
|
|
703
712
|
"inline"?: boolean;
|
|
704
713
|
"label"?: string;
|
|
705
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
706
|
-
"onSelectItemEvent"?: (event:
|
|
707
|
-
"onToggleOpen"?: (event:
|
|
714
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_8_7CustomEvent<string>) => void;
|
|
715
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_8_7CustomEvent<SelectItem1>) => void;
|
|
716
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_8_7CustomEvent<boolean>) => void;
|
|
708
717
|
"optionsData"?: string | SelectItem1[];
|
|
709
718
|
"placeholder"?: string;
|
|
710
719
|
"searchEnabled"?: boolean;
|
|
@@ -713,15 +722,15 @@ declare namespace LocalJSX {
|
|
|
713
722
|
"showErrorMsg"?: boolean;
|
|
714
723
|
"useExternalFiltering"?: boolean;
|
|
715
724
|
}
|
|
716
|
-
interface
|
|
725
|
+
interface TttxSorter_1_8_7 {
|
|
717
726
|
"defaultOption"?: string;
|
|
718
727
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
719
728
|
"fieldOptionsData"?: string | SorterData;
|
|
720
|
-
"onSorterChangeEvent"?: (event:
|
|
721
|
-
"onToggleSorter"?: (event:
|
|
729
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_8_7CustomEvent<SorterChangeEvent>) => void;
|
|
730
|
+
"onToggleSorter"?: (event: TttxSorter_1_8_7CustomEvent<boolean>) => void;
|
|
722
731
|
"sorterKey"?: string;
|
|
723
732
|
}
|
|
724
|
-
interface
|
|
733
|
+
interface TttxStandaloneInput_1_8_7 {
|
|
725
734
|
"autocomplete"?: 'off' | 'on';
|
|
726
735
|
"checked"?: boolean;
|
|
727
736
|
"disabled"?: boolean;
|
|
@@ -737,8 +746,8 @@ declare namespace LocalJSX {
|
|
|
737
746
|
"inputiconcolor"?: string;
|
|
738
747
|
/**
|
|
739
748
|
* tabindex - Allows the HTML elements to be focusable
|
|
740
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
741
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
749
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_8_7 input-index="1" />
|
|
750
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_8_7 inputindex={1} />
|
|
742
751
|
*/
|
|
743
752
|
"inputindex"?: string | number;
|
|
744
753
|
/**
|
|
@@ -752,13 +761,13 @@ declare namespace LocalJSX {
|
|
|
752
761
|
"min"?: MinMaxDates | number;
|
|
753
762
|
"minlength"?: string | number;
|
|
754
763
|
"name"?: string;
|
|
755
|
-
"onBlurChanged"?: (event:
|
|
756
|
-
"onFocusChanged"?: (event:
|
|
757
|
-
"onInputIconClick"?: (event:
|
|
758
|
-
"onInvalidChanged"?: (event:
|
|
759
|
-
"onLeftIconClick"?: (event:
|
|
760
|
-
"onRightIconClick"?: (event:
|
|
761
|
-
"onValueChanged"?: (event:
|
|
764
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_8_7CustomEvent<string>) => void;
|
|
765
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_8_7CustomEvent<string>) => void;
|
|
766
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_8_7CustomEvent<void>) => void;
|
|
767
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_8_7CustomEvent<string>) => void;
|
|
768
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_8_7CustomEvent<void>) => void;
|
|
769
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_8_7CustomEvent<void>) => void;
|
|
770
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_8_7CustomEvent<string>) => void;
|
|
762
771
|
"pattern"?: string;
|
|
763
772
|
"placeholder"?: string;
|
|
764
773
|
"readonly"?: string | boolean;
|
|
@@ -773,36 +782,38 @@ declare namespace LocalJSX {
|
|
|
773
782
|
"type"?: string;
|
|
774
783
|
"value"?: string | number;
|
|
775
784
|
}
|
|
776
|
-
interface
|
|
785
|
+
interface TttxTable_1_8_7 {
|
|
777
786
|
"data"?: any;
|
|
787
|
+
"draggableHeaders"?: boolean;
|
|
778
788
|
"headers"?: TableHeader[];
|
|
779
789
|
"loading"?: boolean;
|
|
780
|
-
"onHeaderClicked"?: (event:
|
|
781
|
-
"
|
|
790
|
+
"onHeaderClicked"?: (event: TttxTable_1_8_7CustomEvent<any>) => void;
|
|
791
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_8_7CustomEvent<string[]>) => void;
|
|
792
|
+
"onRowClicked"?: (event: TttxTable_1_8_7CustomEvent<any>) => void;
|
|
782
793
|
"selectable"?: boolean;
|
|
783
794
|
"selected"?: number;
|
|
784
795
|
}
|
|
785
|
-
interface
|
|
796
|
+
interface TttxTabs_1_8_7 {
|
|
786
797
|
"navigation"?: boolean;
|
|
787
|
-
"onLeftNavigation"?: (event:
|
|
788
|
-
"onRightNavigation"?: (event:
|
|
789
|
-
"onTabClick"?: (event:
|
|
798
|
+
"onLeftNavigation"?: (event: TttxTabs_1_8_7CustomEvent<any>) => void;
|
|
799
|
+
"onRightNavigation"?: (event: TttxTabs_1_8_7CustomEvent<any>) => void;
|
|
800
|
+
"onTabClick"?: (event: TttxTabs_1_8_7CustomEvent<{ tabId: string }>) => void;
|
|
790
801
|
"tabs"?: string | Tab[];
|
|
791
802
|
"tabsName"?: string;
|
|
792
803
|
"wide"?: boolean;
|
|
793
804
|
}
|
|
794
|
-
interface
|
|
805
|
+
interface TttxTag_1_8_7 {
|
|
795
806
|
"color"?: string;
|
|
796
807
|
"text"?: string;
|
|
797
808
|
"textColor"?: string;
|
|
798
809
|
}
|
|
799
|
-
interface
|
|
810
|
+
interface TttxTextarea_1_8_7 {
|
|
800
811
|
"disabled"?: boolean;
|
|
801
812
|
"errormsg"?: string;
|
|
802
813
|
/**
|
|
803
814
|
* tabindex - Allows the HTML elements to be focusable
|
|
804
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
805
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
815
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_8_7 input-index="1" />
|
|
816
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_8_7 inputindex={1} />
|
|
806
817
|
*/
|
|
807
818
|
"inputindex"?: string | number;
|
|
808
819
|
/**
|
|
@@ -813,10 +824,10 @@ declare namespace LocalJSX {
|
|
|
813
824
|
"label"?: string;
|
|
814
825
|
"maxlength"?: string | number;
|
|
815
826
|
"name"?: string;
|
|
816
|
-
"onBlurChanged"?: (event:
|
|
817
|
-
"onFocusChanged"?: (event:
|
|
818
|
-
"onInvalidChanged"?: (event:
|
|
819
|
-
"onValueChanged"?: (event:
|
|
827
|
+
"onBlurChanged"?: (event: TttxTextarea_1_8_7CustomEvent<string>) => void;
|
|
828
|
+
"onFocusChanged"?: (event: TttxTextarea_1_8_7CustomEvent<string>) => void;
|
|
829
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_8_7CustomEvent<string>) => void;
|
|
830
|
+
"onValueChanged"?: (event: TttxTextarea_1_8_7CustomEvent<string>) => void;
|
|
820
831
|
"placeholder"?: string;
|
|
821
832
|
"readonly"?: string | boolean;
|
|
822
833
|
"required"?: boolean;
|
|
@@ -830,82 +841,82 @@ declare namespace LocalJSX {
|
|
|
830
841
|
"textareaautofocus"?: boolean;
|
|
831
842
|
"value"?: string | number;
|
|
832
843
|
}
|
|
833
|
-
interface
|
|
844
|
+
interface TttxToolbar_1_8_7 {
|
|
834
845
|
"border"?: boolean;
|
|
835
846
|
}
|
|
836
|
-
interface
|
|
847
|
+
interface TttxTreeView_1_8_7 {
|
|
837
848
|
"data"?: TreeViewItem[];
|
|
838
|
-
"onCheckboxChange"?: (event:
|
|
839
|
-
"onClickEvent"?: (event:
|
|
840
|
-
"onExpandNode"?: (event:
|
|
849
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_8_7CustomEvent<TreeViewItem[]>) => void;
|
|
850
|
+
"onClickEvent"?: (event: TttxTreeView_1_8_7CustomEvent<TreeViewItem>) => void;
|
|
851
|
+
"onExpandNode"?: (event: TttxTreeView_1_8_7CustomEvent<ExpandNodeEvent>) => void;
|
|
841
852
|
}
|
|
842
853
|
interface IntrinsicElements {
|
|
843
|
-
"tttx-
|
|
844
|
-
"tttx-checkbox-group-
|
|
845
|
-
"tttx-checkbox-group-
|
|
846
|
-
"tttx-checkbox-
|
|
847
|
-
"tttx-
|
|
848
|
-
"tttx-
|
|
849
|
-
"tttx-data-
|
|
850
|
-
"tttx-
|
|
851
|
-
"tttx-dialog-
|
|
852
|
-
"tttx-
|
|
853
|
-
"tttx-
|
|
854
|
-
"tttx-
|
|
855
|
-
"tttx-
|
|
856
|
-
"tttx-
|
|
857
|
-
"tttx-
|
|
858
|
-
"tttx-keyvalue-
|
|
859
|
-
"tttx-
|
|
860
|
-
"tttx-loading-
|
|
861
|
-
"tttx-multiselect-
|
|
862
|
-
"tttx-percentage-
|
|
863
|
-
"tttx-
|
|
864
|
-
"tttx-select-
|
|
865
|
-
"tttx-
|
|
866
|
-
"tttx-standalone-
|
|
867
|
-
"tttx-
|
|
868
|
-
"tttx-
|
|
869
|
-
"tttx-
|
|
870
|
-
"tttx-
|
|
871
|
-
"tttx-
|
|
872
|
-
"tttx-tree-
|
|
854
|
+
"tttx-button_1_8_7": TttxButton_1_8_7;
|
|
855
|
+
"tttx-checkbox-group-caption_1_8_7": TttxCheckboxGroupCaption_1_8_7;
|
|
856
|
+
"tttx-checkbox-group-heading_1_8_7": TttxCheckboxGroupHeading_1_8_7;
|
|
857
|
+
"tttx-checkbox-group_1_8_7": TttxCheckboxGroup_1_8_7;
|
|
858
|
+
"tttx-checkbox_1_8_7": TttxCheckbox_1_8_7;
|
|
859
|
+
"tttx-comments_1_8_7": TttxComments_1_8_7;
|
|
860
|
+
"tttx-data-pattern_1_8_7": TttxDataPattern_1_8_7;
|
|
861
|
+
"tttx-datacard_1_8_7": TttxDatacard_1_8_7;
|
|
862
|
+
"tttx-dialog-box_1_8_7": TttxDialogBox_1_8_7;
|
|
863
|
+
"tttx-dialog_1_8_7": TttxDialog_1_8_7;
|
|
864
|
+
"tttx-expander_1_8_7": TttxExpander_1_8_7;
|
|
865
|
+
"tttx-filter_1_8_7": TttxFilter_1_8_7;
|
|
866
|
+
"tttx-form_1_8_7": TttxForm_1_8_7;
|
|
867
|
+
"tttx-graph_1_8_7": TttxGraph_1_8_7;
|
|
868
|
+
"tttx-icon_1_8_7": TttxIcon_1_8_7;
|
|
869
|
+
"tttx-keyvalue-block_1_8_7": TttxKeyvalueBlock_1_8_7;
|
|
870
|
+
"tttx-list_1_8_7": TttxList_1_8_7;
|
|
871
|
+
"tttx-loading-spinner_1_8_7": TttxLoadingSpinner_1_8_7;
|
|
872
|
+
"tttx-multiselect-box_1_8_7": TttxMultiselectBox_1_8_7;
|
|
873
|
+
"tttx-percentage-bar_1_8_7": TttxPercentageBar_1_8_7;
|
|
874
|
+
"tttx-qrcode_1_8_7": TttxQrcode_1_8_7;
|
|
875
|
+
"tttx-select-box_1_8_7": TttxSelectBox_1_8_7;
|
|
876
|
+
"tttx-sorter_1_8_7": TttxSorter_1_8_7;
|
|
877
|
+
"tttx-standalone-input_1_8_7": TttxStandaloneInput_1_8_7;
|
|
878
|
+
"tttx-table_1_8_7": TttxTable_1_8_7;
|
|
879
|
+
"tttx-tabs_1_8_7": TttxTabs_1_8_7;
|
|
880
|
+
"tttx-tag_1_8_7": TttxTag_1_8_7;
|
|
881
|
+
"tttx-textarea_1_8_7": TttxTextarea_1_8_7;
|
|
882
|
+
"tttx-toolbar_1_8_7": TttxToolbar_1_8_7;
|
|
883
|
+
"tttx-tree-view_1_8_7": TttxTreeView_1_8_7;
|
|
873
884
|
}
|
|
874
885
|
}
|
|
875
886
|
export { LocalJSX as JSX };
|
|
876
887
|
declare module "@stencil/core" {
|
|
877
888
|
export namespace JSX {
|
|
878
889
|
interface IntrinsicElements {
|
|
879
|
-
"tttx-
|
|
880
|
-
"tttx-checkbox-group-
|
|
881
|
-
"tttx-checkbox-group-
|
|
882
|
-
"tttx-checkbox-
|
|
883
|
-
"tttx-
|
|
884
|
-
"tttx-
|
|
885
|
-
"tttx-data-
|
|
886
|
-
"tttx-
|
|
887
|
-
"tttx-dialog-
|
|
888
|
-
"tttx-
|
|
889
|
-
"tttx-
|
|
890
|
-
"tttx-
|
|
891
|
-
"tttx-
|
|
892
|
-
"tttx-
|
|
893
|
-
"tttx-
|
|
894
|
-
"tttx-keyvalue-
|
|
895
|
-
"tttx-
|
|
896
|
-
"tttx-loading-
|
|
897
|
-
"tttx-multiselect-
|
|
898
|
-
"tttx-percentage-
|
|
899
|
-
"tttx-
|
|
900
|
-
"tttx-select-
|
|
901
|
-
"tttx-
|
|
902
|
-
"tttx-standalone-
|
|
903
|
-
"tttx-
|
|
904
|
-
"tttx-
|
|
905
|
-
"tttx-
|
|
906
|
-
"tttx-
|
|
907
|
-
"tttx-
|
|
908
|
-
"tttx-tree-
|
|
890
|
+
"tttx-button_1_8_7": LocalJSX.TttxButton_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxButton_1_8_7Element>;
|
|
891
|
+
"tttx-checkbox-group-caption_1_8_7": LocalJSX.TttxCheckboxGroupCaption_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_8_7Element>;
|
|
892
|
+
"tttx-checkbox-group-heading_1_8_7": LocalJSX.TttxCheckboxGroupHeading_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_8_7Element>;
|
|
893
|
+
"tttx-checkbox-group_1_8_7": LocalJSX.TttxCheckboxGroup_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_8_7Element>;
|
|
894
|
+
"tttx-checkbox_1_8_7": LocalJSX.TttxCheckbox_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_8_7Element>;
|
|
895
|
+
"tttx-comments_1_8_7": LocalJSX.TttxComments_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxComments_1_8_7Element>;
|
|
896
|
+
"tttx-data-pattern_1_8_7": LocalJSX.TttxDataPattern_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_8_7Element>;
|
|
897
|
+
"tttx-datacard_1_8_7": LocalJSX.TttxDatacard_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_8_7Element>;
|
|
898
|
+
"tttx-dialog-box_1_8_7": LocalJSX.TttxDialogBox_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_8_7Element>;
|
|
899
|
+
"tttx-dialog_1_8_7": LocalJSX.TttxDialog_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_8_7Element>;
|
|
900
|
+
"tttx-expander_1_8_7": LocalJSX.TttxExpander_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_8_7Element>;
|
|
901
|
+
"tttx-filter_1_8_7": LocalJSX.TttxFilter_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_8_7Element>;
|
|
902
|
+
"tttx-form_1_8_7": LocalJSX.TttxForm_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxForm_1_8_7Element>;
|
|
903
|
+
"tttx-graph_1_8_7": LocalJSX.TttxGraph_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_8_7Element>;
|
|
904
|
+
"tttx-icon_1_8_7": LocalJSX.TttxIcon_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_8_7Element>;
|
|
905
|
+
"tttx-keyvalue-block_1_8_7": LocalJSX.TttxKeyvalueBlock_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_8_7Element>;
|
|
906
|
+
"tttx-list_1_8_7": LocalJSX.TttxList_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxList_1_8_7Element>;
|
|
907
|
+
"tttx-loading-spinner_1_8_7": LocalJSX.TttxLoadingSpinner_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_8_7Element>;
|
|
908
|
+
"tttx-multiselect-box_1_8_7": LocalJSX.TttxMultiselectBox_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_8_7Element>;
|
|
909
|
+
"tttx-percentage-bar_1_8_7": LocalJSX.TttxPercentageBar_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_8_7Element>;
|
|
910
|
+
"tttx-qrcode_1_8_7": LocalJSX.TttxQrcode_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_8_7Element>;
|
|
911
|
+
"tttx-select-box_1_8_7": LocalJSX.TttxSelectBox_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_8_7Element>;
|
|
912
|
+
"tttx-sorter_1_8_7": LocalJSX.TttxSorter_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_8_7Element>;
|
|
913
|
+
"tttx-standalone-input_1_8_7": LocalJSX.TttxStandaloneInput_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_8_7Element>;
|
|
914
|
+
"tttx-table_1_8_7": LocalJSX.TttxTable_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxTable_1_8_7Element>;
|
|
915
|
+
"tttx-tabs_1_8_7": LocalJSX.TttxTabs_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_8_7Element>;
|
|
916
|
+
"tttx-tag_1_8_7": LocalJSX.TttxTag_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxTag_1_8_7Element>;
|
|
917
|
+
"tttx-textarea_1_8_7": LocalJSX.TttxTextarea_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_8_7Element>;
|
|
918
|
+
"tttx-toolbar_1_8_7": LocalJSX.TttxToolbar_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_8_7Element>;
|
|
919
|
+
"tttx-tree-view_1_8_7": LocalJSX.TttxTreeView_1_8_7 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_8_7Element>;
|
|
909
920
|
}
|
|
910
921
|
}
|
|
911
922
|
}
|