Skip to content

Commit

Permalink
ユニットグループ、カスタムユニットのfile対応
Browse files Browse the repository at this point in the history
  • Loading branch information
1000-x-t30 committed Aug 30, 2024
1 parent e53ec4b commit ceac852
Show file tree
Hide file tree
Showing 97 changed files with 7,175 additions and 17,233 deletions.
5,672 changes: 3,318 additions & 2,354 deletions dist/bundle.js

Large diffs are not rendered by default.

118 changes: 0 additions & 118 deletions lib/actions/index.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/assets/images/add_column.svg

This file was deleted.

1 change: 0 additions & 1 deletion lib/assets/images/add_row.svg

This file was deleted.

13 changes: 1 addition & 12 deletions lib/components/FieldConfirmSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ Object.defineProperty(exports, '__esModule', {
exports.FieldConfirmSource = FieldConfirmSource;
var _react = _interopRequireDefault(require('react'));
var _TableLayoutConfirm = require('./cofirmLayouts/TableLayoutConfirm');
var _MakerContext = require('../store/MakerContext');
function FieldConfirmSource() {
const {
state: {
preview: { tag },
},
} = (0, _MakerContext.useMakerContext)();
return /*#__PURE__*/ _react.default.createElement(
_react.default.Fragment,
null,
tag === 'section' ? /*#__PURE__*/ _react.default.createElement(_TableLayoutConfirm.TableLayoutConfirm, null) : null,
tag === 'table' ? /*#__PURE__*/ _react.default.createElement(_TableLayoutConfirm.TableLayoutConfirm, null) : null
);
return /*#__PURE__*/ _react.default.createElement(_TableLayoutConfirm.TableLayoutConfirm, null);
}
Loading

0 comments on commit ceac852

Please sign in to comment.