@3t-transform/threeteeui 1.9.24 → 1.9.25
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_9_24.cjs.entry.js → tttx-button_1_9_25.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_24.cjs.entry.js → tttx-checkbox-group-caption_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_24.cjs.entry.js → tttx-checkbox-group-heading_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_24.cjs.entry.js → tttx-checkbox-group_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_24.cjs.entry.js → tttx-checkbox_1_9_25.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_24.cjs.entry.js → tttx-comments_1_9_25.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_9_24.cjs.entry.js → tttx-data-pattern_1_9_25.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_24.cjs.entry.js → tttx-datacard_1_9_25.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_24.cjs.entry.js → tttx-dialog-box_1_9_25.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_24.cjs.entry.js → tttx-dialog_1_9_25.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_24.cjs.entry.js → tttx-expander_1_9_25.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_24_4.cjs.entry.js → tttx-filter_1_9_25_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_24.cjs.entry.js → tttx-form_1_9_25.cjs.entry.js} +11 -3
- package/dist/cjs/{tttx-graph_1_9_24.cjs.entry.js → tttx-graph_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_24.cjs.entry.js → tttx-icon_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_24.cjs.entry.js → tttx-keyvalue-block_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_9_24_3.cjs.entry.js → tttx-loading-spinner_1_9_25_3.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-multiselect-box_1_9_24.cjs.entry.js → tttx-multiselect-box_1_9_25.cjs.entry.js} +7 -7
- package/dist/cjs/{tttx-percentage-bar_1_9_24.cjs.entry.js → tttx-percentage-bar_1_9_25.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_24.cjs.entry.js → tttx-qrcode_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_24.cjs.entry.js → tttx-select-box_1_9_25.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-table_1_9_24.cjs.entry.js → tttx-table_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_24.cjs.entry.js → tttx-tabs_1_9_25.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-textarea_1_9_24.cjs.entry.js → tttx-textarea_1_9_25.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_24.cjs.entry.js → tttx-toggle_1_9_25.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_24.cjs.entry.js → tttx-tree-view_1_9_25.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 +10 -10
- 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 +2 -2
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.stories.js +6 -6
- package/dist/collection/components/atoms/tttx-toggle/tttx-toggle.js +1 -1
- package/dist/collection/components/atoms/tttx-toggle/tttx-toggle.stories.js +2 -2
- 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 +27 -3
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +7 -7
- 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 +7 -7
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +5 -5
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +22 -22
- 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 +1 -1
- package/dist/collection/components/molecules/tttx-table/tttx-table.stories.js +6 -6
- 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 +5 -5
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.stories.js +5 -5
- package/dist/components/index.d.ts +31 -31
- package/dist/components/index.js +31 -31
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_9_24.d.ts → tttx-button_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_24.js → tttx-button_1_9_25.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_24.js → tttx-checkbox-group-caption_1_9_25.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_24.js → tttx-checkbox-group-heading_1_9_25.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_24.js → tttx-checkbox-group_1_9_25.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_24.d.ts → tttx-checkbox_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_24.js → tttx-checkbox_1_9_25.js} +7 -7
- package/dist/components/{tttx-checkbox_1_9_24.d.ts → tttx-comments_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_24.js → tttx-comments_1_9_25.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_24.js → tttx-data-pattern_1_9_25.js} +16 -16
- package/dist/components/{tttx-comments_1_9_24.d.ts → tttx-datacard_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_24.js → tttx-datacard_1_9_25.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_24.js → tttx-dialog-box_1_9_25.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_24.d.ts → tttx-dialog_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_24.js → tttx-dialog_1_9_25.js} +8 -8
- package/dist/components/tttx-expander_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_24.js → tttx-expander_1_9_25.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_24.d.ts → tttx-filter_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_24.js → tttx-filter_1_9_25.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_24.d.ts → tttx-form_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_24.js → tttx-form_1_9_25.js} +21 -12
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_24.d.ts → tttx-graph_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_24.js → tttx-graph_1_9_25.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_24.d.ts → tttx-icon_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_24.js → tttx-icon_1_9_25.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_24.js → tttx-keyvalue-block_1_9_25.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_24.d.ts → tttx-list_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_24.js → tttx-list_1_9_25.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_24.js → tttx-loading-spinner_1_9_25.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_24.js → tttx-multiselect-box_1_9_25.js} +16 -16
- package/dist/components/tttx-percentage-bar_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_24.js → tttx-percentage-bar_1_9_25.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_24.d.ts → tttx-qrcode_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_24.js → tttx-qrcode_1_9_25.js} +5 -5
- package/dist/components/tttx-select-box.js +11 -11
- package/dist/components/tttx-select-box_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_24.js → tttx-select-box_1_9_25.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_24.js → tttx-sorter_1_9_25.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_24.js → tttx-standalone-input_1_9_25.js} +2 -2
- package/dist/components/{tttx-table_1_9_24.d.ts → tttx-table_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_24.js → tttx-table_1_9_25.js} +5 -5
- package/dist/components/{tttx-form_1_9_24.d.ts → tttx-tabs_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_24.js → tttx-tabs_1_9_25.js} +9 -9
- package/dist/components/tttx-tag.js +5 -5
- package/dist/components/{tttx-tag_1_9_24.d.ts → tttx-tag_1_9_25.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_24.js → tttx-tag_1_9_25.js} +2 -2
- package/dist/components/tttx-textarea_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_24.js → tttx-textarea_1_9_25.js} +6 -6
- package/dist/components/tttx-toggle_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_24.js → tttx-toggle_1_9_25.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_24.js → tttx-toolbar_1_9_25.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_25.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_24.js → tttx-tree-view_1_9_25.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_9_24.entry.js → tttx-button_1_9_25.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_24.entry.js → tttx-checkbox-group-caption_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_24.entry.js → tttx-checkbox-group-heading_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_24.entry.js → tttx-checkbox-group_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_24.entry.js → tttx-checkbox_1_9_25.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_24.entry.js → tttx-comments_1_9_25.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_9_24.entry.js → tttx-data-pattern_1_9_25.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_24.entry.js → tttx-datacard_1_9_25.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_24.entry.js → tttx-dialog-box_1_9_25.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_24.entry.js → tttx-dialog_1_9_25.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_24.entry.js → tttx-expander_1_9_25.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_24_4.entry.js → tttx-filter_1_9_25_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_24.entry.js → tttx-form_1_9_25.entry.js} +11 -3
- package/dist/esm/{tttx-graph_1_9_24.entry.js → tttx-graph_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_24.entry.js → tttx-icon_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_24.entry.js → tttx-keyvalue-block_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_9_24_3.entry.js → tttx-loading-spinner_1_9_25_3.entry.js} +4 -4
- package/dist/esm/{tttx-multiselect-box_1_9_24.entry.js → tttx-multiselect-box_1_9_25.entry.js} +7 -7
- package/dist/esm/{tttx-percentage-bar_1_9_24.entry.js → tttx-percentage-bar_1_9_25.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_24.entry.js → tttx-qrcode_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_24.entry.js → tttx-select-box_1_9_25.entry.js} +5 -5
- package/dist/esm/{tttx-table_1_9_24.entry.js → tttx-table_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_24.entry.js → tttx-tabs_1_9_25.entry.js} +4 -4
- package/dist/esm/{tttx-textarea_1_9_24.entry.js → tttx-textarea_1_9_25.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_24.entry.js → tttx-toggle_1_9_25.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_24.entry.js → tttx-tree-view_1_9_25.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-0da9f04c.entry.js +1 -1
- package/dist/tttx/p-0dfda92a.entry.js +1 -0
- package/dist/tttx/p-0e515960.entry.js +1 -1
- package/dist/tttx/p-0ffbf27e.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-49ef7451.entry.js +1 -1
- package/dist/tttx/p-56c8c353.entry.js +1 -1
- package/dist/tttx/p-5722f326.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-74148f2a.entry.js +1 -1
- package/dist/tttx/p-79e218d0.entry.js +1 -1
- package/dist/tttx/p-9434561e.entry.js +1 -1
- package/dist/tttx/p-996a6061.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-c170e3b8.entry.js +1 -1
- package/dist/tttx/p-c34d99d1.entry.js +1 -1
- package/dist/tttx/p-cfe412d0.entry.js +1 -1
- package/dist/tttx/p-de6e8250.entry.js +1 -1
- package/dist/tttx/p-f115bff6.entry.js +1 -1
- package/dist/tttx/p-f374e293.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/molecules/tttx-form/tttx-form.d.ts +2 -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-textarea/tttx-textarea.d.ts +2 -2
- package/dist/types/components.d.ts +370 -369
- package/package.json +1 -1
- package/dist/components/tttx-checkbox-group-caption_1_9_24.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_24.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_24.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_24.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_24.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_24.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_24.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_24.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_24.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_24.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_24.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_24.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_24.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_24.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_24.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_24.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_24.d.ts +0 -11
- package/dist/tttx/p-90d21e86.entry.js +0 -1
- package/dist/types/components/molecules/tttx-checkbox-group/interfaces.d.ts +0 -10
- package/dist/types/components/molecules/tttx-dialog-box/interfaces.d.ts +0 -25
- package/dist/types/components/molecules/tttx-list/interfaces.d.ts +0 -38
- package/dist/types/components/molecules/tttx-multiselect-box/interfaces.d.ts +0 -7
- package/dist/types/components/molecules/tttx-select-box/interfaces.d.ts +0 -7
- package/dist/types/components/molecules/tttx-sorter/interfaces.d.ts +0 -9
- package/dist/types/components/molecules/tttx-tabs/interfaces.d.ts +0 -10
|
@@ -20,32 +20,32 @@ 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_9_25 {
|
|
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_9_25 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_25 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_25 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_25 {
|
|
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_9_25 {
|
|
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_9_25 {
|
|
49
49
|
"addbutton": boolean;
|
|
50
50
|
"addbuttonlabel": string;
|
|
51
51
|
"data": string;
|
|
@@ -55,7 +55,7 @@ export namespace Components {
|
|
|
55
55
|
"searchplaceholder": string;
|
|
56
56
|
"sorterOptions": string;
|
|
57
57
|
}
|
|
58
|
-
interface
|
|
58
|
+
interface TttxDatacard_1_9_25 {
|
|
59
59
|
"cardTitle": string;
|
|
60
60
|
"cardType": string;
|
|
61
61
|
"chartConfig": string;
|
|
@@ -64,13 +64,13 @@ export namespace Components {
|
|
|
64
64
|
"rightData": string;
|
|
65
65
|
"rightSubtext": string;
|
|
66
66
|
}
|
|
67
|
-
interface
|
|
67
|
+
interface TttxDialogBox_1_9_25 {
|
|
68
68
|
"allowOverflow": boolean;
|
|
69
69
|
"data": string | DialogItems;
|
|
70
70
|
"open": boolean;
|
|
71
71
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
72
72
|
}
|
|
73
|
-
interface
|
|
73
|
+
interface TttxDialog_1_9_25 {
|
|
74
74
|
"allowOverflow": boolean;
|
|
75
75
|
"closeEnabled": boolean;
|
|
76
76
|
"header": string;
|
|
@@ -78,13 +78,13 @@ export namespace Components {
|
|
|
78
78
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
79
79
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
80
80
|
}
|
|
81
|
-
interface
|
|
81
|
+
interface TttxExpander_1_9_25 {
|
|
82
82
|
"lefticon"?: string;
|
|
83
83
|
"lefticoncolor"?: string;
|
|
84
84
|
"name": string;
|
|
85
85
|
"open": boolean;
|
|
86
86
|
}
|
|
87
|
-
interface
|
|
87
|
+
interface TttxFilter_1_9_25 {
|
|
88
88
|
"defaultFilterOptions": string[] | string;
|
|
89
89
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
90
90
|
"filterHeader": string;
|
|
@@ -95,7 +95,7 @@ export namespace Components {
|
|
|
95
95
|
"showSearchField": boolean;
|
|
96
96
|
"showSelectAll": boolean;
|
|
97
97
|
}
|
|
98
|
-
interface
|
|
98
|
+
interface TttxForm_1_9_25 {
|
|
99
99
|
/**
|
|
100
100
|
* Clear the validation message on a given form field
|
|
101
101
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -113,6 +113,7 @@ export namespace Components {
|
|
|
113
113
|
*/
|
|
114
114
|
"enableFormField": (fieldName: string) => Promise<void>;
|
|
115
115
|
"formschema": Record<string, any> | string;
|
|
116
|
+
"isValid": () => Promise<boolean>;
|
|
116
117
|
/**
|
|
117
118
|
* Change the readonly property on an input field. If set to 'true' any validation will also be cleared.
|
|
118
119
|
* @param fieldName The form field name to set
|
|
@@ -141,30 +142,30 @@ export namespace Components {
|
|
|
141
142
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
142
143
|
"submit": () => Promise<void>;
|
|
143
144
|
}
|
|
144
|
-
interface
|
|
145
|
+
interface TttxGraph_1_9_25 {
|
|
145
146
|
"chartData": string;
|
|
146
147
|
"chartText": string;
|
|
147
148
|
"chartType": string;
|
|
148
149
|
}
|
|
149
|
-
interface
|
|
150
|
+
interface TttxIcon_1_9_25 {
|
|
150
151
|
"color": string;
|
|
151
152
|
"icon": string;
|
|
152
153
|
"size": number;
|
|
153
154
|
}
|
|
154
|
-
interface
|
|
155
|
+
interface TttxKeyvalueBlock_1_9_25 {
|
|
155
156
|
"horizontal": boolean;
|
|
156
157
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
157
158
|
"spacedout": boolean;
|
|
158
159
|
}
|
|
159
|
-
interface
|
|
160
|
+
interface TttxList_1_9_25 {
|
|
160
161
|
"data": string | ListItem[];
|
|
161
162
|
"name": string;
|
|
162
163
|
}
|
|
163
|
-
interface
|
|
164
|
+
interface TttxLoadingSpinner_1_9_25 {
|
|
164
165
|
"loadingMessage": boolean;
|
|
165
166
|
"size": 'small' | 'large';
|
|
166
167
|
}
|
|
167
|
-
interface
|
|
168
|
+
interface TttxMultiselectBox_1_9_25 {
|
|
168
169
|
"htmlVisibleValue": boolean;
|
|
169
170
|
"inline": boolean;
|
|
170
171
|
"isLoading": boolean;
|
|
@@ -178,18 +179,18 @@ export namespace Components {
|
|
|
178
179
|
"stopLocalSearch": boolean;
|
|
179
180
|
"visibleValue": string;
|
|
180
181
|
}
|
|
181
|
-
interface
|
|
182
|
+
interface TttxPercentageBar_1_9_25 {
|
|
182
183
|
"color"?: string;
|
|
183
184
|
"labelid"?: string;
|
|
184
185
|
"min": string;
|
|
185
186
|
"percentage": string | number;
|
|
186
187
|
"thresholds"?: string | Threshold[];
|
|
187
188
|
}
|
|
188
|
-
interface
|
|
189
|
+
interface TttxQrcode_1_9_25 {
|
|
189
190
|
"link": string;
|
|
190
191
|
"size": number;
|
|
191
192
|
}
|
|
192
|
-
interface
|
|
193
|
+
interface TttxSelectBox_1_9_25 {
|
|
193
194
|
"errorMsg": string;
|
|
194
195
|
"inline": boolean;
|
|
195
196
|
"isAllExternalDataLoaded": boolean;
|
|
@@ -208,13 +209,13 @@ export namespace Components {
|
|
|
208
209
|
"useExternalFiltering": boolean;
|
|
209
210
|
"useExternalPaginatedFiltering": boolean;
|
|
210
211
|
}
|
|
211
|
-
interface
|
|
212
|
+
interface TttxSorter_1_9_25 {
|
|
212
213
|
"defaultOption": string;
|
|
213
214
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
214
215
|
"fieldOptionsData": string | SorterData;
|
|
215
216
|
"sorterKey": string;
|
|
216
217
|
}
|
|
217
|
-
interface
|
|
218
|
+
interface TttxStandaloneInput_1_9_25 {
|
|
218
219
|
"autocomplete": 'off' | 'on';
|
|
219
220
|
"checked": boolean;
|
|
220
221
|
"disabled": boolean;
|
|
@@ -230,8 +231,8 @@ export namespace Components {
|
|
|
230
231
|
"inputiconcolor": string;
|
|
231
232
|
/**
|
|
232
233
|
* tabindex - Allows the HTML elements to be focusable
|
|
233
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
234
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
234
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_25 input-index="1" />
|
|
235
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_25 inputindex={1} />
|
|
235
236
|
*/
|
|
236
237
|
"inputindex": string | number;
|
|
237
238
|
/**
|
|
@@ -259,7 +260,7 @@ export namespace Components {
|
|
|
259
260
|
"type": string;
|
|
260
261
|
"value": string | number;
|
|
261
262
|
}
|
|
262
|
-
interface
|
|
263
|
+
interface TttxTable_1_9_25 {
|
|
263
264
|
"data": any;
|
|
264
265
|
"draggableHeaders": boolean;
|
|
265
266
|
"headers": TableHeader[];
|
|
@@ -267,13 +268,13 @@ export namespace Components {
|
|
|
267
268
|
"selectable": boolean;
|
|
268
269
|
"selected": number;
|
|
269
270
|
}
|
|
270
|
-
interface
|
|
271
|
+
interface TttxTabs_1_9_25 {
|
|
271
272
|
"navigation": boolean;
|
|
272
273
|
"tabs": string | Tab[];
|
|
273
274
|
"tabsName": string;
|
|
274
275
|
"wide": boolean;
|
|
275
276
|
}
|
|
276
|
-
interface
|
|
277
|
+
interface TttxTag_1_9_25 {
|
|
277
278
|
"color": string;
|
|
278
279
|
"hasIcon": boolean;
|
|
279
280
|
"icon": string;
|
|
@@ -282,13 +283,13 @@ export namespace Components {
|
|
|
282
283
|
"text": string;
|
|
283
284
|
"textColor": string;
|
|
284
285
|
}
|
|
285
|
-
interface
|
|
286
|
+
interface TttxTextarea_1_9_25 {
|
|
286
287
|
"disabled": boolean;
|
|
287
288
|
"errormsg": string;
|
|
288
289
|
/**
|
|
289
290
|
* tabindex - Allows the HTML elements to be focusable
|
|
290
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
291
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
291
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_25 input-index="1" />
|
|
292
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_25 inputindex={1} />
|
|
292
293
|
*/
|
|
293
294
|
"inputindex": string | number;
|
|
294
295
|
/**
|
|
@@ -312,335 +313,335 @@ export namespace Components {
|
|
|
312
313
|
"textareaautofocus": boolean;
|
|
313
314
|
"value": string | number;
|
|
314
315
|
}
|
|
315
|
-
interface
|
|
316
|
+
interface TttxToggle_1_9_25 {
|
|
316
317
|
"initialstate": boolean | string;
|
|
317
318
|
}
|
|
318
|
-
interface
|
|
319
|
+
interface TttxToolbar_1_9_25 {
|
|
319
320
|
"border": boolean;
|
|
320
321
|
}
|
|
321
|
-
interface
|
|
322
|
+
interface TttxTreeView_1_9_25 {
|
|
322
323
|
"data": TreeViewItem[];
|
|
323
324
|
}
|
|
324
325
|
}
|
|
325
|
-
export interface
|
|
326
|
+
export interface TttxCheckbox_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
326
327
|
detail: T;
|
|
327
|
-
target:
|
|
328
|
+
target: HTMLTttxCheckbox_1_9_25Element;
|
|
328
329
|
}
|
|
329
|
-
export interface
|
|
330
|
+
export interface TttxComments_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
330
331
|
detail: T;
|
|
331
|
-
target:
|
|
332
|
+
target: HTMLTttxComments_1_9_25Element;
|
|
332
333
|
}
|
|
333
|
-
export interface
|
|
334
|
+
export interface TttxDialogBox_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
334
335
|
detail: T;
|
|
335
|
-
target:
|
|
336
|
+
target: HTMLTttxDialogBox_1_9_25Element;
|
|
336
337
|
}
|
|
337
|
-
export interface
|
|
338
|
+
export interface TttxDialog_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
338
339
|
detail: T;
|
|
339
|
-
target:
|
|
340
|
+
target: HTMLTttxDialog_1_9_25Element;
|
|
340
341
|
}
|
|
341
|
-
export interface
|
|
342
|
+
export interface TttxExpander_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
342
343
|
detail: T;
|
|
343
|
-
target:
|
|
344
|
+
target: HTMLTttxExpander_1_9_25Element;
|
|
344
345
|
}
|
|
345
|
-
export interface
|
|
346
|
+
export interface TttxFilter_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
346
347
|
detail: T;
|
|
347
|
-
target:
|
|
348
|
+
target: HTMLTttxFilter_1_9_25Element;
|
|
348
349
|
}
|
|
349
|
-
export interface
|
|
350
|
+
export interface TttxForm_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
350
351
|
detail: T;
|
|
351
|
-
target:
|
|
352
|
+
target: HTMLTttxForm_1_9_25Element;
|
|
352
353
|
}
|
|
353
|
-
export interface
|
|
354
|
+
export interface TttxList_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
354
355
|
detail: T;
|
|
355
|
-
target:
|
|
356
|
+
target: HTMLTttxList_1_9_25Element;
|
|
356
357
|
}
|
|
357
|
-
export interface
|
|
358
|
+
export interface TttxMultiselectBox_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
358
359
|
detail: T;
|
|
359
|
-
target:
|
|
360
|
+
target: HTMLTttxMultiselectBox_1_9_25Element;
|
|
360
361
|
}
|
|
361
|
-
export interface
|
|
362
|
+
export interface TttxSelectBox_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
362
363
|
detail: T;
|
|
363
|
-
target:
|
|
364
|
+
target: HTMLTttxSelectBox_1_9_25Element;
|
|
364
365
|
}
|
|
365
|
-
export interface
|
|
366
|
+
export interface TttxSorter_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
366
367
|
detail: T;
|
|
367
|
-
target:
|
|
368
|
+
target: HTMLTttxSorter_1_9_25Element;
|
|
368
369
|
}
|
|
369
|
-
export interface
|
|
370
|
+
export interface TttxStandaloneInput_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
370
371
|
detail: T;
|
|
371
|
-
target:
|
|
372
|
+
target: HTMLTttxStandaloneInput_1_9_25Element;
|
|
372
373
|
}
|
|
373
|
-
export interface
|
|
374
|
+
export interface TttxTable_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
374
375
|
detail: T;
|
|
375
|
-
target:
|
|
376
|
+
target: HTMLTttxTable_1_9_25Element;
|
|
376
377
|
}
|
|
377
|
-
export interface
|
|
378
|
+
export interface TttxTabs_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
378
379
|
detail: T;
|
|
379
|
-
target:
|
|
380
|
+
target: HTMLTttxTabs_1_9_25Element;
|
|
380
381
|
}
|
|
381
|
-
export interface
|
|
382
|
+
export interface TttxTextarea_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
382
383
|
detail: T;
|
|
383
|
-
target:
|
|
384
|
+
target: HTMLTttxTextarea_1_9_25Element;
|
|
384
385
|
}
|
|
385
|
-
export interface
|
|
386
|
+
export interface TttxToggle_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
386
387
|
detail: T;
|
|
387
|
-
target:
|
|
388
|
+
target: HTMLTttxToggle_1_9_25Element;
|
|
388
389
|
}
|
|
389
|
-
export interface
|
|
390
|
+
export interface TttxTreeView_1_9_25CustomEvent<T> extends CustomEvent<T> {
|
|
390
391
|
detail: T;
|
|
391
|
-
target:
|
|
392
|
+
target: HTMLTttxTreeView_1_9_25Element;
|
|
392
393
|
}
|
|
393
394
|
declare global {
|
|
394
|
-
interface
|
|
395
|
+
interface HTMLTttxButton_1_9_25Element extends Components.TttxButton_1_9_25, HTMLStencilElement {
|
|
395
396
|
}
|
|
396
|
-
var
|
|
397
|
-
prototype:
|
|
398
|
-
new ():
|
|
397
|
+
var HTMLTttxButton_1_9_25Element: {
|
|
398
|
+
prototype: HTMLTttxButton_1_9_25Element;
|
|
399
|
+
new (): HTMLTttxButton_1_9_25Element;
|
|
399
400
|
};
|
|
400
|
-
interface
|
|
401
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_25Element extends Components.TttxCheckboxGroupCaption_1_9_25, HTMLStencilElement {
|
|
401
402
|
}
|
|
402
|
-
var
|
|
403
|
-
prototype:
|
|
404
|
-
new ():
|
|
403
|
+
var HTMLTttxCheckboxGroupCaption_1_9_25Element: {
|
|
404
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_25Element;
|
|
405
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_25Element;
|
|
405
406
|
};
|
|
406
|
-
interface
|
|
407
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_25Element extends Components.TttxCheckboxGroupHeading_1_9_25, HTMLStencilElement {
|
|
407
408
|
}
|
|
408
|
-
var
|
|
409
|
-
prototype:
|
|
410
|
-
new ():
|
|
409
|
+
var HTMLTttxCheckboxGroupHeading_1_9_25Element: {
|
|
410
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_25Element;
|
|
411
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_25Element;
|
|
411
412
|
};
|
|
412
|
-
interface
|
|
413
|
+
interface HTMLTttxCheckboxGroup_1_9_25Element extends Components.TttxCheckboxGroup_1_9_25, HTMLStencilElement {
|
|
413
414
|
}
|
|
414
|
-
var
|
|
415
|
-
prototype:
|
|
416
|
-
new ():
|
|
415
|
+
var HTMLTttxCheckboxGroup_1_9_25Element: {
|
|
416
|
+
prototype: HTMLTttxCheckboxGroup_1_9_25Element;
|
|
417
|
+
new (): HTMLTttxCheckboxGroup_1_9_25Element;
|
|
417
418
|
};
|
|
418
|
-
interface
|
|
419
|
+
interface HTMLTttxCheckbox_1_9_25Element extends Components.TttxCheckbox_1_9_25, HTMLStencilElement {
|
|
419
420
|
}
|
|
420
|
-
var
|
|
421
|
-
prototype:
|
|
422
|
-
new ():
|
|
421
|
+
var HTMLTttxCheckbox_1_9_25Element: {
|
|
422
|
+
prototype: HTMLTttxCheckbox_1_9_25Element;
|
|
423
|
+
new (): HTMLTttxCheckbox_1_9_25Element;
|
|
423
424
|
};
|
|
424
|
-
interface
|
|
425
|
+
interface HTMLTttxComments_1_9_25Element extends Components.TttxComments_1_9_25, HTMLStencilElement {
|
|
425
426
|
}
|
|
426
|
-
var
|
|
427
|
-
prototype:
|
|
428
|
-
new ():
|
|
427
|
+
var HTMLTttxComments_1_9_25Element: {
|
|
428
|
+
prototype: HTMLTttxComments_1_9_25Element;
|
|
429
|
+
new (): HTMLTttxComments_1_9_25Element;
|
|
429
430
|
};
|
|
430
|
-
interface
|
|
431
|
+
interface HTMLTttxDataPattern_1_9_25Element extends Components.TttxDataPattern_1_9_25, HTMLStencilElement {
|
|
431
432
|
}
|
|
432
|
-
var
|
|
433
|
-
prototype:
|
|
434
|
-
new ():
|
|
433
|
+
var HTMLTttxDataPattern_1_9_25Element: {
|
|
434
|
+
prototype: HTMLTttxDataPattern_1_9_25Element;
|
|
435
|
+
new (): HTMLTttxDataPattern_1_9_25Element;
|
|
435
436
|
};
|
|
436
|
-
interface
|
|
437
|
+
interface HTMLTttxDatacard_1_9_25Element extends Components.TttxDatacard_1_9_25, HTMLStencilElement {
|
|
437
438
|
}
|
|
438
|
-
var
|
|
439
|
-
prototype:
|
|
440
|
-
new ():
|
|
439
|
+
var HTMLTttxDatacard_1_9_25Element: {
|
|
440
|
+
prototype: HTMLTttxDatacard_1_9_25Element;
|
|
441
|
+
new (): HTMLTttxDatacard_1_9_25Element;
|
|
441
442
|
};
|
|
442
|
-
interface
|
|
443
|
+
interface HTMLTttxDialogBox_1_9_25Element extends Components.TttxDialogBox_1_9_25, HTMLStencilElement {
|
|
443
444
|
}
|
|
444
|
-
var
|
|
445
|
-
prototype:
|
|
446
|
-
new ():
|
|
445
|
+
var HTMLTttxDialogBox_1_9_25Element: {
|
|
446
|
+
prototype: HTMLTttxDialogBox_1_9_25Element;
|
|
447
|
+
new (): HTMLTttxDialogBox_1_9_25Element;
|
|
447
448
|
};
|
|
448
|
-
interface
|
|
449
|
+
interface HTMLTttxDialog_1_9_25Element extends Components.TttxDialog_1_9_25, HTMLStencilElement {
|
|
449
450
|
}
|
|
450
|
-
var
|
|
451
|
-
prototype:
|
|
452
|
-
new ():
|
|
451
|
+
var HTMLTttxDialog_1_9_25Element: {
|
|
452
|
+
prototype: HTMLTttxDialog_1_9_25Element;
|
|
453
|
+
new (): HTMLTttxDialog_1_9_25Element;
|
|
453
454
|
};
|
|
454
|
-
interface
|
|
455
|
+
interface HTMLTttxExpander_1_9_25Element extends Components.TttxExpander_1_9_25, HTMLStencilElement {
|
|
455
456
|
}
|
|
456
|
-
var
|
|
457
|
-
prototype:
|
|
458
|
-
new ():
|
|
457
|
+
var HTMLTttxExpander_1_9_25Element: {
|
|
458
|
+
prototype: HTMLTttxExpander_1_9_25Element;
|
|
459
|
+
new (): HTMLTttxExpander_1_9_25Element;
|
|
459
460
|
};
|
|
460
|
-
interface
|
|
461
|
+
interface HTMLTttxFilter_1_9_25Element extends Components.TttxFilter_1_9_25, HTMLStencilElement {
|
|
461
462
|
}
|
|
462
|
-
var
|
|
463
|
-
prototype:
|
|
464
|
-
new ():
|
|
463
|
+
var HTMLTttxFilter_1_9_25Element: {
|
|
464
|
+
prototype: HTMLTttxFilter_1_9_25Element;
|
|
465
|
+
new (): HTMLTttxFilter_1_9_25Element;
|
|
465
466
|
};
|
|
466
|
-
interface
|
|
467
|
+
interface HTMLTttxForm_1_9_25Element extends Components.TttxForm_1_9_25, HTMLStencilElement {
|
|
467
468
|
}
|
|
468
|
-
var
|
|
469
|
-
prototype:
|
|
470
|
-
new ():
|
|
469
|
+
var HTMLTttxForm_1_9_25Element: {
|
|
470
|
+
prototype: HTMLTttxForm_1_9_25Element;
|
|
471
|
+
new (): HTMLTttxForm_1_9_25Element;
|
|
471
472
|
};
|
|
472
|
-
interface
|
|
473
|
+
interface HTMLTttxGraph_1_9_25Element extends Components.TttxGraph_1_9_25, HTMLStencilElement {
|
|
473
474
|
}
|
|
474
|
-
var
|
|
475
|
-
prototype:
|
|
476
|
-
new ():
|
|
475
|
+
var HTMLTttxGraph_1_9_25Element: {
|
|
476
|
+
prototype: HTMLTttxGraph_1_9_25Element;
|
|
477
|
+
new (): HTMLTttxGraph_1_9_25Element;
|
|
477
478
|
};
|
|
478
|
-
interface
|
|
479
|
+
interface HTMLTttxIcon_1_9_25Element extends Components.TttxIcon_1_9_25, HTMLStencilElement {
|
|
479
480
|
}
|
|
480
|
-
var
|
|
481
|
-
prototype:
|
|
482
|
-
new ():
|
|
481
|
+
var HTMLTttxIcon_1_9_25Element: {
|
|
482
|
+
prototype: HTMLTttxIcon_1_9_25Element;
|
|
483
|
+
new (): HTMLTttxIcon_1_9_25Element;
|
|
483
484
|
};
|
|
484
|
-
interface
|
|
485
|
+
interface HTMLTttxKeyvalueBlock_1_9_25Element extends Components.TttxKeyvalueBlock_1_9_25, HTMLStencilElement {
|
|
485
486
|
}
|
|
486
|
-
var
|
|
487
|
-
prototype:
|
|
488
|
-
new ():
|
|
487
|
+
var HTMLTttxKeyvalueBlock_1_9_25Element: {
|
|
488
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_25Element;
|
|
489
|
+
new (): HTMLTttxKeyvalueBlock_1_9_25Element;
|
|
489
490
|
};
|
|
490
|
-
interface
|
|
491
|
+
interface HTMLTttxList_1_9_25Element extends Components.TttxList_1_9_25, HTMLStencilElement {
|
|
491
492
|
}
|
|
492
|
-
var
|
|
493
|
-
prototype:
|
|
494
|
-
new ():
|
|
493
|
+
var HTMLTttxList_1_9_25Element: {
|
|
494
|
+
prototype: HTMLTttxList_1_9_25Element;
|
|
495
|
+
new (): HTMLTttxList_1_9_25Element;
|
|
495
496
|
};
|
|
496
|
-
interface
|
|
497
|
+
interface HTMLTttxLoadingSpinner_1_9_25Element extends Components.TttxLoadingSpinner_1_9_25, HTMLStencilElement {
|
|
497
498
|
}
|
|
498
|
-
var
|
|
499
|
-
prototype:
|
|
500
|
-
new ():
|
|
499
|
+
var HTMLTttxLoadingSpinner_1_9_25Element: {
|
|
500
|
+
prototype: HTMLTttxLoadingSpinner_1_9_25Element;
|
|
501
|
+
new (): HTMLTttxLoadingSpinner_1_9_25Element;
|
|
501
502
|
};
|
|
502
|
-
interface
|
|
503
|
+
interface HTMLTttxMultiselectBox_1_9_25Element extends Components.TttxMultiselectBox_1_9_25, HTMLStencilElement {
|
|
503
504
|
}
|
|
504
|
-
var
|
|
505
|
-
prototype:
|
|
506
|
-
new ():
|
|
505
|
+
var HTMLTttxMultiselectBox_1_9_25Element: {
|
|
506
|
+
prototype: HTMLTttxMultiselectBox_1_9_25Element;
|
|
507
|
+
new (): HTMLTttxMultiselectBox_1_9_25Element;
|
|
507
508
|
};
|
|
508
|
-
interface
|
|
509
|
+
interface HTMLTttxPercentageBar_1_9_25Element extends Components.TttxPercentageBar_1_9_25, HTMLStencilElement {
|
|
509
510
|
}
|
|
510
|
-
var
|
|
511
|
-
prototype:
|
|
512
|
-
new ():
|
|
511
|
+
var HTMLTttxPercentageBar_1_9_25Element: {
|
|
512
|
+
prototype: HTMLTttxPercentageBar_1_9_25Element;
|
|
513
|
+
new (): HTMLTttxPercentageBar_1_9_25Element;
|
|
513
514
|
};
|
|
514
|
-
interface
|
|
515
|
+
interface HTMLTttxQrcode_1_9_25Element extends Components.TttxQrcode_1_9_25, HTMLStencilElement {
|
|
515
516
|
}
|
|
516
|
-
var
|
|
517
|
-
prototype:
|
|
518
|
-
new ():
|
|
517
|
+
var HTMLTttxQrcode_1_9_25Element: {
|
|
518
|
+
prototype: HTMLTttxQrcode_1_9_25Element;
|
|
519
|
+
new (): HTMLTttxQrcode_1_9_25Element;
|
|
519
520
|
};
|
|
520
|
-
interface
|
|
521
|
+
interface HTMLTttxSelectBox_1_9_25Element extends Components.TttxSelectBox_1_9_25, HTMLStencilElement {
|
|
521
522
|
}
|
|
522
|
-
var
|
|
523
|
-
prototype:
|
|
524
|
-
new ():
|
|
523
|
+
var HTMLTttxSelectBox_1_9_25Element: {
|
|
524
|
+
prototype: HTMLTttxSelectBox_1_9_25Element;
|
|
525
|
+
new (): HTMLTttxSelectBox_1_9_25Element;
|
|
525
526
|
};
|
|
526
|
-
interface
|
|
527
|
+
interface HTMLTttxSorter_1_9_25Element extends Components.TttxSorter_1_9_25, HTMLStencilElement {
|
|
527
528
|
}
|
|
528
|
-
var
|
|
529
|
-
prototype:
|
|
530
|
-
new ():
|
|
529
|
+
var HTMLTttxSorter_1_9_25Element: {
|
|
530
|
+
prototype: HTMLTttxSorter_1_9_25Element;
|
|
531
|
+
new (): HTMLTttxSorter_1_9_25Element;
|
|
531
532
|
};
|
|
532
|
-
interface
|
|
533
|
+
interface HTMLTttxStandaloneInput_1_9_25Element extends Components.TttxStandaloneInput_1_9_25, HTMLStencilElement {
|
|
533
534
|
}
|
|
534
|
-
var
|
|
535
|
-
prototype:
|
|
536
|
-
new ():
|
|
535
|
+
var HTMLTttxStandaloneInput_1_9_25Element: {
|
|
536
|
+
prototype: HTMLTttxStandaloneInput_1_9_25Element;
|
|
537
|
+
new (): HTMLTttxStandaloneInput_1_9_25Element;
|
|
537
538
|
};
|
|
538
|
-
interface
|
|
539
|
+
interface HTMLTttxTable_1_9_25Element extends Components.TttxTable_1_9_25, HTMLStencilElement {
|
|
539
540
|
}
|
|
540
|
-
var
|
|
541
|
-
prototype:
|
|
542
|
-
new ():
|
|
541
|
+
var HTMLTttxTable_1_9_25Element: {
|
|
542
|
+
prototype: HTMLTttxTable_1_9_25Element;
|
|
543
|
+
new (): HTMLTttxTable_1_9_25Element;
|
|
543
544
|
};
|
|
544
|
-
interface
|
|
545
|
+
interface HTMLTttxTabs_1_9_25Element extends Components.TttxTabs_1_9_25, HTMLStencilElement {
|
|
545
546
|
}
|
|
546
|
-
var
|
|
547
|
-
prototype:
|
|
548
|
-
new ():
|
|
547
|
+
var HTMLTttxTabs_1_9_25Element: {
|
|
548
|
+
prototype: HTMLTttxTabs_1_9_25Element;
|
|
549
|
+
new (): HTMLTttxTabs_1_9_25Element;
|
|
549
550
|
};
|
|
550
|
-
interface
|
|
551
|
+
interface HTMLTttxTag_1_9_25Element extends Components.TttxTag_1_9_25, HTMLStencilElement {
|
|
551
552
|
}
|
|
552
|
-
var
|
|
553
|
-
prototype:
|
|
554
|
-
new ():
|
|
553
|
+
var HTMLTttxTag_1_9_25Element: {
|
|
554
|
+
prototype: HTMLTttxTag_1_9_25Element;
|
|
555
|
+
new (): HTMLTttxTag_1_9_25Element;
|
|
555
556
|
};
|
|
556
|
-
interface
|
|
557
|
+
interface HTMLTttxTextarea_1_9_25Element extends Components.TttxTextarea_1_9_25, HTMLStencilElement {
|
|
557
558
|
}
|
|
558
|
-
var
|
|
559
|
-
prototype:
|
|
560
|
-
new ():
|
|
559
|
+
var HTMLTttxTextarea_1_9_25Element: {
|
|
560
|
+
prototype: HTMLTttxTextarea_1_9_25Element;
|
|
561
|
+
new (): HTMLTttxTextarea_1_9_25Element;
|
|
561
562
|
};
|
|
562
|
-
interface
|
|
563
|
+
interface HTMLTttxToggle_1_9_25Element extends Components.TttxToggle_1_9_25, HTMLStencilElement {
|
|
563
564
|
}
|
|
564
|
-
var
|
|
565
|
-
prototype:
|
|
566
|
-
new ():
|
|
565
|
+
var HTMLTttxToggle_1_9_25Element: {
|
|
566
|
+
prototype: HTMLTttxToggle_1_9_25Element;
|
|
567
|
+
new (): HTMLTttxToggle_1_9_25Element;
|
|
567
568
|
};
|
|
568
|
-
interface
|
|
569
|
+
interface HTMLTttxToolbar_1_9_25Element extends Components.TttxToolbar_1_9_25, HTMLStencilElement {
|
|
569
570
|
}
|
|
570
|
-
var
|
|
571
|
-
prototype:
|
|
572
|
-
new ():
|
|
571
|
+
var HTMLTttxToolbar_1_9_25Element: {
|
|
572
|
+
prototype: HTMLTttxToolbar_1_9_25Element;
|
|
573
|
+
new (): HTMLTttxToolbar_1_9_25Element;
|
|
573
574
|
};
|
|
574
|
-
interface
|
|
575
|
+
interface HTMLTttxTreeView_1_9_25Element extends Components.TttxTreeView_1_9_25, HTMLStencilElement {
|
|
575
576
|
}
|
|
576
|
-
var
|
|
577
|
-
prototype:
|
|
578
|
-
new ():
|
|
577
|
+
var HTMLTttxTreeView_1_9_25Element: {
|
|
578
|
+
prototype: HTMLTttxTreeView_1_9_25Element;
|
|
579
|
+
new (): HTMLTttxTreeView_1_9_25Element;
|
|
579
580
|
};
|
|
580
581
|
interface HTMLElementTagNameMap {
|
|
581
|
-
"tttx-
|
|
582
|
-
"tttx-checkbox-group-
|
|
583
|
-
"tttx-checkbox-group-
|
|
584
|
-
"tttx-checkbox-
|
|
585
|
-
"tttx-
|
|
586
|
-
"tttx-
|
|
587
|
-
"tttx-data-
|
|
588
|
-
"tttx-
|
|
589
|
-
"tttx-dialog-
|
|
590
|
-
"tttx-
|
|
591
|
-
"tttx-
|
|
592
|
-
"tttx-
|
|
593
|
-
"tttx-
|
|
594
|
-
"tttx-
|
|
595
|
-
"tttx-
|
|
596
|
-
"tttx-keyvalue-
|
|
597
|
-
"tttx-
|
|
598
|
-
"tttx-loading-
|
|
599
|
-
"tttx-multiselect-
|
|
600
|
-
"tttx-percentage-
|
|
601
|
-
"tttx-
|
|
602
|
-
"tttx-select-
|
|
603
|
-
"tttx-
|
|
604
|
-
"tttx-standalone-
|
|
605
|
-
"tttx-
|
|
606
|
-
"tttx-
|
|
607
|
-
"tttx-
|
|
608
|
-
"tttx-
|
|
609
|
-
"tttx-
|
|
610
|
-
"tttx-
|
|
611
|
-
"tttx-tree-
|
|
582
|
+
"tttx-button_1_9_25": HTMLTttxButton_1_9_25Element;
|
|
583
|
+
"tttx-checkbox-group-caption_1_9_25": HTMLTttxCheckboxGroupCaption_1_9_25Element;
|
|
584
|
+
"tttx-checkbox-group-heading_1_9_25": HTMLTttxCheckboxGroupHeading_1_9_25Element;
|
|
585
|
+
"tttx-checkbox-group_1_9_25": HTMLTttxCheckboxGroup_1_9_25Element;
|
|
586
|
+
"tttx-checkbox_1_9_25": HTMLTttxCheckbox_1_9_25Element;
|
|
587
|
+
"tttx-comments_1_9_25": HTMLTttxComments_1_9_25Element;
|
|
588
|
+
"tttx-data-pattern_1_9_25": HTMLTttxDataPattern_1_9_25Element;
|
|
589
|
+
"tttx-datacard_1_9_25": HTMLTttxDatacard_1_9_25Element;
|
|
590
|
+
"tttx-dialog-box_1_9_25": HTMLTttxDialogBox_1_9_25Element;
|
|
591
|
+
"tttx-dialog_1_9_25": HTMLTttxDialog_1_9_25Element;
|
|
592
|
+
"tttx-expander_1_9_25": HTMLTttxExpander_1_9_25Element;
|
|
593
|
+
"tttx-filter_1_9_25": HTMLTttxFilter_1_9_25Element;
|
|
594
|
+
"tttx-form_1_9_25": HTMLTttxForm_1_9_25Element;
|
|
595
|
+
"tttx-graph_1_9_25": HTMLTttxGraph_1_9_25Element;
|
|
596
|
+
"tttx-icon_1_9_25": HTMLTttxIcon_1_9_25Element;
|
|
597
|
+
"tttx-keyvalue-block_1_9_25": HTMLTttxKeyvalueBlock_1_9_25Element;
|
|
598
|
+
"tttx-list_1_9_25": HTMLTttxList_1_9_25Element;
|
|
599
|
+
"tttx-loading-spinner_1_9_25": HTMLTttxLoadingSpinner_1_9_25Element;
|
|
600
|
+
"tttx-multiselect-box_1_9_25": HTMLTttxMultiselectBox_1_9_25Element;
|
|
601
|
+
"tttx-percentage-bar_1_9_25": HTMLTttxPercentageBar_1_9_25Element;
|
|
602
|
+
"tttx-qrcode_1_9_25": HTMLTttxQrcode_1_9_25Element;
|
|
603
|
+
"tttx-select-box_1_9_25": HTMLTttxSelectBox_1_9_25Element;
|
|
604
|
+
"tttx-sorter_1_9_25": HTMLTttxSorter_1_9_25Element;
|
|
605
|
+
"tttx-standalone-input_1_9_25": HTMLTttxStandaloneInput_1_9_25Element;
|
|
606
|
+
"tttx-table_1_9_25": HTMLTttxTable_1_9_25Element;
|
|
607
|
+
"tttx-tabs_1_9_25": HTMLTttxTabs_1_9_25Element;
|
|
608
|
+
"tttx-tag_1_9_25": HTMLTttxTag_1_9_25Element;
|
|
609
|
+
"tttx-textarea_1_9_25": HTMLTttxTextarea_1_9_25Element;
|
|
610
|
+
"tttx-toggle_1_9_25": HTMLTttxToggle_1_9_25Element;
|
|
611
|
+
"tttx-toolbar_1_9_25": HTMLTttxToolbar_1_9_25Element;
|
|
612
|
+
"tttx-tree-view_1_9_25": HTMLTttxTreeView_1_9_25Element;
|
|
612
613
|
}
|
|
613
614
|
}
|
|
614
615
|
declare namespace LocalJSX {
|
|
615
|
-
interface
|
|
616
|
+
interface TttxButton_1_9_25 {
|
|
616
617
|
"design"?: string;
|
|
617
618
|
"icon"?: string;
|
|
618
619
|
"iconcolor"?: string;
|
|
619
620
|
"iconposition"?: 'left' | 'right';
|
|
620
621
|
"notext"?: boolean;
|
|
621
622
|
}
|
|
622
|
-
interface
|
|
623
|
+
interface TttxCheckboxGroupCaption_1_9_25 {
|
|
623
624
|
}
|
|
624
|
-
interface
|
|
625
|
+
interface TttxCheckboxGroupHeading_1_9_25 {
|
|
625
626
|
}
|
|
626
|
-
interface
|
|
627
|
+
interface TttxCheckboxGroup_1_9_25 {
|
|
627
628
|
}
|
|
628
|
-
interface
|
|
629
|
+
interface TttxCheckbox_1_9_25 {
|
|
629
630
|
"checkboxId"?: string;
|
|
630
631
|
"checked"?: boolean;
|
|
631
632
|
"indeterminate"?: boolean;
|
|
632
633
|
"inline"?: boolean;
|
|
633
634
|
"label"?: string;
|
|
634
|
-
"onCheckboxChangeEvent"?: (event:
|
|
635
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_25CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
635
636
|
}
|
|
636
|
-
interface
|
|
637
|
+
interface TttxComments_1_9_25 {
|
|
637
638
|
"comments"?: string | Comment[];
|
|
638
639
|
"currentuser"?: string;
|
|
639
|
-
"onCommentAdded"?: (event:
|
|
640
|
-
"onRequestFileDownload"?: (event:
|
|
641
|
-
"onRequestFileUpload"?: (event:
|
|
640
|
+
"onCommentAdded"?: (event: TttxComments_1_9_25CustomEvent<Comment>) => void;
|
|
641
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_25CustomEvent<string>) => void;
|
|
642
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_25CustomEvent<void>) => void;
|
|
642
643
|
}
|
|
643
|
-
interface
|
|
644
|
+
interface TttxDataPattern_1_9_25 {
|
|
644
645
|
"addbutton"?: boolean;
|
|
645
646
|
"addbuttonlabel"?: string;
|
|
646
647
|
"data"?: string;
|
|
@@ -650,7 +651,7 @@ declare namespace LocalJSX {
|
|
|
650
651
|
"searchplaceholder"?: string;
|
|
651
652
|
"sorterOptions"?: string;
|
|
652
653
|
}
|
|
653
|
-
interface
|
|
654
|
+
interface TttxDatacard_1_9_25 {
|
|
654
655
|
"cardTitle"?: string;
|
|
655
656
|
"cardType"?: string;
|
|
656
657
|
"chartConfig"?: string;
|
|
@@ -659,87 +660,87 @@ declare namespace LocalJSX {
|
|
|
659
660
|
"rightData"?: string;
|
|
660
661
|
"rightSubtext"?: string;
|
|
661
662
|
}
|
|
662
|
-
interface
|
|
663
|
+
interface TttxDialogBox_1_9_25 {
|
|
663
664
|
"allowOverflow"?: boolean;
|
|
664
665
|
"data"?: string | DialogItems;
|
|
665
|
-
"onButtonClick"?: (event:
|
|
666
|
-
"onCloseButtonClick"?: (event:
|
|
667
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
666
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_25CustomEvent<any>) => void;
|
|
667
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_25CustomEvent<any>) => void;
|
|
668
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_25CustomEvent<any>) => void;
|
|
668
669
|
"open"?: boolean;
|
|
669
670
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
670
671
|
}
|
|
671
|
-
interface
|
|
672
|
+
interface TttxDialog_1_9_25 {
|
|
672
673
|
"allowOverflow"?: boolean;
|
|
673
674
|
"closeEnabled"?: boolean;
|
|
674
675
|
"header"?: string;
|
|
675
|
-
"onCloseButtonClick"?: (event:
|
|
676
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_25CustomEvent<any>) => void;
|
|
676
677
|
"open"?: boolean;
|
|
677
678
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
678
679
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
679
680
|
}
|
|
680
|
-
interface
|
|
681
|
+
interface TttxExpander_1_9_25 {
|
|
681
682
|
"lefticon"?: string;
|
|
682
683
|
"lefticoncolor"?: string;
|
|
683
684
|
"name"?: string;
|
|
684
|
-
"onToggleExpander"?: (event:
|
|
685
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_25CustomEvent<{ open: boolean; name: string }>) => void;
|
|
685
686
|
"open"?: boolean;
|
|
686
687
|
}
|
|
687
|
-
interface
|
|
688
|
+
interface TttxFilter_1_9_25 {
|
|
688
689
|
"defaultFilterOptions"?: string[] | string;
|
|
689
690
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
690
691
|
"filterHeader"?: string;
|
|
691
692
|
"filterKey"?: string;
|
|
692
693
|
"filterOptions"?: string | FilterSettings[];
|
|
693
|
-
"onFilterChangeEvent"?: (event:
|
|
694
|
-
"onToggleFilter"?: (event:
|
|
694
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_25CustomEvent<FilterChangeEvent>) => void;
|
|
695
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_25CustomEvent<boolean>) => void;
|
|
695
696
|
"popoverWidth"?: string;
|
|
696
697
|
"showOptionIcons"?: boolean;
|
|
697
698
|
"showSearchField"?: boolean;
|
|
698
699
|
"showSelectAll"?: boolean;
|
|
699
700
|
}
|
|
700
|
-
interface
|
|
701
|
+
interface TttxForm_1_9_25 {
|
|
701
702
|
"data"?: any;
|
|
702
703
|
"formschema"?: Record<string, any> | string;
|
|
703
|
-
"onDataChanged"?: (event:
|
|
704
|
-
"onDataSubmitted"?: (event:
|
|
705
|
-
"onSearchTermChanged"?: (event:
|
|
706
|
-
"onSelectToggleOpen"?: (event:
|
|
704
|
+
"onDataChanged"?: (event: TttxForm_1_9_25CustomEvent<{ name: string; value: string }>) => void;
|
|
705
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_25CustomEvent<FormData>) => void;
|
|
706
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_25CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
707
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_25CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
707
708
|
}
|
|
708
|
-
interface
|
|
709
|
+
interface TttxGraph_1_9_25 {
|
|
709
710
|
"chartData"?: string;
|
|
710
711
|
"chartText"?: string;
|
|
711
712
|
"chartType"?: string;
|
|
712
713
|
}
|
|
713
|
-
interface
|
|
714
|
+
interface TttxIcon_1_9_25 {
|
|
714
715
|
"color"?: string;
|
|
715
716
|
"icon"?: string;
|
|
716
717
|
"size"?: number;
|
|
717
718
|
}
|
|
718
|
-
interface
|
|
719
|
+
interface TttxKeyvalueBlock_1_9_25 {
|
|
719
720
|
"horizontal"?: boolean;
|
|
720
721
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
721
722
|
"spacedout"?: boolean;
|
|
722
723
|
}
|
|
723
|
-
interface
|
|
724
|
+
interface TttxList_1_9_25 {
|
|
724
725
|
"data"?: string | ListItem[];
|
|
725
726
|
"name"?: string;
|
|
726
|
-
"onListRowCheckboxClick"?: (event:
|
|
727
|
-
"onListRowClick"?: (event:
|
|
727
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_25CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
728
|
+
"onListRowClick"?: (event: TttxList_1_9_25CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
728
729
|
}
|
|
729
|
-
interface
|
|
730
|
+
interface TttxLoadingSpinner_1_9_25 {
|
|
730
731
|
"loadingMessage"?: boolean;
|
|
731
732
|
"size"?: 'small' | 'large';
|
|
732
733
|
}
|
|
733
|
-
interface
|
|
734
|
+
interface TttxMultiselectBox_1_9_25 {
|
|
734
735
|
"htmlVisibleValue"?: boolean;
|
|
735
736
|
"inline"?: boolean;
|
|
736
737
|
"isLoading"?: boolean;
|
|
737
738
|
"label"?: string;
|
|
738
739
|
"nonPriorityLabel"?: string;
|
|
739
|
-
"onChangesApplied"?: (event:
|
|
740
|
-
"onSearchDataChanged"?: (event:
|
|
741
|
-
"onSelectItemEvent"?: (event:
|
|
742
|
-
"onToggleOpen"?: (event:
|
|
740
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_25CustomEvent<SelectItem[]>) => void;
|
|
741
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_25CustomEvent<{ searchTerm: string; }>) => void;
|
|
742
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_25CustomEvent<SelectItem>) => void;
|
|
743
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_25CustomEvent<boolean>) => void;
|
|
743
744
|
"optionsData"?: string | SelectItem[];
|
|
744
745
|
"placeholder"?: string;
|
|
745
746
|
"priorityLabel"?: string;
|
|
@@ -748,28 +749,28 @@ declare namespace LocalJSX {
|
|
|
748
749
|
"stopLocalSearch"?: boolean;
|
|
749
750
|
"visibleValue"?: string;
|
|
750
751
|
}
|
|
751
|
-
interface
|
|
752
|
+
interface TttxPercentageBar_1_9_25 {
|
|
752
753
|
"color"?: string;
|
|
753
754
|
"labelid"?: string;
|
|
754
755
|
"min"?: string;
|
|
755
756
|
"percentage"?: string | number;
|
|
756
757
|
"thresholds"?: string | Threshold[];
|
|
757
758
|
}
|
|
758
|
-
interface
|
|
759
|
+
interface TttxQrcode_1_9_25 {
|
|
759
760
|
"link"?: string;
|
|
760
761
|
"size"?: number;
|
|
761
762
|
}
|
|
762
|
-
interface
|
|
763
|
+
interface TttxSelectBox_1_9_25 {
|
|
763
764
|
"errorMsg"?: string;
|
|
764
765
|
"inline"?: boolean;
|
|
765
766
|
"isAllExternalDataLoaded"?: boolean;
|
|
766
767
|
"isLoading"?: boolean;
|
|
767
768
|
"label"?: string;
|
|
768
769
|
"nonPriorityLabel"?: string;
|
|
769
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
770
|
-
"onSelectEndReached"?: (event:
|
|
771
|
-
"onSelectItemEvent"?: (event:
|
|
772
|
-
"onToggleOpen"?: (event:
|
|
770
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_25CustomEvent<string>) => void;
|
|
771
|
+
"onSelectEndReached"?: (event: TttxSelectBox_1_9_25CustomEvent<string>) => void;
|
|
772
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_25CustomEvent<SelectItem1>) => void;
|
|
773
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_25CustomEvent<boolean>) => void;
|
|
773
774
|
"optionsData"?: string | SelectItem1[];
|
|
774
775
|
"placeholder"?: string;
|
|
775
776
|
"priorityLabel"?: string;
|
|
@@ -781,15 +782,15 @@ declare namespace LocalJSX {
|
|
|
781
782
|
"useExternalFiltering"?: boolean;
|
|
782
783
|
"useExternalPaginatedFiltering"?: boolean;
|
|
783
784
|
}
|
|
784
|
-
interface
|
|
785
|
+
interface TttxSorter_1_9_25 {
|
|
785
786
|
"defaultOption"?: string;
|
|
786
787
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
787
788
|
"fieldOptionsData"?: string | SorterData;
|
|
788
|
-
"onSorterChangeEvent"?: (event:
|
|
789
|
-
"onToggleSorter"?: (event:
|
|
789
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_25CustomEvent<SorterChangeEvent>) => void;
|
|
790
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_25CustomEvent<boolean>) => void;
|
|
790
791
|
"sorterKey"?: string;
|
|
791
792
|
}
|
|
792
|
-
interface
|
|
793
|
+
interface TttxStandaloneInput_1_9_25 {
|
|
793
794
|
"autocomplete"?: 'off' | 'on';
|
|
794
795
|
"checked"?: boolean;
|
|
795
796
|
"disabled"?: boolean;
|
|
@@ -805,8 +806,8 @@ declare namespace LocalJSX {
|
|
|
805
806
|
"inputiconcolor"?: string;
|
|
806
807
|
/**
|
|
807
808
|
* tabindex - Allows the HTML elements to be focusable
|
|
808
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
809
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
809
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_25 input-index="1" />
|
|
810
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_25 inputindex={1} />
|
|
810
811
|
*/
|
|
811
812
|
"inputindex"?: string | number;
|
|
812
813
|
/**
|
|
@@ -820,13 +821,13 @@ declare namespace LocalJSX {
|
|
|
820
821
|
"min"?: MinMaxDates | number;
|
|
821
822
|
"minlength"?: string | number;
|
|
822
823
|
"name"?: string;
|
|
823
|
-
"onBlurChanged"?: (event:
|
|
824
|
-
"onFocusChanged"?: (event:
|
|
825
|
-
"onInputIconClick"?: (event:
|
|
826
|
-
"onInvalidChanged"?: (event:
|
|
827
|
-
"onLeftIconClick"?: (event:
|
|
828
|
-
"onRightIconClick"?: (event:
|
|
829
|
-
"onValueChanged"?: (event:
|
|
824
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_25CustomEvent<string>) => void;
|
|
825
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_25CustomEvent<string>) => void;
|
|
826
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_25CustomEvent<void>) => void;
|
|
827
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_25CustomEvent<string>) => void;
|
|
828
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_25CustomEvent<void>) => void;
|
|
829
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_25CustomEvent<void>) => void;
|
|
830
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_25CustomEvent<string>) => void;
|
|
830
831
|
"pattern"?: string;
|
|
831
832
|
"placeholder"?: string;
|
|
832
833
|
"readonly"?: string | boolean;
|
|
@@ -841,27 +842,27 @@ declare namespace LocalJSX {
|
|
|
841
842
|
"type"?: string;
|
|
842
843
|
"value"?: string | number;
|
|
843
844
|
}
|
|
844
|
-
interface
|
|
845
|
+
interface TttxTable_1_9_25 {
|
|
845
846
|
"data"?: any;
|
|
846
847
|
"draggableHeaders"?: boolean;
|
|
847
848
|
"headers"?: TableHeader[];
|
|
848
849
|
"loading"?: boolean;
|
|
849
|
-
"onHeaderClicked"?: (event:
|
|
850
|
-
"onHeaderOrderChanged"?: (event:
|
|
851
|
-
"onRowClicked"?: (event:
|
|
850
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_25CustomEvent<any>) => void;
|
|
851
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_25CustomEvent<string[]>) => void;
|
|
852
|
+
"onRowClicked"?: (event: TttxTable_1_9_25CustomEvent<any>) => void;
|
|
852
853
|
"selectable"?: boolean;
|
|
853
854
|
"selected"?: number;
|
|
854
855
|
}
|
|
855
|
-
interface
|
|
856
|
+
interface TttxTabs_1_9_25 {
|
|
856
857
|
"navigation"?: boolean;
|
|
857
|
-
"onLeftNavigation"?: (event:
|
|
858
|
-
"onRightNavigation"?: (event:
|
|
859
|
-
"onTabClick"?: (event:
|
|
858
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_25CustomEvent<any>) => void;
|
|
859
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_25CustomEvent<any>) => void;
|
|
860
|
+
"onTabClick"?: (event: TttxTabs_1_9_25CustomEvent<{ tabId: string }>) => void;
|
|
860
861
|
"tabs"?: string | Tab[];
|
|
861
862
|
"tabsName"?: string;
|
|
862
863
|
"wide"?: boolean;
|
|
863
864
|
}
|
|
864
|
-
interface
|
|
865
|
+
interface TttxTag_1_9_25 {
|
|
865
866
|
"color"?: string;
|
|
866
867
|
"hasIcon"?: boolean;
|
|
867
868
|
"icon"?: string;
|
|
@@ -870,13 +871,13 @@ declare namespace LocalJSX {
|
|
|
870
871
|
"text"?: string;
|
|
871
872
|
"textColor"?: string;
|
|
872
873
|
}
|
|
873
|
-
interface
|
|
874
|
+
interface TttxTextarea_1_9_25 {
|
|
874
875
|
"disabled"?: boolean;
|
|
875
876
|
"errormsg"?: string;
|
|
876
877
|
/**
|
|
877
878
|
* tabindex - Allows the HTML elements to be focusable
|
|
878
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
879
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
879
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_25 input-index="1" />
|
|
880
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_25 inputindex={1} />
|
|
880
881
|
*/
|
|
881
882
|
"inputindex"?: string | number;
|
|
882
883
|
/**
|
|
@@ -887,10 +888,10 @@ declare namespace LocalJSX {
|
|
|
887
888
|
"label"?: string;
|
|
888
889
|
"maxlength"?: string | number;
|
|
889
890
|
"name"?: string;
|
|
890
|
-
"onBlurChanged"?: (event:
|
|
891
|
-
"onFocusChanged"?: (event:
|
|
892
|
-
"onInvalidChanged"?: (event:
|
|
893
|
-
"onValueChanged"?: (event:
|
|
891
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_25CustomEvent<string>) => void;
|
|
892
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_25CustomEvent<string>) => void;
|
|
893
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_25CustomEvent<string>) => void;
|
|
894
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_25CustomEvent<string>) => void;
|
|
894
895
|
"placeholder"?: string;
|
|
895
896
|
"readonly"?: string | boolean;
|
|
896
897
|
"required"?: boolean;
|
|
@@ -904,88 +905,88 @@ declare namespace LocalJSX {
|
|
|
904
905
|
"textareaautofocus"?: boolean;
|
|
905
906
|
"value"?: string | number;
|
|
906
907
|
}
|
|
907
|
-
interface
|
|
908
|
+
interface TttxToggle_1_9_25 {
|
|
908
909
|
"initialstate"?: boolean | string;
|
|
909
|
-
"onToggleSwitchEvent"?: (event:
|
|
910
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_25CustomEvent<{checked: boolean}>) => void;
|
|
910
911
|
}
|
|
911
|
-
interface
|
|
912
|
+
interface TttxToolbar_1_9_25 {
|
|
912
913
|
"border"?: boolean;
|
|
913
914
|
}
|
|
914
|
-
interface
|
|
915
|
+
interface TttxTreeView_1_9_25 {
|
|
915
916
|
"data"?: TreeViewItem[];
|
|
916
|
-
"onCheckboxChange"?: (event:
|
|
917
|
-
"onClickEvent"?: (event:
|
|
918
|
-
"onExpandNode"?: (event:
|
|
917
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_25CustomEvent<TreeViewItem[]>) => void;
|
|
918
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_25CustomEvent<TreeViewItem>) => void;
|
|
919
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_25CustomEvent<ExpandNodeEvent>) => void;
|
|
919
920
|
}
|
|
920
921
|
interface IntrinsicElements {
|
|
921
|
-
"tttx-
|
|
922
|
-
"tttx-checkbox-group-
|
|
923
|
-
"tttx-checkbox-group-
|
|
924
|
-
"tttx-checkbox-
|
|
925
|
-
"tttx-
|
|
926
|
-
"tttx-
|
|
927
|
-
"tttx-data-
|
|
928
|
-
"tttx-
|
|
929
|
-
"tttx-dialog-
|
|
930
|
-
"tttx-
|
|
931
|
-
"tttx-
|
|
932
|
-
"tttx-
|
|
933
|
-
"tttx-
|
|
934
|
-
"tttx-
|
|
935
|
-
"tttx-
|
|
936
|
-
"tttx-keyvalue-
|
|
937
|
-
"tttx-
|
|
938
|
-
"tttx-loading-
|
|
939
|
-
"tttx-multiselect-
|
|
940
|
-
"tttx-percentage-
|
|
941
|
-
"tttx-
|
|
942
|
-
"tttx-select-
|
|
943
|
-
"tttx-
|
|
944
|
-
"tttx-standalone-
|
|
945
|
-
"tttx-
|
|
946
|
-
"tttx-
|
|
947
|
-
"tttx-
|
|
948
|
-
"tttx-
|
|
949
|
-
"tttx-
|
|
950
|
-
"tttx-
|
|
951
|
-
"tttx-tree-
|
|
922
|
+
"tttx-button_1_9_25": TttxButton_1_9_25;
|
|
923
|
+
"tttx-checkbox-group-caption_1_9_25": TttxCheckboxGroupCaption_1_9_25;
|
|
924
|
+
"tttx-checkbox-group-heading_1_9_25": TttxCheckboxGroupHeading_1_9_25;
|
|
925
|
+
"tttx-checkbox-group_1_9_25": TttxCheckboxGroup_1_9_25;
|
|
926
|
+
"tttx-checkbox_1_9_25": TttxCheckbox_1_9_25;
|
|
927
|
+
"tttx-comments_1_9_25": TttxComments_1_9_25;
|
|
928
|
+
"tttx-data-pattern_1_9_25": TttxDataPattern_1_9_25;
|
|
929
|
+
"tttx-datacard_1_9_25": TttxDatacard_1_9_25;
|
|
930
|
+
"tttx-dialog-box_1_9_25": TttxDialogBox_1_9_25;
|
|
931
|
+
"tttx-dialog_1_9_25": TttxDialog_1_9_25;
|
|
932
|
+
"tttx-expander_1_9_25": TttxExpander_1_9_25;
|
|
933
|
+
"tttx-filter_1_9_25": TttxFilter_1_9_25;
|
|
934
|
+
"tttx-form_1_9_25": TttxForm_1_9_25;
|
|
935
|
+
"tttx-graph_1_9_25": TttxGraph_1_9_25;
|
|
936
|
+
"tttx-icon_1_9_25": TttxIcon_1_9_25;
|
|
937
|
+
"tttx-keyvalue-block_1_9_25": TttxKeyvalueBlock_1_9_25;
|
|
938
|
+
"tttx-list_1_9_25": TttxList_1_9_25;
|
|
939
|
+
"tttx-loading-spinner_1_9_25": TttxLoadingSpinner_1_9_25;
|
|
940
|
+
"tttx-multiselect-box_1_9_25": TttxMultiselectBox_1_9_25;
|
|
941
|
+
"tttx-percentage-bar_1_9_25": TttxPercentageBar_1_9_25;
|
|
942
|
+
"tttx-qrcode_1_9_25": TttxQrcode_1_9_25;
|
|
943
|
+
"tttx-select-box_1_9_25": TttxSelectBox_1_9_25;
|
|
944
|
+
"tttx-sorter_1_9_25": TttxSorter_1_9_25;
|
|
945
|
+
"tttx-standalone-input_1_9_25": TttxStandaloneInput_1_9_25;
|
|
946
|
+
"tttx-table_1_9_25": TttxTable_1_9_25;
|
|
947
|
+
"tttx-tabs_1_9_25": TttxTabs_1_9_25;
|
|
948
|
+
"tttx-tag_1_9_25": TttxTag_1_9_25;
|
|
949
|
+
"tttx-textarea_1_9_25": TttxTextarea_1_9_25;
|
|
950
|
+
"tttx-toggle_1_9_25": TttxToggle_1_9_25;
|
|
951
|
+
"tttx-toolbar_1_9_25": TttxToolbar_1_9_25;
|
|
952
|
+
"tttx-tree-view_1_9_25": TttxTreeView_1_9_25;
|
|
952
953
|
}
|
|
953
954
|
}
|
|
954
955
|
export { LocalJSX as JSX };
|
|
955
956
|
declare module "@stencil/core" {
|
|
956
957
|
export namespace JSX {
|
|
957
958
|
interface IntrinsicElements {
|
|
958
|
-
"tttx-
|
|
959
|
-
"tttx-checkbox-group-
|
|
960
|
-
"tttx-checkbox-group-
|
|
961
|
-
"tttx-checkbox-
|
|
962
|
-
"tttx-
|
|
963
|
-
"tttx-
|
|
964
|
-
"tttx-data-
|
|
965
|
-
"tttx-
|
|
966
|
-
"tttx-dialog-
|
|
967
|
-
"tttx-
|
|
968
|
-
"tttx-
|
|
969
|
-
"tttx-
|
|
970
|
-
"tttx-
|
|
971
|
-
"tttx-
|
|
972
|
-
"tttx-
|
|
973
|
-
"tttx-keyvalue-
|
|
974
|
-
"tttx-
|
|
975
|
-
"tttx-loading-
|
|
976
|
-
"tttx-multiselect-
|
|
977
|
-
"tttx-percentage-
|
|
978
|
-
"tttx-
|
|
979
|
-
"tttx-select-
|
|
980
|
-
"tttx-
|
|
981
|
-
"tttx-standalone-
|
|
982
|
-
"tttx-
|
|
983
|
-
"tttx-
|
|
984
|
-
"tttx-
|
|
985
|
-
"tttx-
|
|
986
|
-
"tttx-
|
|
987
|
-
"tttx-
|
|
988
|
-
"tttx-tree-
|
|
959
|
+
"tttx-button_1_9_25": LocalJSX.TttxButton_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_25Element>;
|
|
960
|
+
"tttx-checkbox-group-caption_1_9_25": LocalJSX.TttxCheckboxGroupCaption_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_25Element>;
|
|
961
|
+
"tttx-checkbox-group-heading_1_9_25": LocalJSX.TttxCheckboxGroupHeading_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_25Element>;
|
|
962
|
+
"tttx-checkbox-group_1_9_25": LocalJSX.TttxCheckboxGroup_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_25Element>;
|
|
963
|
+
"tttx-checkbox_1_9_25": LocalJSX.TttxCheckbox_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_25Element>;
|
|
964
|
+
"tttx-comments_1_9_25": LocalJSX.TttxComments_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_25Element>;
|
|
965
|
+
"tttx-data-pattern_1_9_25": LocalJSX.TttxDataPattern_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_25Element>;
|
|
966
|
+
"tttx-datacard_1_9_25": LocalJSX.TttxDatacard_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_25Element>;
|
|
967
|
+
"tttx-dialog-box_1_9_25": LocalJSX.TttxDialogBox_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_25Element>;
|
|
968
|
+
"tttx-dialog_1_9_25": LocalJSX.TttxDialog_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_25Element>;
|
|
969
|
+
"tttx-expander_1_9_25": LocalJSX.TttxExpander_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_25Element>;
|
|
970
|
+
"tttx-filter_1_9_25": LocalJSX.TttxFilter_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_25Element>;
|
|
971
|
+
"tttx-form_1_9_25": LocalJSX.TttxForm_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_25Element>;
|
|
972
|
+
"tttx-graph_1_9_25": LocalJSX.TttxGraph_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_25Element>;
|
|
973
|
+
"tttx-icon_1_9_25": LocalJSX.TttxIcon_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_25Element>;
|
|
974
|
+
"tttx-keyvalue-block_1_9_25": LocalJSX.TttxKeyvalueBlock_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_25Element>;
|
|
975
|
+
"tttx-list_1_9_25": LocalJSX.TttxList_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_25Element>;
|
|
976
|
+
"tttx-loading-spinner_1_9_25": LocalJSX.TttxLoadingSpinner_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_25Element>;
|
|
977
|
+
"tttx-multiselect-box_1_9_25": LocalJSX.TttxMultiselectBox_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_25Element>;
|
|
978
|
+
"tttx-percentage-bar_1_9_25": LocalJSX.TttxPercentageBar_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_25Element>;
|
|
979
|
+
"tttx-qrcode_1_9_25": LocalJSX.TttxQrcode_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_25Element>;
|
|
980
|
+
"tttx-select-box_1_9_25": LocalJSX.TttxSelectBox_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_25Element>;
|
|
981
|
+
"tttx-sorter_1_9_25": LocalJSX.TttxSorter_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_25Element>;
|
|
982
|
+
"tttx-standalone-input_1_9_25": LocalJSX.TttxStandaloneInput_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_25Element>;
|
|
983
|
+
"tttx-table_1_9_25": LocalJSX.TttxTable_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_25Element>;
|
|
984
|
+
"tttx-tabs_1_9_25": LocalJSX.TttxTabs_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_25Element>;
|
|
985
|
+
"tttx-tag_1_9_25": LocalJSX.TttxTag_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_25Element>;
|
|
986
|
+
"tttx-textarea_1_9_25": LocalJSX.TttxTextarea_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_25Element>;
|
|
987
|
+
"tttx-toggle_1_9_25": LocalJSX.TttxToggle_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_25Element>;
|
|
988
|
+
"tttx-toolbar_1_9_25": LocalJSX.TttxToolbar_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_25Element>;
|
|
989
|
+
"tttx-tree-view_1_9_25": LocalJSX.TttxTreeView_1_9_25 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_25Element>;
|
|
989
990
|
}
|
|
990
991
|
}
|
|
991
992
|
}
|