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