@3t-transform/threeteeui 1.9.40 → 1.9.42
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/{index-fdc30724.js → index-992a9fb3.js} +4 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{tttx-button_1_9_40.cjs.entry.js → tttx-button_1_9_42.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_40.cjs.entry.js → tttx-checkbox-group-caption_1_9_42.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_40.cjs.entry.js → tttx-checkbox-group-heading_1_9_42.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group_1_9_40.cjs.entry.js → tttx-checkbox-group_1_9_42.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox_1_9_40.cjs.entry.js → tttx-checkbox_1_9_42.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-comments_1_9_40.cjs.entry.js → tttx-comments_1_9_42.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-data-pattern_1_9_40.cjs.entry.js → tttx-data-pattern_1_9_42.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-datacard_1_9_40.cjs.entry.js → tttx-datacard_1_9_42.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-dialog-box_1_9_40.cjs.entry.js → tttx-dialog-box_1_9_42.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog_1_9_40.cjs.entry.js → tttx-dialog_1_9_42.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-expander_1_9_40.cjs.entry.js → tttx-expander_1_9_42.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-filter_1_9_40_4.cjs.entry.js → tttx-filter_1_9_42_4.cjs.entry.js} +10 -10
- package/dist/cjs/{tttx-form_1_9_40.cjs.entry.js → tttx-form_1_9_42.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-graph_1_9_40.cjs.entry.js → tttx-graph_1_9_42.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-icon_1_9_40.cjs.entry.js → tttx-icon_1_9_42.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-keyvalue-block_1_9_40.cjs.entry.js → tttx-keyvalue-block_1_9_42.cjs.entry.js} +2 -2
- package/dist/cjs/tttx-loading-spinner_1_9_42_3.cjs.entry.js +183 -0
- package/dist/cjs/{tttx-multiselect-box_1_9_40.cjs.entry.js → tttx-multiselect-box_1_9_42.cjs.entry.js} +8 -8
- package/dist/cjs/{tttx-percentage-bar_1_9_40.cjs.entry.js → tttx-percentage-bar_1_9_42.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-qrcode_1_9_40.cjs.entry.js → tttx-qrcode_1_9_42.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-select-box_1_9_40.cjs.entry.js → tttx-select-box_1_9_42.cjs.entry.js} +7 -7
- package/dist/cjs/tttx-skeleton_loader_1_9_42.cjs.entry.js +40 -0
- package/dist/cjs/{tttx-table_1_9_40.cjs.entry.js → tttx-table_1_9_42.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tabs_1_9_40.cjs.entry.js → tttx-tabs_1_9_42.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-textarea_1_9_40.cjs.entry.js → tttx-textarea_1_9_42.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-toggle_1_9_40.cjs.entry.js → tttx-toggle_1_9_42.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tree-view_1_9_40.cjs.entry.js → tttx-tree-view_1_9_42.cjs.entry.js} +4 -4
- package/dist/cjs/tttx.cjs.js +2 -2
- 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.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.css +2 -2
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.js +113 -9
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.js +30 -5
- 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-skeleton-loader/tttx-skeleton-loader.css +65 -0
- package/dist/collection/components/atoms/tttx-skeleton-loader/tttx-skeleton-loader.js +225 -0
- package/dist/collection/components/atoms/tttx-skeleton-loader/tttx-skeleton-loader.stories.js +57 -0
- 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 +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +8 -8
- 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 +6 -6
- 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 +32 -31
- package/dist/components/index.js +32 -31
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_9_40.d.ts → tttx-button_1_9_42.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_40.js → tttx-button_1_9_42.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_40.js → tttx-checkbox-group-caption_1_9_42.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_40.js → tttx-checkbox-group-heading_1_9_42.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_40.js → tttx-checkbox-group_1_9_42.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_40.d.ts → tttx-checkbox_1_9_42.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_40.js → tttx-checkbox_1_9_42.js} +7 -7
- package/dist/components/{tttx-checkbox_1_9_40.d.ts → tttx-comments_1_9_42.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_40.js → tttx-comments_1_9_42.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_40.js → tttx-data-pattern_1_9_42.js} +16 -16
- package/dist/components/{tttx-comments_1_9_40.d.ts → tttx-datacard_1_9_42.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_40.js → tttx-datacard_1_9_42.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_40.js → tttx-dialog-box_1_9_42.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_40.d.ts → tttx-dialog_1_9_42.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_40.js → tttx-dialog_1_9_42.js} +8 -8
- package/dist/components/tttx-expander_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_40.js → tttx-expander_1_9_42.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_40.d.ts → tttx-filter_1_9_42.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_40.js → tttx-filter_1_9_42.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_40.d.ts → tttx-form_1_9_42.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_40.js → tttx-form_1_9_42.js} +11 -11
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_40.d.ts → tttx-graph_1_9_42.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_40.js → tttx-graph_1_9_42.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_40.d.ts → tttx-icon_1_9_42.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_40.js → tttx-icon_1_9_42.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_40.js → tttx-keyvalue-block_1_9_42.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_40.d.ts → tttx-list_1_9_42.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_40.js → tttx-list_1_9_42.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +63 -11
- package/dist/components/tttx-loading-spinner_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_40.js → tttx-loading-spinner_1_9_42.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_40.js → tttx-multiselect-box_1_9_42.js} +16 -16
- package/dist/components/tttx-percentage-bar_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_40.js → tttx-percentage-bar_1_9_42.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_40.d.ts → tttx-qrcode_1_9_42.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_40.js → tttx-qrcode_1_9_42.js} +5 -5
- package/dist/components/tttx-select-box.js +12 -12
- package/dist/components/tttx-select-box_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_40.js → tttx-select-box_1_9_42.js} +2 -2
- package/dist/components/tttx-skeleton_loader_1_9_42.d.ts +11 -0
- package/dist/components/tttx-skeleton_loader_1_9_42.js +65 -0
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_40.js → tttx-sorter_1_9_42.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_40.js → tttx-standalone-input_1_9_42.js} +2 -2
- package/dist/components/{tttx-table_1_9_40.d.ts → tttx-table_1_9_42.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_40.js → tttx-table_1_9_42.js} +5 -5
- package/dist/components/{tttx-form_1_9_40.d.ts → tttx-tabs_1_9_42.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_40.js → tttx-tabs_1_9_42.js} +9 -9
- package/dist/components/tttx-tag.js +5 -5
- package/dist/components/{tttx-tag_1_9_40.d.ts → tttx-tag_1_9_42.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_40.js → tttx-tag_1_9_42.js} +2 -2
- package/dist/components/tttx-textarea_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_40.js → tttx-textarea_1_9_42.js} +6 -6
- package/dist/components/tttx-toggle_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_40.js → tttx-toggle_1_9_42.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_40.js → tttx-toolbar_1_9_42.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_42.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_40.js → tttx-tree-view_1_9_42.js} +9 -9
- package/dist/esm/{index-88bd2f60.js → index-b11965d8.js} +4 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{tttx-button_1_9_40.entry.js → tttx-button_1_9_42.entry.js} +3 -3
- package/dist/esm/{tttx-checkbox-group-caption_1_9_40.entry.js → tttx-checkbox-group-caption_1_9_42.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-heading_1_9_40.entry.js → tttx-checkbox-group-heading_1_9_42.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group_1_9_40.entry.js → tttx-checkbox-group_1_9_42.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox_1_9_40.entry.js → tttx-checkbox_1_9_42.entry.js} +3 -3
- package/dist/esm/{tttx-comments_1_9_40.entry.js → tttx-comments_1_9_42.entry.js} +3 -3
- package/dist/esm/{tttx-data-pattern_1_9_40.entry.js → tttx-data-pattern_1_9_42.entry.js} +6 -6
- package/dist/esm/{tttx-datacard_1_9_40.entry.js → tttx-datacard_1_9_42.entry.js} +5 -5
- package/dist/esm/{tttx-dialog-box_1_9_40.entry.js → tttx-dialog-box_1_9_42.entry.js} +4 -4
- package/dist/esm/{tttx-dialog_1_9_40.entry.js → tttx-dialog_1_9_42.entry.js} +3 -3
- package/dist/esm/{tttx-expander_1_9_40.entry.js → tttx-expander_1_9_42.entry.js} +3 -3
- package/dist/esm/{tttx-filter_1_9_40_4.entry.js → tttx-filter_1_9_42_4.entry.js} +7 -7
- package/dist/esm/{tttx-form_1_9_40.entry.js → tttx-form_1_9_42.entry.js} +3 -3
- package/dist/esm/{tttx-graph_1_9_40.entry.js → tttx-graph_1_9_42.entry.js} +2 -2
- package/dist/esm/{tttx-icon_1_9_40.entry.js → tttx-icon_1_9_42.entry.js} +2 -2
- package/dist/esm/{tttx-keyvalue-block_1_9_40.entry.js → tttx-keyvalue-block_1_9_42.entry.js} +2 -2
- package/dist/esm/tttx-loading-spinner_1_9_42_3.entry.js +177 -0
- package/dist/esm/{tttx-multiselect-box_1_9_40.entry.js → tttx-multiselect-box_1_9_42.entry.js} +8 -8
- package/dist/esm/{tttx-percentage-bar_1_9_40.entry.js → tttx-percentage-bar_1_9_42.entry.js} +3 -3
- package/dist/esm/{tttx-qrcode_1_9_40.entry.js → tttx-qrcode_1_9_42.entry.js} +2 -2
- package/dist/esm/{tttx-select-box_1_9_40.entry.js → tttx-select-box_1_9_42.entry.js} +7 -7
- package/dist/esm/tttx-skeleton_loader_1_9_42.entry.js +36 -0
- package/dist/esm/{tttx-table_1_9_40.entry.js → tttx-table_1_9_42.entry.js} +2 -2
- package/dist/esm/{tttx-tabs_1_9_40.entry.js → tttx-tabs_1_9_42.entry.js} +5 -5
- package/dist/esm/{tttx-textarea_1_9_40.entry.js → tttx-textarea_1_9_42.entry.js} +3 -3
- package/dist/esm/{tttx-toggle_1_9_40.entry.js → tttx-toggle_1_9_42.entry.js} +2 -2
- package/dist/esm/{tttx-tree-view_1_9_40.entry.js → tttx-tree-view_1_9_42.entry.js} +4 -4
- package/dist/esm/tttx.js +3 -3
- package/dist/tttx/{p-22bcb60d.entry.js → p-1d8210d3.entry.js} +1 -1
- package/dist/tttx/{p-79e218d0.entry.js → p-21bb99dd.entry.js} +1 -1
- package/dist/tttx/{p-59c7b049.entry.js → p-22150380.entry.js} +1 -1
- package/dist/tttx/{p-a01e679a.entry.js → p-222b7f89.entry.js} +1 -1
- package/dist/tttx/{p-a8e76e78.entry.js → p-295a5c16.entry.js} +1 -1
- package/dist/tttx/{p-49ef7451.entry.js → p-354fc8d4.entry.js} +2 -2
- package/dist/tttx/{p-996a6061.entry.js → p-4560cb86.entry.js} +1 -1
- package/dist/tttx/{p-f374e293.entry.js → p-49bae603.entry.js} +1 -1
- package/dist/tttx/p-555885cc.entry.js +1 -0
- package/dist/tttx/{p-1e5ff5f8.entry.js → p-61df30c5.entry.js} +1 -1
- package/dist/tttx/{p-0e515960.entry.js → p-6343251b.entry.js} +1 -1
- package/dist/tttx/{p-343945df.entry.js → p-652aaf6c.entry.js} +1 -1
- package/dist/tttx/{p-d490353a.js → p-65bb4035.js} +2 -2
- package/dist/tttx/{p-6b1c7a21.entry.js → p-65da8c2a.entry.js} +1 -1
- package/dist/tttx/{p-de6e8250.entry.js → p-71372d3a.entry.js} +1 -1
- package/dist/tttx/{p-0da9f04c.entry.js → p-7ff42357.entry.js} +1 -1
- package/dist/tttx/{p-63ad6fb7.entry.js → p-80c3103a.entry.js} +1 -1
- package/dist/tttx/{p-13eb18e0.entry.js → p-910cc310.entry.js} +1 -1
- package/dist/tttx/{p-c170e3b8.entry.js → p-9262d276.entry.js} +1 -1
- package/dist/tttx/{p-9434561e.entry.js → p-9426547c.entry.js} +1 -1
- package/dist/tttx/{p-0ffbf27e.entry.js → p-9896a083.entry.js} +1 -1
- package/dist/tttx/{p-74148f2a.entry.js → p-98bee16c.entry.js} +1 -1
- package/dist/tttx/{p-cfe412d0.entry.js → p-e23f0843.entry.js} +1 -1
- package/dist/tttx/p-e28e5118.entry.js +1 -0
- package/dist/tttx/{p-23f45005.entry.js → p-e4b36835.entry.js} +1 -1
- package/dist/tttx/{p-56c8c353.entry.js → p-e5f97b02.entry.js} +1 -1
- package/dist/tttx/{p-883e00f7.entry.js → p-e8b9acb8.entry.js} +1 -1
- package/dist/tttx/{p-0ba58e83.entry.js → p-ff44e042.entry.js} +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/atoms/tttx-loading-spinner/tttx-loading-spinner.d.ts +17 -1
- package/dist/types/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.d.ts +17 -0
- package/dist/types/components/atoms/tttx-skeleton-loader/tttx-skeleton-loader.d.ts +14 -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 +408 -369
- package/package.json +1 -1
- package/dist/cjs/tttx-loading-spinner_1_9_40_3.cjs.entry.js +0 -135
- package/dist/components/tttx-checkbox-group-caption_1_9_40.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_40.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_40.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_40.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_40.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_40.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_40.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_40.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_40.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_40.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_40.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_40.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_40.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_40.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_40.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_40.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_40.d.ts +0 -11
- package/dist/esm/tttx-loading-spinner_1_9_40_3.entry.js +0 -129
- package/dist/tttx/p-c34d99d1.entry.js +0 -1
|
@@ -20,33 +20,33 @@ 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_42 {
|
|
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_42 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_42 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_42 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_42 {
|
|
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_42 {
|
|
44
44
|
"addDummyComment": (text: string, createdByFullName?: string) => Promise<void>;
|
|
45
45
|
"comments": string | Comment[];
|
|
46
46
|
"currentuser": string;
|
|
47
47
|
"disableFile": boolean;
|
|
48
48
|
}
|
|
49
|
-
interface
|
|
49
|
+
interface TttxDataPattern_1_9_42 {
|
|
50
50
|
"addbutton": boolean;
|
|
51
51
|
"addbuttonlabel": string;
|
|
52
52
|
"data": string;
|
|
@@ -56,7 +56,7 @@ export namespace Components {
|
|
|
56
56
|
"searchplaceholder": string;
|
|
57
57
|
"sorterOptions": string;
|
|
58
58
|
}
|
|
59
|
-
interface
|
|
59
|
+
interface TttxDatacard_1_9_42 {
|
|
60
60
|
"cardTitle": string;
|
|
61
61
|
"cardType": string;
|
|
62
62
|
"chartConfig": string;
|
|
@@ -65,13 +65,13 @@ export namespace Components {
|
|
|
65
65
|
"rightData": string;
|
|
66
66
|
"rightSubtext": string;
|
|
67
67
|
}
|
|
68
|
-
interface
|
|
68
|
+
interface TttxDialogBox_1_9_42 {
|
|
69
69
|
"allowOverflow": boolean;
|
|
70
70
|
"data": string | DialogItems;
|
|
71
71
|
"open": boolean;
|
|
72
72
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
73
73
|
}
|
|
74
|
-
interface
|
|
74
|
+
interface TttxDialog_1_9_42 {
|
|
75
75
|
"allowOverflow": boolean;
|
|
76
76
|
"closeEnabled": boolean;
|
|
77
77
|
"header": string;
|
|
@@ -79,13 +79,13 @@ export namespace Components {
|
|
|
79
79
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
80
80
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
81
81
|
}
|
|
82
|
-
interface
|
|
82
|
+
interface TttxExpander_1_9_42 {
|
|
83
83
|
"lefticon"?: string;
|
|
84
84
|
"lefticoncolor"?: string;
|
|
85
85
|
"name": string;
|
|
86
86
|
"open": boolean;
|
|
87
87
|
}
|
|
88
|
-
interface
|
|
88
|
+
interface TttxFilter_1_9_42 {
|
|
89
89
|
"defaultFilterOptions": string[] | string;
|
|
90
90
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
91
91
|
"filterHeader": string;
|
|
@@ -96,7 +96,7 @@ export namespace Components {
|
|
|
96
96
|
"showSearchField": boolean;
|
|
97
97
|
"showSelectAll": boolean;
|
|
98
98
|
}
|
|
99
|
-
interface
|
|
99
|
+
interface TttxForm_1_9_42 {
|
|
100
100
|
/**
|
|
101
101
|
* Clear the validation message on a given form field
|
|
102
102
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -143,30 +143,33 @@ export namespace Components {
|
|
|
143
143
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
144
144
|
"submit": () => Promise<void>;
|
|
145
145
|
}
|
|
146
|
-
interface
|
|
146
|
+
interface TttxGraph_1_9_42 {
|
|
147
147
|
"chartData": string;
|
|
148
148
|
"chartText": string;
|
|
149
149
|
"chartType": string;
|
|
150
150
|
}
|
|
151
|
-
interface
|
|
151
|
+
interface TttxIcon_1_9_42 {
|
|
152
152
|
"color": string;
|
|
153
153
|
"icon": string;
|
|
154
154
|
"size": number;
|
|
155
155
|
}
|
|
156
|
-
interface
|
|
156
|
+
interface TttxKeyvalueBlock_1_9_42 {
|
|
157
157
|
"horizontal": boolean;
|
|
158
158
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
159
159
|
"spacedout": boolean;
|
|
160
160
|
}
|
|
161
|
-
interface
|
|
161
|
+
interface TttxList_1_9_42 {
|
|
162
162
|
"data": string | ListItem[];
|
|
163
163
|
"name": string;
|
|
164
164
|
}
|
|
165
|
-
interface
|
|
165
|
+
interface TttxLoadingSpinner_1_9_42 {
|
|
166
|
+
"color": string;
|
|
167
|
+
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
166
168
|
"loadingMessage": boolean;
|
|
169
|
+
"message"?: string;
|
|
167
170
|
"size": 'small' | 'large';
|
|
168
171
|
}
|
|
169
|
-
interface
|
|
172
|
+
interface TttxMultiselectBox_1_9_42 {
|
|
170
173
|
"htmlVisibleValue": boolean;
|
|
171
174
|
"inline": boolean;
|
|
172
175
|
"isLoading": boolean;
|
|
@@ -180,18 +183,18 @@ export namespace Components {
|
|
|
180
183
|
"stopLocalSearch": boolean;
|
|
181
184
|
"visibleValue": string;
|
|
182
185
|
}
|
|
183
|
-
interface
|
|
186
|
+
interface TttxPercentageBar_1_9_42 {
|
|
184
187
|
"color"?: string;
|
|
185
188
|
"labelid"?: string;
|
|
186
189
|
"min": string;
|
|
187
190
|
"percentage": string | number;
|
|
188
191
|
"thresholds"?: string | Threshold[];
|
|
189
192
|
}
|
|
190
|
-
interface
|
|
193
|
+
interface TttxQrcode_1_9_42 {
|
|
191
194
|
"link": string;
|
|
192
195
|
"size": number;
|
|
193
196
|
}
|
|
194
|
-
interface
|
|
197
|
+
interface TttxSelectBox_1_9_42 {
|
|
195
198
|
"clearable": boolean;
|
|
196
199
|
"errorMsg": string;
|
|
197
200
|
"inline": boolean;
|
|
@@ -211,13 +214,25 @@ export namespace Components {
|
|
|
211
214
|
"useExternalFiltering": boolean;
|
|
212
215
|
"useExternalPaginatedFiltering": boolean;
|
|
213
216
|
}
|
|
214
|
-
interface
|
|
217
|
+
interface TttxSkeleton_loader_1_9_42 {
|
|
218
|
+
"animation": 'pulse' | 'wave' | 'none';
|
|
219
|
+
"borderRadius": string;
|
|
220
|
+
"color": string;
|
|
221
|
+
"count": number;
|
|
222
|
+
"customClass": string;
|
|
223
|
+
"direction": 'vertical' | 'horizontal';
|
|
224
|
+
"gap": string;
|
|
225
|
+
"height": string;
|
|
226
|
+
"variant": 'text' | 'circle' | 'rect';
|
|
227
|
+
"width": string;
|
|
228
|
+
}
|
|
229
|
+
interface TttxSorter_1_9_42 {
|
|
215
230
|
"defaultOption": string;
|
|
216
231
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
217
232
|
"fieldOptionsData": string | SorterData;
|
|
218
233
|
"sorterKey": string;
|
|
219
234
|
}
|
|
220
|
-
interface
|
|
235
|
+
interface TttxStandaloneInput_1_9_42 {
|
|
221
236
|
"autocomplete": 'off' | 'on';
|
|
222
237
|
"checked": boolean;
|
|
223
238
|
"disabled": boolean;
|
|
@@ -233,8 +248,8 @@ export namespace Components {
|
|
|
233
248
|
"inputiconcolor": string;
|
|
234
249
|
/**
|
|
235
250
|
* tabindex - Allows the HTML elements to be focusable
|
|
236
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
237
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
251
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_42 input-index="1" />
|
|
252
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_42 inputindex={1} />
|
|
238
253
|
*/
|
|
239
254
|
"inputindex": string | number;
|
|
240
255
|
/**
|
|
@@ -262,7 +277,7 @@ export namespace Components {
|
|
|
262
277
|
"type": string;
|
|
263
278
|
"value": string | number;
|
|
264
279
|
}
|
|
265
|
-
interface
|
|
280
|
+
interface TttxTable_1_9_42 {
|
|
266
281
|
"data": any;
|
|
267
282
|
"draggableHeaders": boolean;
|
|
268
283
|
"headers": TableHeader[];
|
|
@@ -270,13 +285,13 @@ export namespace Components {
|
|
|
270
285
|
"selectable": boolean;
|
|
271
286
|
"selected": number;
|
|
272
287
|
}
|
|
273
|
-
interface
|
|
288
|
+
interface TttxTabs_1_9_42 {
|
|
274
289
|
"navigation": boolean;
|
|
275
290
|
"tabs": string | Tab[];
|
|
276
291
|
"tabsName": string;
|
|
277
292
|
"wide": boolean;
|
|
278
293
|
}
|
|
279
|
-
interface
|
|
294
|
+
interface TttxTag_1_9_42 {
|
|
280
295
|
"color": string;
|
|
281
296
|
"hasIcon": boolean;
|
|
282
297
|
"icon": string;
|
|
@@ -285,13 +300,13 @@ export namespace Components {
|
|
|
285
300
|
"text": string;
|
|
286
301
|
"textColor": string;
|
|
287
302
|
}
|
|
288
|
-
interface
|
|
303
|
+
interface TttxTextarea_1_9_42 {
|
|
289
304
|
"disabled": boolean;
|
|
290
305
|
"errormsg": string;
|
|
291
306
|
/**
|
|
292
307
|
* tabindex - Allows the HTML elements to be focusable
|
|
293
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
294
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
308
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_42 input-index="1" />
|
|
309
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_42 inputindex={1} />
|
|
295
310
|
*/
|
|
296
311
|
"inputindex": string | number;
|
|
297
312
|
/**
|
|
@@ -315,336 +330,343 @@ export namespace Components {
|
|
|
315
330
|
"textareaautofocus": boolean;
|
|
316
331
|
"value": string | number;
|
|
317
332
|
}
|
|
318
|
-
interface
|
|
333
|
+
interface TttxToggle_1_9_42 {
|
|
319
334
|
"initialstate": boolean | string;
|
|
320
335
|
}
|
|
321
|
-
interface
|
|
336
|
+
interface TttxToolbar_1_9_42 {
|
|
322
337
|
"border": boolean;
|
|
323
338
|
}
|
|
324
|
-
interface
|
|
339
|
+
interface TttxTreeView_1_9_42 {
|
|
325
340
|
"data": TreeViewItem[];
|
|
326
341
|
}
|
|
327
342
|
}
|
|
328
|
-
export interface
|
|
343
|
+
export interface TttxCheckbox_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
329
344
|
detail: T;
|
|
330
|
-
target:
|
|
345
|
+
target: HTMLTttxCheckbox_1_9_42Element;
|
|
331
346
|
}
|
|
332
|
-
export interface
|
|
347
|
+
export interface TttxComments_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
333
348
|
detail: T;
|
|
334
|
-
target:
|
|
349
|
+
target: HTMLTttxComments_1_9_42Element;
|
|
335
350
|
}
|
|
336
|
-
export interface
|
|
351
|
+
export interface TttxDialogBox_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
337
352
|
detail: T;
|
|
338
|
-
target:
|
|
353
|
+
target: HTMLTttxDialogBox_1_9_42Element;
|
|
339
354
|
}
|
|
340
|
-
export interface
|
|
355
|
+
export interface TttxDialog_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
341
356
|
detail: T;
|
|
342
|
-
target:
|
|
357
|
+
target: HTMLTttxDialog_1_9_42Element;
|
|
343
358
|
}
|
|
344
|
-
export interface
|
|
359
|
+
export interface TttxExpander_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
345
360
|
detail: T;
|
|
346
|
-
target:
|
|
361
|
+
target: HTMLTttxExpander_1_9_42Element;
|
|
347
362
|
}
|
|
348
|
-
export interface
|
|
363
|
+
export interface TttxFilter_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
349
364
|
detail: T;
|
|
350
|
-
target:
|
|
365
|
+
target: HTMLTttxFilter_1_9_42Element;
|
|
351
366
|
}
|
|
352
|
-
export interface
|
|
367
|
+
export interface TttxForm_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
353
368
|
detail: T;
|
|
354
|
-
target:
|
|
369
|
+
target: HTMLTttxForm_1_9_42Element;
|
|
355
370
|
}
|
|
356
|
-
export interface
|
|
371
|
+
export interface TttxList_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
357
372
|
detail: T;
|
|
358
|
-
target:
|
|
373
|
+
target: HTMLTttxList_1_9_42Element;
|
|
359
374
|
}
|
|
360
|
-
export interface
|
|
375
|
+
export interface TttxMultiselectBox_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
361
376
|
detail: T;
|
|
362
|
-
target:
|
|
377
|
+
target: HTMLTttxMultiselectBox_1_9_42Element;
|
|
363
378
|
}
|
|
364
|
-
export interface
|
|
379
|
+
export interface TttxSelectBox_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
365
380
|
detail: T;
|
|
366
|
-
target:
|
|
381
|
+
target: HTMLTttxSelectBox_1_9_42Element;
|
|
367
382
|
}
|
|
368
|
-
export interface
|
|
383
|
+
export interface TttxSorter_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
369
384
|
detail: T;
|
|
370
|
-
target:
|
|
385
|
+
target: HTMLTttxSorter_1_9_42Element;
|
|
371
386
|
}
|
|
372
|
-
export interface
|
|
387
|
+
export interface TttxStandaloneInput_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
373
388
|
detail: T;
|
|
374
|
-
target:
|
|
389
|
+
target: HTMLTttxStandaloneInput_1_9_42Element;
|
|
375
390
|
}
|
|
376
|
-
export interface
|
|
391
|
+
export interface TttxTable_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
377
392
|
detail: T;
|
|
378
|
-
target:
|
|
393
|
+
target: HTMLTttxTable_1_9_42Element;
|
|
379
394
|
}
|
|
380
|
-
export interface
|
|
395
|
+
export interface TttxTabs_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
381
396
|
detail: T;
|
|
382
|
-
target:
|
|
397
|
+
target: HTMLTttxTabs_1_9_42Element;
|
|
383
398
|
}
|
|
384
|
-
export interface
|
|
399
|
+
export interface TttxTextarea_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
385
400
|
detail: T;
|
|
386
|
-
target:
|
|
401
|
+
target: HTMLTttxTextarea_1_9_42Element;
|
|
387
402
|
}
|
|
388
|
-
export interface
|
|
403
|
+
export interface TttxToggle_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
389
404
|
detail: T;
|
|
390
|
-
target:
|
|
405
|
+
target: HTMLTttxToggle_1_9_42Element;
|
|
391
406
|
}
|
|
392
|
-
export interface
|
|
407
|
+
export interface TttxTreeView_1_9_42CustomEvent<T> extends CustomEvent<T> {
|
|
393
408
|
detail: T;
|
|
394
|
-
target:
|
|
409
|
+
target: HTMLTttxTreeView_1_9_42Element;
|
|
395
410
|
}
|
|
396
411
|
declare global {
|
|
397
|
-
interface
|
|
412
|
+
interface HTMLTttxButton_1_9_42Element extends Components.TttxButton_1_9_42, HTMLStencilElement {
|
|
413
|
+
}
|
|
414
|
+
var HTMLTttxButton_1_9_42Element: {
|
|
415
|
+
prototype: HTMLTttxButton_1_9_42Element;
|
|
416
|
+
new (): HTMLTttxButton_1_9_42Element;
|
|
417
|
+
};
|
|
418
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_42Element extends Components.TttxCheckboxGroupCaption_1_9_42, HTMLStencilElement {
|
|
398
419
|
}
|
|
399
|
-
var
|
|
400
|
-
prototype:
|
|
401
|
-
new ():
|
|
420
|
+
var HTMLTttxCheckboxGroupCaption_1_9_42Element: {
|
|
421
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_42Element;
|
|
422
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_42Element;
|
|
402
423
|
};
|
|
403
|
-
interface
|
|
424
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_42Element extends Components.TttxCheckboxGroupHeading_1_9_42, HTMLStencilElement {
|
|
404
425
|
}
|
|
405
|
-
var
|
|
406
|
-
prototype:
|
|
407
|
-
new ():
|
|
426
|
+
var HTMLTttxCheckboxGroupHeading_1_9_42Element: {
|
|
427
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_42Element;
|
|
428
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_42Element;
|
|
408
429
|
};
|
|
409
|
-
interface
|
|
430
|
+
interface HTMLTttxCheckboxGroup_1_9_42Element extends Components.TttxCheckboxGroup_1_9_42, HTMLStencilElement {
|
|
410
431
|
}
|
|
411
|
-
var
|
|
412
|
-
prototype:
|
|
413
|
-
new ():
|
|
432
|
+
var HTMLTttxCheckboxGroup_1_9_42Element: {
|
|
433
|
+
prototype: HTMLTttxCheckboxGroup_1_9_42Element;
|
|
434
|
+
new (): HTMLTttxCheckboxGroup_1_9_42Element;
|
|
414
435
|
};
|
|
415
|
-
interface
|
|
436
|
+
interface HTMLTttxCheckbox_1_9_42Element extends Components.TttxCheckbox_1_9_42, HTMLStencilElement {
|
|
416
437
|
}
|
|
417
|
-
var
|
|
418
|
-
prototype:
|
|
419
|
-
new ():
|
|
438
|
+
var HTMLTttxCheckbox_1_9_42Element: {
|
|
439
|
+
prototype: HTMLTttxCheckbox_1_9_42Element;
|
|
440
|
+
new (): HTMLTttxCheckbox_1_9_42Element;
|
|
420
441
|
};
|
|
421
|
-
interface
|
|
442
|
+
interface HTMLTttxComments_1_9_42Element extends Components.TttxComments_1_9_42, HTMLStencilElement {
|
|
422
443
|
}
|
|
423
|
-
var
|
|
424
|
-
prototype:
|
|
425
|
-
new ():
|
|
444
|
+
var HTMLTttxComments_1_9_42Element: {
|
|
445
|
+
prototype: HTMLTttxComments_1_9_42Element;
|
|
446
|
+
new (): HTMLTttxComments_1_9_42Element;
|
|
426
447
|
};
|
|
427
|
-
interface
|
|
448
|
+
interface HTMLTttxDataPattern_1_9_42Element extends Components.TttxDataPattern_1_9_42, HTMLStencilElement {
|
|
428
449
|
}
|
|
429
|
-
var
|
|
430
|
-
prototype:
|
|
431
|
-
new ():
|
|
450
|
+
var HTMLTttxDataPattern_1_9_42Element: {
|
|
451
|
+
prototype: HTMLTttxDataPattern_1_9_42Element;
|
|
452
|
+
new (): HTMLTttxDataPattern_1_9_42Element;
|
|
432
453
|
};
|
|
433
|
-
interface
|
|
454
|
+
interface HTMLTttxDatacard_1_9_42Element extends Components.TttxDatacard_1_9_42, HTMLStencilElement {
|
|
434
455
|
}
|
|
435
|
-
var
|
|
436
|
-
prototype:
|
|
437
|
-
new ():
|
|
456
|
+
var HTMLTttxDatacard_1_9_42Element: {
|
|
457
|
+
prototype: HTMLTttxDatacard_1_9_42Element;
|
|
458
|
+
new (): HTMLTttxDatacard_1_9_42Element;
|
|
438
459
|
};
|
|
439
|
-
interface
|
|
460
|
+
interface HTMLTttxDialogBox_1_9_42Element extends Components.TttxDialogBox_1_9_42, HTMLStencilElement {
|
|
440
461
|
}
|
|
441
|
-
var
|
|
442
|
-
prototype:
|
|
443
|
-
new ():
|
|
462
|
+
var HTMLTttxDialogBox_1_9_42Element: {
|
|
463
|
+
prototype: HTMLTttxDialogBox_1_9_42Element;
|
|
464
|
+
new (): HTMLTttxDialogBox_1_9_42Element;
|
|
444
465
|
};
|
|
445
|
-
interface
|
|
466
|
+
interface HTMLTttxDialog_1_9_42Element extends Components.TttxDialog_1_9_42, HTMLStencilElement {
|
|
446
467
|
}
|
|
447
|
-
var
|
|
448
|
-
prototype:
|
|
449
|
-
new ():
|
|
468
|
+
var HTMLTttxDialog_1_9_42Element: {
|
|
469
|
+
prototype: HTMLTttxDialog_1_9_42Element;
|
|
470
|
+
new (): HTMLTttxDialog_1_9_42Element;
|
|
450
471
|
};
|
|
451
|
-
interface
|
|
472
|
+
interface HTMLTttxExpander_1_9_42Element extends Components.TttxExpander_1_9_42, HTMLStencilElement {
|
|
452
473
|
}
|
|
453
|
-
var
|
|
454
|
-
prototype:
|
|
455
|
-
new ():
|
|
474
|
+
var HTMLTttxExpander_1_9_42Element: {
|
|
475
|
+
prototype: HTMLTttxExpander_1_9_42Element;
|
|
476
|
+
new (): HTMLTttxExpander_1_9_42Element;
|
|
456
477
|
};
|
|
457
|
-
interface
|
|
478
|
+
interface HTMLTttxFilter_1_9_42Element extends Components.TttxFilter_1_9_42, HTMLStencilElement {
|
|
458
479
|
}
|
|
459
|
-
var
|
|
460
|
-
prototype:
|
|
461
|
-
new ():
|
|
480
|
+
var HTMLTttxFilter_1_9_42Element: {
|
|
481
|
+
prototype: HTMLTttxFilter_1_9_42Element;
|
|
482
|
+
new (): HTMLTttxFilter_1_9_42Element;
|
|
462
483
|
};
|
|
463
|
-
interface
|
|
484
|
+
interface HTMLTttxForm_1_9_42Element extends Components.TttxForm_1_9_42, HTMLStencilElement {
|
|
464
485
|
}
|
|
465
|
-
var
|
|
466
|
-
prototype:
|
|
467
|
-
new ():
|
|
486
|
+
var HTMLTttxForm_1_9_42Element: {
|
|
487
|
+
prototype: HTMLTttxForm_1_9_42Element;
|
|
488
|
+
new (): HTMLTttxForm_1_9_42Element;
|
|
468
489
|
};
|
|
469
|
-
interface
|
|
490
|
+
interface HTMLTttxGraph_1_9_42Element extends Components.TttxGraph_1_9_42, HTMLStencilElement {
|
|
470
491
|
}
|
|
471
|
-
var
|
|
472
|
-
prototype:
|
|
473
|
-
new ():
|
|
492
|
+
var HTMLTttxGraph_1_9_42Element: {
|
|
493
|
+
prototype: HTMLTttxGraph_1_9_42Element;
|
|
494
|
+
new (): HTMLTttxGraph_1_9_42Element;
|
|
474
495
|
};
|
|
475
|
-
interface
|
|
496
|
+
interface HTMLTttxIcon_1_9_42Element extends Components.TttxIcon_1_9_42, HTMLStencilElement {
|
|
476
497
|
}
|
|
477
|
-
var
|
|
478
|
-
prototype:
|
|
479
|
-
new ():
|
|
498
|
+
var HTMLTttxIcon_1_9_42Element: {
|
|
499
|
+
prototype: HTMLTttxIcon_1_9_42Element;
|
|
500
|
+
new (): HTMLTttxIcon_1_9_42Element;
|
|
480
501
|
};
|
|
481
|
-
interface
|
|
502
|
+
interface HTMLTttxKeyvalueBlock_1_9_42Element extends Components.TttxKeyvalueBlock_1_9_42, HTMLStencilElement {
|
|
482
503
|
}
|
|
483
|
-
var
|
|
484
|
-
prototype:
|
|
485
|
-
new ():
|
|
504
|
+
var HTMLTttxKeyvalueBlock_1_9_42Element: {
|
|
505
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_42Element;
|
|
506
|
+
new (): HTMLTttxKeyvalueBlock_1_9_42Element;
|
|
486
507
|
};
|
|
487
|
-
interface
|
|
508
|
+
interface HTMLTttxList_1_9_42Element extends Components.TttxList_1_9_42, HTMLStencilElement {
|
|
488
509
|
}
|
|
489
|
-
var
|
|
490
|
-
prototype:
|
|
491
|
-
new ():
|
|
510
|
+
var HTMLTttxList_1_9_42Element: {
|
|
511
|
+
prototype: HTMLTttxList_1_9_42Element;
|
|
512
|
+
new (): HTMLTttxList_1_9_42Element;
|
|
492
513
|
};
|
|
493
|
-
interface
|
|
514
|
+
interface HTMLTttxLoadingSpinner_1_9_42Element extends Components.TttxLoadingSpinner_1_9_42, HTMLStencilElement {
|
|
494
515
|
}
|
|
495
|
-
var
|
|
496
|
-
prototype:
|
|
497
|
-
new ():
|
|
516
|
+
var HTMLTttxLoadingSpinner_1_9_42Element: {
|
|
517
|
+
prototype: HTMLTttxLoadingSpinner_1_9_42Element;
|
|
518
|
+
new (): HTMLTttxLoadingSpinner_1_9_42Element;
|
|
498
519
|
};
|
|
499
|
-
interface
|
|
520
|
+
interface HTMLTttxMultiselectBox_1_9_42Element extends Components.TttxMultiselectBox_1_9_42, HTMLStencilElement {
|
|
500
521
|
}
|
|
501
|
-
var
|
|
502
|
-
prototype:
|
|
503
|
-
new ():
|
|
522
|
+
var HTMLTttxMultiselectBox_1_9_42Element: {
|
|
523
|
+
prototype: HTMLTttxMultiselectBox_1_9_42Element;
|
|
524
|
+
new (): HTMLTttxMultiselectBox_1_9_42Element;
|
|
504
525
|
};
|
|
505
|
-
interface
|
|
526
|
+
interface HTMLTttxPercentageBar_1_9_42Element extends Components.TttxPercentageBar_1_9_42, HTMLStencilElement {
|
|
506
527
|
}
|
|
507
|
-
var
|
|
508
|
-
prototype:
|
|
509
|
-
new ():
|
|
528
|
+
var HTMLTttxPercentageBar_1_9_42Element: {
|
|
529
|
+
prototype: HTMLTttxPercentageBar_1_9_42Element;
|
|
530
|
+
new (): HTMLTttxPercentageBar_1_9_42Element;
|
|
510
531
|
};
|
|
511
|
-
interface
|
|
532
|
+
interface HTMLTttxQrcode_1_9_42Element extends Components.TttxQrcode_1_9_42, HTMLStencilElement {
|
|
512
533
|
}
|
|
513
|
-
var
|
|
514
|
-
prototype:
|
|
515
|
-
new ():
|
|
534
|
+
var HTMLTttxQrcode_1_9_42Element: {
|
|
535
|
+
prototype: HTMLTttxQrcode_1_9_42Element;
|
|
536
|
+
new (): HTMLTttxQrcode_1_9_42Element;
|
|
516
537
|
};
|
|
517
|
-
interface
|
|
538
|
+
interface HTMLTttxSelectBox_1_9_42Element extends Components.TttxSelectBox_1_9_42, HTMLStencilElement {
|
|
518
539
|
}
|
|
519
|
-
var
|
|
520
|
-
prototype:
|
|
521
|
-
new ():
|
|
540
|
+
var HTMLTttxSelectBox_1_9_42Element: {
|
|
541
|
+
prototype: HTMLTttxSelectBox_1_9_42Element;
|
|
542
|
+
new (): HTMLTttxSelectBox_1_9_42Element;
|
|
522
543
|
};
|
|
523
|
-
interface
|
|
544
|
+
interface HTMLTttxSkeleton_loader_1_9_42Element extends Components.TttxSkeleton_loader_1_9_42, HTMLStencilElement {
|
|
524
545
|
}
|
|
525
|
-
var
|
|
526
|
-
prototype:
|
|
527
|
-
new ():
|
|
546
|
+
var HTMLTttxSkeleton_loader_1_9_42Element: {
|
|
547
|
+
prototype: HTMLTttxSkeleton_loader_1_9_42Element;
|
|
548
|
+
new (): HTMLTttxSkeleton_loader_1_9_42Element;
|
|
528
549
|
};
|
|
529
|
-
interface
|
|
550
|
+
interface HTMLTttxSorter_1_9_42Element extends Components.TttxSorter_1_9_42, HTMLStencilElement {
|
|
530
551
|
}
|
|
531
|
-
var
|
|
532
|
-
prototype:
|
|
533
|
-
new ():
|
|
552
|
+
var HTMLTttxSorter_1_9_42Element: {
|
|
553
|
+
prototype: HTMLTttxSorter_1_9_42Element;
|
|
554
|
+
new (): HTMLTttxSorter_1_9_42Element;
|
|
534
555
|
};
|
|
535
|
-
interface
|
|
556
|
+
interface HTMLTttxStandaloneInput_1_9_42Element extends Components.TttxStandaloneInput_1_9_42, HTMLStencilElement {
|
|
536
557
|
}
|
|
537
|
-
var
|
|
538
|
-
prototype:
|
|
539
|
-
new ():
|
|
558
|
+
var HTMLTttxStandaloneInput_1_9_42Element: {
|
|
559
|
+
prototype: HTMLTttxStandaloneInput_1_9_42Element;
|
|
560
|
+
new (): HTMLTttxStandaloneInput_1_9_42Element;
|
|
540
561
|
};
|
|
541
|
-
interface
|
|
562
|
+
interface HTMLTttxTable_1_9_42Element extends Components.TttxTable_1_9_42, HTMLStencilElement {
|
|
542
563
|
}
|
|
543
|
-
var
|
|
544
|
-
prototype:
|
|
545
|
-
new ():
|
|
564
|
+
var HTMLTttxTable_1_9_42Element: {
|
|
565
|
+
prototype: HTMLTttxTable_1_9_42Element;
|
|
566
|
+
new (): HTMLTttxTable_1_9_42Element;
|
|
546
567
|
};
|
|
547
|
-
interface
|
|
568
|
+
interface HTMLTttxTabs_1_9_42Element extends Components.TttxTabs_1_9_42, HTMLStencilElement {
|
|
548
569
|
}
|
|
549
|
-
var
|
|
550
|
-
prototype:
|
|
551
|
-
new ():
|
|
570
|
+
var HTMLTttxTabs_1_9_42Element: {
|
|
571
|
+
prototype: HTMLTttxTabs_1_9_42Element;
|
|
572
|
+
new (): HTMLTttxTabs_1_9_42Element;
|
|
552
573
|
};
|
|
553
|
-
interface
|
|
574
|
+
interface HTMLTttxTag_1_9_42Element extends Components.TttxTag_1_9_42, HTMLStencilElement {
|
|
554
575
|
}
|
|
555
|
-
var
|
|
556
|
-
prototype:
|
|
557
|
-
new ():
|
|
576
|
+
var HTMLTttxTag_1_9_42Element: {
|
|
577
|
+
prototype: HTMLTttxTag_1_9_42Element;
|
|
578
|
+
new (): HTMLTttxTag_1_9_42Element;
|
|
558
579
|
};
|
|
559
|
-
interface
|
|
580
|
+
interface HTMLTttxTextarea_1_9_42Element extends Components.TttxTextarea_1_9_42, HTMLStencilElement {
|
|
560
581
|
}
|
|
561
|
-
var
|
|
562
|
-
prototype:
|
|
563
|
-
new ():
|
|
582
|
+
var HTMLTttxTextarea_1_9_42Element: {
|
|
583
|
+
prototype: HTMLTttxTextarea_1_9_42Element;
|
|
584
|
+
new (): HTMLTttxTextarea_1_9_42Element;
|
|
564
585
|
};
|
|
565
|
-
interface
|
|
586
|
+
interface HTMLTttxToggle_1_9_42Element extends Components.TttxToggle_1_9_42, HTMLStencilElement {
|
|
566
587
|
}
|
|
567
|
-
var
|
|
568
|
-
prototype:
|
|
569
|
-
new ():
|
|
588
|
+
var HTMLTttxToggle_1_9_42Element: {
|
|
589
|
+
prototype: HTMLTttxToggle_1_9_42Element;
|
|
590
|
+
new (): HTMLTttxToggle_1_9_42Element;
|
|
570
591
|
};
|
|
571
|
-
interface
|
|
592
|
+
interface HTMLTttxToolbar_1_9_42Element extends Components.TttxToolbar_1_9_42, HTMLStencilElement {
|
|
572
593
|
}
|
|
573
|
-
var
|
|
574
|
-
prototype:
|
|
575
|
-
new ():
|
|
594
|
+
var HTMLTttxToolbar_1_9_42Element: {
|
|
595
|
+
prototype: HTMLTttxToolbar_1_9_42Element;
|
|
596
|
+
new (): HTMLTttxToolbar_1_9_42Element;
|
|
576
597
|
};
|
|
577
|
-
interface
|
|
598
|
+
interface HTMLTttxTreeView_1_9_42Element extends Components.TttxTreeView_1_9_42, HTMLStencilElement {
|
|
578
599
|
}
|
|
579
|
-
var
|
|
580
|
-
prototype:
|
|
581
|
-
new ():
|
|
600
|
+
var HTMLTttxTreeView_1_9_42Element: {
|
|
601
|
+
prototype: HTMLTttxTreeView_1_9_42Element;
|
|
602
|
+
new (): HTMLTttxTreeView_1_9_42Element;
|
|
582
603
|
};
|
|
583
604
|
interface HTMLElementTagNameMap {
|
|
584
|
-
"tttx-
|
|
585
|
-
"tttx-checkbox-group-
|
|
586
|
-
"tttx-checkbox-group-
|
|
587
|
-
"tttx-checkbox-
|
|
588
|
-
"tttx-
|
|
589
|
-
"tttx-
|
|
590
|
-
"tttx-data-
|
|
591
|
-
"tttx-
|
|
592
|
-
"tttx-dialog-
|
|
593
|
-
"tttx-
|
|
594
|
-
"tttx-
|
|
595
|
-
"tttx-
|
|
596
|
-
"tttx-
|
|
597
|
-
"tttx-
|
|
598
|
-
"tttx-
|
|
599
|
-
"tttx-keyvalue-
|
|
600
|
-
"tttx-
|
|
601
|
-
"tttx-loading-
|
|
602
|
-
"tttx-multiselect-
|
|
603
|
-
"tttx-percentage-
|
|
604
|
-
"tttx-
|
|
605
|
-
"tttx-select-
|
|
606
|
-
"tttx-
|
|
607
|
-
"tttx-
|
|
608
|
-
"tttx-
|
|
609
|
-
"tttx-
|
|
610
|
-
"tttx-
|
|
611
|
-
"tttx-
|
|
612
|
-
"tttx-
|
|
613
|
-
"tttx-
|
|
614
|
-
"tttx-
|
|
605
|
+
"tttx-button_1_9_42": HTMLTttxButton_1_9_42Element;
|
|
606
|
+
"tttx-checkbox-group-caption_1_9_42": HTMLTttxCheckboxGroupCaption_1_9_42Element;
|
|
607
|
+
"tttx-checkbox-group-heading_1_9_42": HTMLTttxCheckboxGroupHeading_1_9_42Element;
|
|
608
|
+
"tttx-checkbox-group_1_9_42": HTMLTttxCheckboxGroup_1_9_42Element;
|
|
609
|
+
"tttx-checkbox_1_9_42": HTMLTttxCheckbox_1_9_42Element;
|
|
610
|
+
"tttx-comments_1_9_42": HTMLTttxComments_1_9_42Element;
|
|
611
|
+
"tttx-data-pattern_1_9_42": HTMLTttxDataPattern_1_9_42Element;
|
|
612
|
+
"tttx-datacard_1_9_42": HTMLTttxDatacard_1_9_42Element;
|
|
613
|
+
"tttx-dialog-box_1_9_42": HTMLTttxDialogBox_1_9_42Element;
|
|
614
|
+
"tttx-dialog_1_9_42": HTMLTttxDialog_1_9_42Element;
|
|
615
|
+
"tttx-expander_1_9_42": HTMLTttxExpander_1_9_42Element;
|
|
616
|
+
"tttx-filter_1_9_42": HTMLTttxFilter_1_9_42Element;
|
|
617
|
+
"tttx-form_1_9_42": HTMLTttxForm_1_9_42Element;
|
|
618
|
+
"tttx-graph_1_9_42": HTMLTttxGraph_1_9_42Element;
|
|
619
|
+
"tttx-icon_1_9_42": HTMLTttxIcon_1_9_42Element;
|
|
620
|
+
"tttx-keyvalue-block_1_9_42": HTMLTttxKeyvalueBlock_1_9_42Element;
|
|
621
|
+
"tttx-list_1_9_42": HTMLTttxList_1_9_42Element;
|
|
622
|
+
"tttx-loading-spinner_1_9_42": HTMLTttxLoadingSpinner_1_9_42Element;
|
|
623
|
+
"tttx-multiselect-box_1_9_42": HTMLTttxMultiselectBox_1_9_42Element;
|
|
624
|
+
"tttx-percentage-bar_1_9_42": HTMLTttxPercentageBar_1_9_42Element;
|
|
625
|
+
"tttx-qrcode_1_9_42": HTMLTttxQrcode_1_9_42Element;
|
|
626
|
+
"tttx-select-box_1_9_42": HTMLTttxSelectBox_1_9_42Element;
|
|
627
|
+
"tttx-skeleton_loader_1_9_42": HTMLTttxSkeleton_loader_1_9_42Element;
|
|
628
|
+
"tttx-sorter_1_9_42": HTMLTttxSorter_1_9_42Element;
|
|
629
|
+
"tttx-standalone-input_1_9_42": HTMLTttxStandaloneInput_1_9_42Element;
|
|
630
|
+
"tttx-table_1_9_42": HTMLTttxTable_1_9_42Element;
|
|
631
|
+
"tttx-tabs_1_9_42": HTMLTttxTabs_1_9_42Element;
|
|
632
|
+
"tttx-tag_1_9_42": HTMLTttxTag_1_9_42Element;
|
|
633
|
+
"tttx-textarea_1_9_42": HTMLTttxTextarea_1_9_42Element;
|
|
634
|
+
"tttx-toggle_1_9_42": HTMLTttxToggle_1_9_42Element;
|
|
635
|
+
"tttx-toolbar_1_9_42": HTMLTttxToolbar_1_9_42Element;
|
|
636
|
+
"tttx-tree-view_1_9_42": HTMLTttxTreeView_1_9_42Element;
|
|
615
637
|
}
|
|
616
638
|
}
|
|
617
639
|
declare namespace LocalJSX {
|
|
618
|
-
interface
|
|
640
|
+
interface TttxButton_1_9_42 {
|
|
619
641
|
"design"?: string;
|
|
620
642
|
"icon"?: string;
|
|
621
643
|
"iconcolor"?: string;
|
|
622
644
|
"iconposition"?: 'left' | 'right';
|
|
623
645
|
"notext"?: boolean;
|
|
624
646
|
}
|
|
625
|
-
interface
|
|
647
|
+
interface TttxCheckboxGroupCaption_1_9_42 {
|
|
626
648
|
}
|
|
627
|
-
interface
|
|
649
|
+
interface TttxCheckboxGroupHeading_1_9_42 {
|
|
628
650
|
}
|
|
629
|
-
interface
|
|
651
|
+
interface TttxCheckboxGroup_1_9_42 {
|
|
630
652
|
}
|
|
631
|
-
interface
|
|
653
|
+
interface TttxCheckbox_1_9_42 {
|
|
632
654
|
"checkboxId"?: string;
|
|
633
655
|
"checked"?: boolean;
|
|
634
656
|
"indeterminate"?: boolean;
|
|
635
657
|
"inline"?: boolean;
|
|
636
658
|
"label"?: string;
|
|
637
|
-
"onCheckboxChangeEvent"?: (event:
|
|
659
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_42CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
638
660
|
}
|
|
639
|
-
interface
|
|
661
|
+
interface TttxComments_1_9_42 {
|
|
640
662
|
"comments"?: string | Comment[];
|
|
641
663
|
"currentuser"?: string;
|
|
642
664
|
"disableFile"?: boolean;
|
|
643
|
-
"onCommentAdded"?: (event:
|
|
644
|
-
"onRequestFileDownload"?: (event:
|
|
645
|
-
"onRequestFileUpload"?: (event:
|
|
665
|
+
"onCommentAdded"?: (event: TttxComments_1_9_42CustomEvent<Comment>) => void;
|
|
666
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_42CustomEvent<string>) => void;
|
|
667
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_42CustomEvent<void>) => void;
|
|
646
668
|
}
|
|
647
|
-
interface
|
|
669
|
+
interface TttxDataPattern_1_9_42 {
|
|
648
670
|
"addbutton"?: boolean;
|
|
649
671
|
"addbuttonlabel"?: string;
|
|
650
672
|
"data"?: string;
|
|
@@ -654,7 +676,7 @@ declare namespace LocalJSX {
|
|
|
654
676
|
"searchplaceholder"?: string;
|
|
655
677
|
"sorterOptions"?: string;
|
|
656
678
|
}
|
|
657
|
-
interface
|
|
679
|
+
interface TttxDatacard_1_9_42 {
|
|
658
680
|
"cardTitle"?: string;
|
|
659
681
|
"cardType"?: string;
|
|
660
682
|
"chartConfig"?: string;
|
|
@@ -663,87 +685,90 @@ declare namespace LocalJSX {
|
|
|
663
685
|
"rightData"?: string;
|
|
664
686
|
"rightSubtext"?: string;
|
|
665
687
|
}
|
|
666
|
-
interface
|
|
688
|
+
interface TttxDialogBox_1_9_42 {
|
|
667
689
|
"allowOverflow"?: boolean;
|
|
668
690
|
"data"?: string | DialogItems;
|
|
669
|
-
"onButtonClick"?: (event:
|
|
670
|
-
"onCloseButtonClick"?: (event:
|
|
671
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
691
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_42CustomEvent<any>) => void;
|
|
692
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_42CustomEvent<any>) => void;
|
|
693
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_42CustomEvent<any>) => void;
|
|
672
694
|
"open"?: boolean;
|
|
673
695
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
674
696
|
}
|
|
675
|
-
interface
|
|
697
|
+
interface TttxDialog_1_9_42 {
|
|
676
698
|
"allowOverflow"?: boolean;
|
|
677
699
|
"closeEnabled"?: boolean;
|
|
678
700
|
"header"?: string;
|
|
679
|
-
"onCloseButtonClick"?: (event:
|
|
701
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_42CustomEvent<any>) => void;
|
|
680
702
|
"open"?: boolean;
|
|
681
703
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
682
704
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
683
705
|
}
|
|
684
|
-
interface
|
|
706
|
+
interface TttxExpander_1_9_42 {
|
|
685
707
|
"lefticon"?: string;
|
|
686
708
|
"lefticoncolor"?: string;
|
|
687
709
|
"name"?: string;
|
|
688
|
-
"onToggleExpander"?: (event:
|
|
710
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_42CustomEvent<{ open: boolean; name: string }>) => void;
|
|
689
711
|
"open"?: boolean;
|
|
690
712
|
}
|
|
691
|
-
interface
|
|
713
|
+
interface TttxFilter_1_9_42 {
|
|
692
714
|
"defaultFilterOptions"?: string[] | string;
|
|
693
715
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
694
716
|
"filterHeader"?: string;
|
|
695
717
|
"filterKey"?: string;
|
|
696
718
|
"filterOptions"?: string | FilterSettings[];
|
|
697
|
-
"onFilterChangeEvent"?: (event:
|
|
698
|
-
"onToggleFilter"?: (event:
|
|
719
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_42CustomEvent<FilterChangeEvent>) => void;
|
|
720
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_42CustomEvent<boolean>) => void;
|
|
699
721
|
"popoverWidth"?: string;
|
|
700
722
|
"showOptionIcons"?: boolean;
|
|
701
723
|
"showSearchField"?: boolean;
|
|
702
724
|
"showSelectAll"?: boolean;
|
|
703
725
|
}
|
|
704
|
-
interface
|
|
726
|
+
interface TttxForm_1_9_42 {
|
|
705
727
|
"data"?: any;
|
|
706
728
|
"formschema"?: Record<string, any> | string;
|
|
707
|
-
"onDataChanged"?: (event:
|
|
708
|
-
"onDataSubmitted"?: (event:
|
|
709
|
-
"onSearchTermChanged"?: (event:
|
|
710
|
-
"onSelectToggleOpen"?: (event:
|
|
729
|
+
"onDataChanged"?: (event: TttxForm_1_9_42CustomEvent<{ name: string; value: string }>) => void;
|
|
730
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_42CustomEvent<FormData>) => void;
|
|
731
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_42CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
732
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_42CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
711
733
|
}
|
|
712
|
-
interface
|
|
734
|
+
interface TttxGraph_1_9_42 {
|
|
713
735
|
"chartData"?: string;
|
|
714
736
|
"chartText"?: string;
|
|
715
737
|
"chartType"?: string;
|
|
716
738
|
}
|
|
717
|
-
interface
|
|
739
|
+
interface TttxIcon_1_9_42 {
|
|
718
740
|
"color"?: string;
|
|
719
741
|
"icon"?: string;
|
|
720
742
|
"size"?: number;
|
|
721
743
|
}
|
|
722
|
-
interface
|
|
744
|
+
interface TttxKeyvalueBlock_1_9_42 {
|
|
723
745
|
"horizontal"?: boolean;
|
|
724
746
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
725
747
|
"spacedout"?: boolean;
|
|
726
748
|
}
|
|
727
|
-
interface
|
|
749
|
+
interface TttxList_1_9_42 {
|
|
728
750
|
"data"?: string | ListItem[];
|
|
729
751
|
"name"?: string;
|
|
730
|
-
"onListRowCheckboxClick"?: (event:
|
|
731
|
-
"onListRowClick"?: (event:
|
|
752
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_42CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
753
|
+
"onListRowClick"?: (event: TttxList_1_9_42CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
732
754
|
}
|
|
733
|
-
interface
|
|
755
|
+
interface TttxLoadingSpinner_1_9_42 {
|
|
756
|
+
"color"?: string;
|
|
757
|
+
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
734
758
|
"loadingMessage"?: boolean;
|
|
759
|
+
"message"?: string;
|
|
735
760
|
"size"?: 'small' | 'large';
|
|
736
761
|
}
|
|
737
|
-
interface
|
|
762
|
+
interface TttxMultiselectBox_1_9_42 {
|
|
738
763
|
"htmlVisibleValue"?: boolean;
|
|
739
764
|
"inline"?: boolean;
|
|
740
765
|
"isLoading"?: boolean;
|
|
741
766
|
"label"?: string;
|
|
742
767
|
"nonPriorityLabel"?: string;
|
|
743
|
-
"onChangesApplied"?: (event:
|
|
744
|
-
"onSearchDataChanged"?: (event:
|
|
745
|
-
"onSelectItemEvent"?: (event:
|
|
746
|
-
"onToggleOpen"?: (event:
|
|
768
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_42CustomEvent<SelectItem[]>) => void;
|
|
769
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_42CustomEvent<{ searchTerm: string; }>) => void;
|
|
770
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_42CustomEvent<SelectItem>) => void;
|
|
771
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_42CustomEvent<boolean>) => void;
|
|
747
772
|
"optionsData"?: string | SelectItem[];
|
|
748
773
|
"placeholder"?: string;
|
|
749
774
|
"priorityLabel"?: string;
|
|
@@ -752,18 +777,18 @@ declare namespace LocalJSX {
|
|
|
752
777
|
"stopLocalSearch"?: boolean;
|
|
753
778
|
"visibleValue"?: string;
|
|
754
779
|
}
|
|
755
|
-
interface
|
|
780
|
+
interface TttxPercentageBar_1_9_42 {
|
|
756
781
|
"color"?: string;
|
|
757
782
|
"labelid"?: string;
|
|
758
783
|
"min"?: string;
|
|
759
784
|
"percentage"?: string | number;
|
|
760
785
|
"thresholds"?: string | Threshold[];
|
|
761
786
|
}
|
|
762
|
-
interface
|
|
787
|
+
interface TttxQrcode_1_9_42 {
|
|
763
788
|
"link"?: string;
|
|
764
789
|
"size"?: number;
|
|
765
790
|
}
|
|
766
|
-
interface
|
|
791
|
+
interface TttxSelectBox_1_9_42 {
|
|
767
792
|
"clearable"?: boolean;
|
|
768
793
|
"errorMsg"?: string;
|
|
769
794
|
"inline"?: boolean;
|
|
@@ -771,10 +796,10 @@ declare namespace LocalJSX {
|
|
|
771
796
|
"isLoading"?: boolean;
|
|
772
797
|
"label"?: string;
|
|
773
798
|
"nonPriorityLabel"?: string;
|
|
774
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
775
|
-
"onSelectEndReached"?: (event:
|
|
776
|
-
"onSelectItemEvent"?: (event:
|
|
777
|
-
"onToggleOpen"?: (event:
|
|
799
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_42CustomEvent<string>) => void;
|
|
800
|
+
"onSelectEndReached"?: (event: TttxSelectBox_1_9_42CustomEvent<string>) => void;
|
|
801
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_42CustomEvent<SelectItem1>) => void;
|
|
802
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_42CustomEvent<boolean>) => void;
|
|
778
803
|
"optionsData"?: string | SelectItem1[];
|
|
779
804
|
"placeholder"?: string;
|
|
780
805
|
"priorityLabel"?: string;
|
|
@@ -786,15 +811,27 @@ declare namespace LocalJSX {
|
|
|
786
811
|
"useExternalFiltering"?: boolean;
|
|
787
812
|
"useExternalPaginatedFiltering"?: boolean;
|
|
788
813
|
}
|
|
789
|
-
interface
|
|
814
|
+
interface TttxSkeleton_loader_1_9_42 {
|
|
815
|
+
"animation"?: 'pulse' | 'wave' | 'none';
|
|
816
|
+
"borderRadius"?: string;
|
|
817
|
+
"color"?: string;
|
|
818
|
+
"count"?: number;
|
|
819
|
+
"customClass"?: string;
|
|
820
|
+
"direction"?: 'vertical' | 'horizontal';
|
|
821
|
+
"gap"?: string;
|
|
822
|
+
"height"?: string;
|
|
823
|
+
"variant"?: 'text' | 'circle' | 'rect';
|
|
824
|
+
"width"?: string;
|
|
825
|
+
}
|
|
826
|
+
interface TttxSorter_1_9_42 {
|
|
790
827
|
"defaultOption"?: string;
|
|
791
828
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
792
829
|
"fieldOptionsData"?: string | SorterData;
|
|
793
|
-
"onSorterChangeEvent"?: (event:
|
|
794
|
-
"onToggleSorter"?: (event:
|
|
830
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_42CustomEvent<SorterChangeEvent>) => void;
|
|
831
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_42CustomEvent<boolean>) => void;
|
|
795
832
|
"sorterKey"?: string;
|
|
796
833
|
}
|
|
797
|
-
interface
|
|
834
|
+
interface TttxStandaloneInput_1_9_42 {
|
|
798
835
|
"autocomplete"?: 'off' | 'on';
|
|
799
836
|
"checked"?: boolean;
|
|
800
837
|
"disabled"?: boolean;
|
|
@@ -810,8 +847,8 @@ declare namespace LocalJSX {
|
|
|
810
847
|
"inputiconcolor"?: string;
|
|
811
848
|
/**
|
|
812
849
|
* tabindex - Allows the HTML elements to be focusable
|
|
813
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
814
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
850
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_42 input-index="1" />
|
|
851
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_42 inputindex={1} />
|
|
815
852
|
*/
|
|
816
853
|
"inputindex"?: string | number;
|
|
817
854
|
/**
|
|
@@ -825,13 +862,13 @@ declare namespace LocalJSX {
|
|
|
825
862
|
"min"?: MinMaxDates | number;
|
|
826
863
|
"minlength"?: string | number;
|
|
827
864
|
"name"?: string;
|
|
828
|
-
"onBlurChanged"?: (event:
|
|
829
|
-
"onFocusChanged"?: (event:
|
|
830
|
-
"onInputIconClick"?: (event:
|
|
831
|
-
"onInvalidChanged"?: (event:
|
|
832
|
-
"onLeftIconClick"?: (event:
|
|
833
|
-
"onRightIconClick"?: (event:
|
|
834
|
-
"onValueChanged"?: (event:
|
|
865
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_42CustomEvent<string>) => void;
|
|
866
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_42CustomEvent<string>) => void;
|
|
867
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_42CustomEvent<void>) => void;
|
|
868
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_42CustomEvent<string>) => void;
|
|
869
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_42CustomEvent<void>) => void;
|
|
870
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_42CustomEvent<void>) => void;
|
|
871
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_42CustomEvent<string>) => void;
|
|
835
872
|
"pattern"?: string;
|
|
836
873
|
"placeholder"?: string;
|
|
837
874
|
"readonly"?: string | boolean;
|
|
@@ -846,27 +883,27 @@ declare namespace LocalJSX {
|
|
|
846
883
|
"type"?: string;
|
|
847
884
|
"value"?: string | number;
|
|
848
885
|
}
|
|
849
|
-
interface
|
|
886
|
+
interface TttxTable_1_9_42 {
|
|
850
887
|
"data"?: any;
|
|
851
888
|
"draggableHeaders"?: boolean;
|
|
852
889
|
"headers"?: TableHeader[];
|
|
853
890
|
"loading"?: boolean;
|
|
854
|
-
"onHeaderClicked"?: (event:
|
|
855
|
-
"onHeaderOrderChanged"?: (event:
|
|
856
|
-
"onRowClicked"?: (event:
|
|
891
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_42CustomEvent<any>) => void;
|
|
892
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_42CustomEvent<string[]>) => void;
|
|
893
|
+
"onRowClicked"?: (event: TttxTable_1_9_42CustomEvent<any>) => void;
|
|
857
894
|
"selectable"?: boolean;
|
|
858
895
|
"selected"?: number;
|
|
859
896
|
}
|
|
860
|
-
interface
|
|
897
|
+
interface TttxTabs_1_9_42 {
|
|
861
898
|
"navigation"?: boolean;
|
|
862
|
-
"onLeftNavigation"?: (event:
|
|
863
|
-
"onRightNavigation"?: (event:
|
|
864
|
-
"onTabClick"?: (event:
|
|
899
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_42CustomEvent<any>) => void;
|
|
900
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_42CustomEvent<any>) => void;
|
|
901
|
+
"onTabClick"?: (event: TttxTabs_1_9_42CustomEvent<{ tabId: string }>) => void;
|
|
865
902
|
"tabs"?: string | Tab[];
|
|
866
903
|
"tabsName"?: string;
|
|
867
904
|
"wide"?: boolean;
|
|
868
905
|
}
|
|
869
|
-
interface
|
|
906
|
+
interface TttxTag_1_9_42 {
|
|
870
907
|
"color"?: string;
|
|
871
908
|
"hasIcon"?: boolean;
|
|
872
909
|
"icon"?: string;
|
|
@@ -875,13 +912,13 @@ declare namespace LocalJSX {
|
|
|
875
912
|
"text"?: string;
|
|
876
913
|
"textColor"?: string;
|
|
877
914
|
}
|
|
878
|
-
interface
|
|
915
|
+
interface TttxTextarea_1_9_42 {
|
|
879
916
|
"disabled"?: boolean;
|
|
880
917
|
"errormsg"?: string;
|
|
881
918
|
/**
|
|
882
919
|
* tabindex - Allows the HTML elements to be focusable
|
|
883
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
884
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
920
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_42 input-index="1" />
|
|
921
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_42 inputindex={1} />
|
|
885
922
|
*/
|
|
886
923
|
"inputindex"?: string | number;
|
|
887
924
|
/**
|
|
@@ -892,10 +929,10 @@ declare namespace LocalJSX {
|
|
|
892
929
|
"label"?: string;
|
|
893
930
|
"maxlength"?: string | number;
|
|
894
931
|
"name"?: string;
|
|
895
|
-
"onBlurChanged"?: (event:
|
|
896
|
-
"onFocusChanged"?: (event:
|
|
897
|
-
"onInvalidChanged"?: (event:
|
|
898
|
-
"onValueChanged"?: (event:
|
|
932
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_42CustomEvent<string>) => void;
|
|
933
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_42CustomEvent<string>) => void;
|
|
934
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_42CustomEvent<string>) => void;
|
|
935
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_42CustomEvent<string>) => void;
|
|
899
936
|
"placeholder"?: string;
|
|
900
937
|
"readonly"?: string | boolean;
|
|
901
938
|
"required"?: boolean;
|
|
@@ -909,88 +946,90 @@ declare namespace LocalJSX {
|
|
|
909
946
|
"textareaautofocus"?: boolean;
|
|
910
947
|
"value"?: string | number;
|
|
911
948
|
}
|
|
912
|
-
interface
|
|
949
|
+
interface TttxToggle_1_9_42 {
|
|
913
950
|
"initialstate"?: boolean | string;
|
|
914
|
-
"onToggleSwitchEvent"?: (event:
|
|
951
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_42CustomEvent<{checked: boolean}>) => void;
|
|
915
952
|
}
|
|
916
|
-
interface
|
|
953
|
+
interface TttxToolbar_1_9_42 {
|
|
917
954
|
"border"?: boolean;
|
|
918
955
|
}
|
|
919
|
-
interface
|
|
956
|
+
interface TttxTreeView_1_9_42 {
|
|
920
957
|
"data"?: TreeViewItem[];
|
|
921
|
-
"onCheckboxChange"?: (event:
|
|
922
|
-
"onClickEvent"?: (event:
|
|
923
|
-
"onExpandNode"?: (event:
|
|
958
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_42CustomEvent<TreeViewItem[]>) => void;
|
|
959
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_42CustomEvent<TreeViewItem>) => void;
|
|
960
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_42CustomEvent<ExpandNodeEvent>) => void;
|
|
924
961
|
}
|
|
925
962
|
interface IntrinsicElements {
|
|
926
|
-
"tttx-
|
|
927
|
-
"tttx-checkbox-group-
|
|
928
|
-
"tttx-checkbox-group-
|
|
929
|
-
"tttx-checkbox-
|
|
930
|
-
"tttx-
|
|
931
|
-
"tttx-
|
|
932
|
-
"tttx-data-
|
|
933
|
-
"tttx-
|
|
934
|
-
"tttx-dialog-
|
|
935
|
-
"tttx-
|
|
936
|
-
"tttx-
|
|
937
|
-
"tttx-
|
|
938
|
-
"tttx-
|
|
939
|
-
"tttx-
|
|
940
|
-
"tttx-
|
|
941
|
-
"tttx-keyvalue-
|
|
942
|
-
"tttx-
|
|
943
|
-
"tttx-loading-
|
|
944
|
-
"tttx-multiselect-
|
|
945
|
-
"tttx-percentage-
|
|
946
|
-
"tttx-
|
|
947
|
-
"tttx-select-
|
|
948
|
-
"tttx-
|
|
949
|
-
"tttx-
|
|
950
|
-
"tttx-
|
|
951
|
-
"tttx-
|
|
952
|
-
"tttx-
|
|
953
|
-
"tttx-
|
|
954
|
-
"tttx-
|
|
955
|
-
"tttx-
|
|
956
|
-
"tttx-
|
|
963
|
+
"tttx-button_1_9_42": TttxButton_1_9_42;
|
|
964
|
+
"tttx-checkbox-group-caption_1_9_42": TttxCheckboxGroupCaption_1_9_42;
|
|
965
|
+
"tttx-checkbox-group-heading_1_9_42": TttxCheckboxGroupHeading_1_9_42;
|
|
966
|
+
"tttx-checkbox-group_1_9_42": TttxCheckboxGroup_1_9_42;
|
|
967
|
+
"tttx-checkbox_1_9_42": TttxCheckbox_1_9_42;
|
|
968
|
+
"tttx-comments_1_9_42": TttxComments_1_9_42;
|
|
969
|
+
"tttx-data-pattern_1_9_42": TttxDataPattern_1_9_42;
|
|
970
|
+
"tttx-datacard_1_9_42": TttxDatacard_1_9_42;
|
|
971
|
+
"tttx-dialog-box_1_9_42": TttxDialogBox_1_9_42;
|
|
972
|
+
"tttx-dialog_1_9_42": TttxDialog_1_9_42;
|
|
973
|
+
"tttx-expander_1_9_42": TttxExpander_1_9_42;
|
|
974
|
+
"tttx-filter_1_9_42": TttxFilter_1_9_42;
|
|
975
|
+
"tttx-form_1_9_42": TttxForm_1_9_42;
|
|
976
|
+
"tttx-graph_1_9_42": TttxGraph_1_9_42;
|
|
977
|
+
"tttx-icon_1_9_42": TttxIcon_1_9_42;
|
|
978
|
+
"tttx-keyvalue-block_1_9_42": TttxKeyvalueBlock_1_9_42;
|
|
979
|
+
"tttx-list_1_9_42": TttxList_1_9_42;
|
|
980
|
+
"tttx-loading-spinner_1_9_42": TttxLoadingSpinner_1_9_42;
|
|
981
|
+
"tttx-multiselect-box_1_9_42": TttxMultiselectBox_1_9_42;
|
|
982
|
+
"tttx-percentage-bar_1_9_42": TttxPercentageBar_1_9_42;
|
|
983
|
+
"tttx-qrcode_1_9_42": TttxQrcode_1_9_42;
|
|
984
|
+
"tttx-select-box_1_9_42": TttxSelectBox_1_9_42;
|
|
985
|
+
"tttx-skeleton_loader_1_9_42": TttxSkeleton_loader_1_9_42;
|
|
986
|
+
"tttx-sorter_1_9_42": TttxSorter_1_9_42;
|
|
987
|
+
"tttx-standalone-input_1_9_42": TttxStandaloneInput_1_9_42;
|
|
988
|
+
"tttx-table_1_9_42": TttxTable_1_9_42;
|
|
989
|
+
"tttx-tabs_1_9_42": TttxTabs_1_9_42;
|
|
990
|
+
"tttx-tag_1_9_42": TttxTag_1_9_42;
|
|
991
|
+
"tttx-textarea_1_9_42": TttxTextarea_1_9_42;
|
|
992
|
+
"tttx-toggle_1_9_42": TttxToggle_1_9_42;
|
|
993
|
+
"tttx-toolbar_1_9_42": TttxToolbar_1_9_42;
|
|
994
|
+
"tttx-tree-view_1_9_42": TttxTreeView_1_9_42;
|
|
957
995
|
}
|
|
958
996
|
}
|
|
959
997
|
export { LocalJSX as JSX };
|
|
960
998
|
declare module "@stencil/core" {
|
|
961
999
|
export namespace JSX {
|
|
962
1000
|
interface IntrinsicElements {
|
|
963
|
-
"tttx-
|
|
964
|
-
"tttx-checkbox-group-
|
|
965
|
-
"tttx-checkbox-group-
|
|
966
|
-
"tttx-checkbox-
|
|
967
|
-
"tttx-
|
|
968
|
-
"tttx-
|
|
969
|
-
"tttx-data-
|
|
970
|
-
"tttx-
|
|
971
|
-
"tttx-dialog-
|
|
972
|
-
"tttx-
|
|
973
|
-
"tttx-
|
|
974
|
-
"tttx-
|
|
975
|
-
"tttx-
|
|
976
|
-
"tttx-
|
|
977
|
-
"tttx-
|
|
978
|
-
"tttx-keyvalue-
|
|
979
|
-
"tttx-
|
|
980
|
-
"tttx-loading-
|
|
981
|
-
"tttx-multiselect-
|
|
982
|
-
"tttx-percentage-
|
|
983
|
-
"tttx-
|
|
984
|
-
"tttx-select-
|
|
985
|
-
"tttx-
|
|
986
|
-
"tttx-
|
|
987
|
-
"tttx-
|
|
988
|
-
"tttx-
|
|
989
|
-
"tttx-
|
|
990
|
-
"tttx-
|
|
991
|
-
"tttx-
|
|
992
|
-
"tttx-
|
|
993
|
-
"tttx-
|
|
1001
|
+
"tttx-button_1_9_42": LocalJSX.TttxButton_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_42Element>;
|
|
1002
|
+
"tttx-checkbox-group-caption_1_9_42": LocalJSX.TttxCheckboxGroupCaption_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_42Element>;
|
|
1003
|
+
"tttx-checkbox-group-heading_1_9_42": LocalJSX.TttxCheckboxGroupHeading_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_42Element>;
|
|
1004
|
+
"tttx-checkbox-group_1_9_42": LocalJSX.TttxCheckboxGroup_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_42Element>;
|
|
1005
|
+
"tttx-checkbox_1_9_42": LocalJSX.TttxCheckbox_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_42Element>;
|
|
1006
|
+
"tttx-comments_1_9_42": LocalJSX.TttxComments_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_42Element>;
|
|
1007
|
+
"tttx-data-pattern_1_9_42": LocalJSX.TttxDataPattern_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_42Element>;
|
|
1008
|
+
"tttx-datacard_1_9_42": LocalJSX.TttxDatacard_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_42Element>;
|
|
1009
|
+
"tttx-dialog-box_1_9_42": LocalJSX.TttxDialogBox_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_42Element>;
|
|
1010
|
+
"tttx-dialog_1_9_42": LocalJSX.TttxDialog_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_42Element>;
|
|
1011
|
+
"tttx-expander_1_9_42": LocalJSX.TttxExpander_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_42Element>;
|
|
1012
|
+
"tttx-filter_1_9_42": LocalJSX.TttxFilter_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_42Element>;
|
|
1013
|
+
"tttx-form_1_9_42": LocalJSX.TttxForm_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_42Element>;
|
|
1014
|
+
"tttx-graph_1_9_42": LocalJSX.TttxGraph_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_42Element>;
|
|
1015
|
+
"tttx-icon_1_9_42": LocalJSX.TttxIcon_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_42Element>;
|
|
1016
|
+
"tttx-keyvalue-block_1_9_42": LocalJSX.TttxKeyvalueBlock_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_42Element>;
|
|
1017
|
+
"tttx-list_1_9_42": LocalJSX.TttxList_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_42Element>;
|
|
1018
|
+
"tttx-loading-spinner_1_9_42": LocalJSX.TttxLoadingSpinner_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_42Element>;
|
|
1019
|
+
"tttx-multiselect-box_1_9_42": LocalJSX.TttxMultiselectBox_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_42Element>;
|
|
1020
|
+
"tttx-percentage-bar_1_9_42": LocalJSX.TttxPercentageBar_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_42Element>;
|
|
1021
|
+
"tttx-qrcode_1_9_42": LocalJSX.TttxQrcode_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_42Element>;
|
|
1022
|
+
"tttx-select-box_1_9_42": LocalJSX.TttxSelectBox_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_42Element>;
|
|
1023
|
+
"tttx-skeleton_loader_1_9_42": LocalJSX.TttxSkeleton_loader_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxSkeleton_loader_1_9_42Element>;
|
|
1024
|
+
"tttx-sorter_1_9_42": LocalJSX.TttxSorter_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_42Element>;
|
|
1025
|
+
"tttx-standalone-input_1_9_42": LocalJSX.TttxStandaloneInput_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_42Element>;
|
|
1026
|
+
"tttx-table_1_9_42": LocalJSX.TttxTable_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_42Element>;
|
|
1027
|
+
"tttx-tabs_1_9_42": LocalJSX.TttxTabs_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_42Element>;
|
|
1028
|
+
"tttx-tag_1_9_42": LocalJSX.TttxTag_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_42Element>;
|
|
1029
|
+
"tttx-textarea_1_9_42": LocalJSX.TttxTextarea_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_42Element>;
|
|
1030
|
+
"tttx-toggle_1_9_42": LocalJSX.TttxToggle_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_42Element>;
|
|
1031
|
+
"tttx-toolbar_1_9_42": LocalJSX.TttxToolbar_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_42Element>;
|
|
1032
|
+
"tttx-tree-view_1_9_42": LocalJSX.TttxTreeView_1_9_42 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_42Element>;
|
|
994
1033
|
}
|
|
995
1034
|
}
|
|
996
1035
|
}
|